ADC CUDA 3 User Manual

Page 232

Advertising
background image

ADC Telecommunications, Inc.

230

C

HAPTER

11: C

REATING

R

OUTE

F

ILTERS

The following example creates an OSPF import route map that assigns a
preference of 100 to all incoming routes from the 172.16.0.0 network:

cli:172.16.19.10:root# router ospf

mode: router:ospf

cli:172.16.19.10:router:ospf# import

mode: router:ospf:import

cli:172.16.19.10:router:ospf:import# route-map 1

cli:172.16.19.10:router:ospf:import:route-map(1)# match ip-address 172.16.0.0

255.255.0.0

cli:172.16.19.10:router:ospf:import:route-map(1)# override preference 100

cli:172.16.19.10:router:ospf: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 100

Flags 2049

cli:172.16.19.10:router:ospf:import:route-map(1)#

Advertising