Switch User Manual

IP routing configuration examples 123
Note: The command examples below demonstrate the configuration
of RIP on a VLAN.
Step Action
1
Configure 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
2
Enable 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
3
Disable 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
4
Disable 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
5
Enable 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.1 27 August 2007
Copyright © 2005-2007, Nortel Networks
.