Technical information

Cuda 12000 IP Access Switch CLI Reference Guide
route-map 355
Syntax
While in router:ospf:import mode, the syntax is:
route-map <map-tag>
All ospf routes are must be imported and cannot be denied.
For the other supported modes, the syntax is:
route-map <map-tag> {permit | deny}
Arguments
Example
Related Commands
map-list on page 251
match on page 254
override on page 309
show map-list on page 456
show route-map on page 517
<map-tag> Number of this route-map. This number identifies the route-map to
the system.
permit Permits the import of export of matching routes.
deny Denies, or prevents, the import or export of matching routes.
cli:172.16.19.10:root# router rip import
mode: router:rip:import
cli:172.16.19.10:router:rip:import# route-map 1 permit
cli:172.16.19.10:router:rip:import:route-map(1)# show route-map
ID Description Route Address Route Mask Peer Address Peer Mask
--- ----------- --------------- --------------- --------------- ---------------
1 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
row count: 1
cli:172.16.19.10:router:rip:import:route-map(1)#