IP routing configuration examples 123

Note: The command examples below demonstrate the configuration of RIP on a VLAN.

Step Action

1Configure the interface, assign an IP address and add ports.

5530-24TFD# enable

5530-24TFD#config terminal

5530-24TFD(config)# vlan create 51 name "VLAN-51" type port

5530-24TFD(config)# interface vlan 51

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

5530-24TFD(config-if)# exit

5530-24TFD(config)# vlan members add 51 8-9

2Enable RIP.

Note: Perform one of the following command sequences to enable RIP.

5530-24TFD# enable

5530-24TFD# config terminal

5530-24TFD(config)# interface vlan 51

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

OR

5530-24TFD# enable

5530-24TFD# config terminal

5530-24TFD(config)# router rip

5530-24TFD(config-router)# network 10.10.1.1

3Disable Supply RIP Updates, if required.

5530-24TFD# enable

5530-24TFD# config terminal

5530-24TFD(config)# interface vlan 51

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

4Disable Listen for RIP Updates, if required.

5530-24TFD# enable

5530-24TFD#config terminal

5530-24TFD(config)#interface vlan 51

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

5Enable Default Route Supply, if a default route exists in the route table.

5530-24TFD# enable

5530-24TFD# config terminal

5530-24TFD(config)# interface vlan 51

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 123
Image 123
Nortel Networks NN47200-503 manual Configure the interface, assign an IP address and add ports, Enable RIP