IP routing initial configuration 53

9Assign an IP address to VLAN 35.

5530-24TFD(config-if)# ip address 1.1.2.25 255.255.255.0

10Enable OSPF in VLAN 35.

5530-24TFD(config-if)# ip ospf en

11Return to Global Configuration mode.

5530-24TFD(config-if)# exit

12By default all ports belong to a newly created VLAN. This command removes all of the ports from VLAN 35 .

5530-24TFD(config)# vlan members remove 35 all

13Add ports 1 through 10 to VLAN 35.

5530-24TFD(config)# vlan members add 35 1-10

—End—

Basic ASBR configuration

The Autonomous System Boundary Router (ASBR) is used in OSPF to import routes that come from non-OSPF sources such as:

Local interfaces that are not part of OSPF.

RIP interfaces.

RIP learned routes.

Static routes.

This quick reference will help in the configuration of OSPF to import these types of routes. This will allow the rest of the OSPF network to learn them as OSPF routes. To create a basic ASBR configuration, follow this 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.

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 53
Image 53
Nortel Networks NN47200-503 manual Basic Asbr configuration, Assign an IP address to Vlan, Enable Ospf in Vlan