Cuda 12000 IP Access Switch CLI-based Administration Guide
Creating Route Maps 227
Using the Match Command
Use the match command within route-map configuration mode to define
the match criteria for the route map. Refer to the following sections fo r more
information on using this command:
“Creating OSPF Import Route Maps” on page229
“Creating OSPF Export Route Maps” on page231
“Creating RIP Import Route Maps” on page234
“Creating RIP Export Route Maps” on page236
The following example sets match attributes for route-map 80, then ve rifies
the new route-map configuration using the show route-map command:
cli:172.16.19.10:router:ospf:export:route-map(80)# match ip-address 172.16.19.0
255.255.255.0
cli:172.16.19.10:router:ospf:export:route-map(80)# match route-type rip
cli:172.16.19.10:router:ospf:export:route-map(80)# show route-map 80
ID 80
Description
Route Address 172.16.19.0
Route Mask 255.255.255.0
Type RIP
Specific1 0.0.0.0
Specific2 0.0.0.0
Tag 0
Key Bits 5
Metric 0
Flags 1
Action Tag 0
cli:172.16.19.10:router:ospf:export:route-map(80)#