Using the match command – ADC CUDA 3 User Manual

Page 229

Advertising
background image

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 for more
information on using this command:

“Creating OSPF Import Route Maps” on page 229

“Creating OSPF Export Route Maps” on page 231

“Creating RIP Import Route Maps” on page 234

“Creating RIP Export Route Maps” on page 236

The following example sets match attributes for route-map 80, then verifies
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)#

Advertising