Cuda 12000 IP Access Switch CLI-based Administration Guide

Creating Route Maps 235

The following example creates a RIP import route-map that prevents the 176.16.0.0 network learned through a non-RIP protocol from being advertised via the RIP protocol.
cli:172.16.19.10:root# router rip
mode: router:rip
cli:172.16.19.10:router:rip# import
mode: router:rip:import
cli:172.16.19.10:router:rip:import# route-map 1 deny
cli:172.16.19.10:router:rip:import:route-map(1)# match ip-address 172.16.0.0 255.255.0.0
cli:172.16.19.10:router:rip:import:route-map(1)# show route-map 1
ID 1
Description
Route Address 172.16.0.0
Route Mask 255.255.0.0
Peer Address 0.0.0.0
Peer Mask 0.0.0.0
Tag 0
Key Bits 1
Preference 0
Metric 0
Flags 0
Action Tag 0
cli:172.16.19.10:router:rip:import:route-map(1)#