144IP Routing Configuration and Management

5530-24TFD(config)# interface vlan 100

5530-24TFD(config-if)# ip rip receive version rip2 send version rip2

c.Configure the OSPF interface on R1.

Configure port 2/6 as a brouter port in VLAN 200.

5530-24TFD(config)# interface fast 2/6

5530-24TFD(config-if)# brouter port 2/6 vlan 200 subnet 10.1.1.18/30

d.Enable OSPF on R1.

Configure R1 as an ASBR, assign OSPF Router-ID 1.1.1.5, create OSPF NSSA area 2, add the OSPF interface 10.1.1.18 to area 2, and enable OSPF on the interface.

5530-24TFD(config)# router ospf

5530-24TFD(config-router)# as-boundary-router enable 5530-24TFD(config-router)# router-id 1.1.1.5

5530-24TFD(config-router)# area 0.0.0.2 import nssa

5530-24TFD(config-router)# network 10.1.1.18 area 0.0.0.2

5530-24TFD(config)# router ospf enable

e.Configure a route policy to distribute Direct and OSPF to RIP.

Create a route policy named Rip_Dist that distributes directly connected and OSPF routes into RIP.

5530-24TFD(config)# route-map Rip_Dist permit 1 enable match protocol direct,ospf set metric-type type1

f.Apply the Rip_Dist route policy to RIP Out Policy.

5530-24TFD(config)# interface vlan 100

5530-24TFD(config-if)# ip rip out-policy Rip_Dist

g.Configure OSPF route distribution to distribute RIP routes as AS-external LSA type 1.

5530-24TFD(config)# router ospf

5530-24TFD(config-router)# redistribute rip enable metric-type type1

5530-24TFD(config)# ip ospf apply redistribute rip

—End—

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 144
Image 144
Nortel Networks NN47200-503 manual Apply the RipDist route policy to RIP Out Policy