IP routing configuration examples 131

Accept policy configuration

Use the following steps to recreate the above configuration example:

Step Action

1Configure the IP prefix list on ERS1.

Create a prefix list named Prefix_1 with an IP range from 10.1.240.0 to 10.1.255.0.

5530-24TFD(config)# ip prefix-list Prefix_1 10.1.240.0/20 ge 20 le 32

2Configure the route policy named rip_pol_1 with match criteria using the IP prefix configured in step 1. This injects one route of 10.1.240.0/20 into the route table.

5530-24TFD(config)# route-map rip_pol_1 1

5530-24TFD(config)# route-map rip_pol_1 1 enable

5530-24TFD(config)# route-map rip_pol_1 permit 1 enable 5530-24TFD(config)# route-map rip_pol_1 permit 1 match network Prefix_1

5530-24TFD(config)# route-map rip_pol_1 permit 1 set-injectlist Prefix_1

3Add the route policy created in step 2 to both RIP core ports.

5530-24TFD(config)# interface FastEthernet 2/7

5530-24TFD(config-if)# brouter vlan 2090 subnet 10.1.1.1/30

5530-24TFD(config-if)# ip rip enable

5530-24TFD(config-if)# ip rip in-policy rip_pol_1

Nortel Ethernet Routing Switch 5500 Series

Configuration-IP Routing Protocols

NN47200-503 03.01 Standard

5.127 August 2007

Copyright © 2005-2007, Nortel Networks

Page 131
Image 131
Nortel Networks NN47200-503 manual Add the route policy created in to both RIP core ports, Accept policy configuration