54IP Routing Configuration and Management

3Log into the OSPF router configuration mode.

5530-24TFD(config)# router ospf

4Enable ASBR functionality.

5530-24TFD(config-router)# as-boundary-router en

5Use the following commands to select the type of routes that OSPF will distribute to other OSPF devices. RIP, direct, and static routes are supported.

5530-24TFD(config-router)# redistribute rip en

5530-24TFD(config-router)# redistribute direct en

5530-24TFD(config-router)# redistribute static en

6Return to Global Configuration mode.

5530-24TFD(config-router)# exit

7Once the commands in step 5 have be used to select the types of routes to redistribute, apply the changes globally with the following commands.

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

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

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

—End—

Configuring ECMP for OSPF

Usage of ECMP with OSPF is supported on the 5520 and 5530 models only. To configure ECMP with OSPF, use the following procedure:

Step Action

1Log into User EXEC mode.

5530-24TFD> enable

2Log into Global Configuration mode.

5530-24TFD# config terminal

The switch will respond with the following line:

Enter configuration commands, one per line. End with CNTL/Z.

3Set the number of ECMP paths to use with OSPF. Up to four paths can be used.

5530-24TFD(config)# ospf maximum-path 2

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 54
Image 54
Nortel Networks NN47200-503 manual Configuring Ecmp for Ospf, Log into the Ospf router configuration mode