Cuda 12000 IP Access Switch CLI-based Administration Guide

Creating Route Maps 233

The following example creates an export route map that prevents the 176.16.0.0 RIP network from being advertised.
cli:172.16.19.10:router:ospf:import:route-map(1)# router rip
mode: router:rip
cli:172.16.19.10:router:rip# export
mode: router:rip:export
cli:172.16.19.10:router:rip:export# route-map 1 deny
cli:172.16.19.10:router:rip:export:route-map(1)# match ip-address 172.16.0.0 255.255.0.0
cli:172.16.19.10:router:rip:export:route-map(1)# show route-map 1
ID 1
Description
Route Address 172.16.0.0
Route Mask 255.255.0.0
Interface Address 0.0.0.0
Owner NONE
Specific 0.0.0.0
Peer Mask 0.0.0.0
Tag 0
Key Bits 1
Metric 16
Flags 0
Action Tag 0
cli:172.16.19.10:router:rip:export:route-map(1)#