ADC CUDA 3 User Manual

Page 240

Advertising
background image

ADC Telecommunications, Inc.

238

C

HAPTER

11: C

REATING

R

OUTE

F

ILTERS

The following example creates a RIP export route map that allows the
176.16.0.0 network that was learned through a non-RIP protocol to be
advertised via RIP with a cost of 16.

cli:172.16.19.10:root# 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 permit

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)# override metric 16

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 17

Action Tag 0

cli:172.16.19.10:router:rip:export:route-map(1)#

Advertising