IP routing configuration examples 127

5530-24TFD(config-if)#ip rip listen disable

4Configure brouter port 2/7 on ERS2.

a.Assign the IP address 10.1.1.1/30 to port 2/7 using brouter VLAN 2090.

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

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

Note: Usage of the brouter command above requires the usage of Variable Length Subnetting. Usage of a dotted decimal subnet mask is not allowed.

b.Enable RIP on the interface.

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

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

5Enable IP routing and RIP globally.

5530-24TFD(config)# ip routing

5530-24TFD(config)# router rip enable

—End—

A list of the commands used to create this configuration can be displayed using the show running-configcommand. Using this command on ERS2 would list the following commands:

! *** VLAN *** !

vlan igmp unknown-mcast-no-flood disable vlan configcontrol strict

auto-pvid

vlan name 1 "VLAN #1"

vlan create 2 name "VLAN-2" type port vlan create 3 name "VLAN-3" type port vlan members 2 1/47-48

vlan members 3 1/47-48 ! *** RIP *** ! router rip

router rip enable

timers basic holddown 120

timers basic timeout 180 update 30 default-metric 8 network 10.1.20.2

network 10.1.30.2 network 10.1.1.1 interface vlan 2

no ip rip listen enable no ip rip supply enable

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 127
Image 127
Nortel Networks NN47200-503 manual Enable RIP on the interface, Enable IP routing and RIP globally