RSM1>enable
RSM1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RSM1(config)#interface vlan 2
RSM1(config−if)#
%LINEPROTO−5−UPDOWN: Line protocol on Interface Vlan2, changed state to down
Assign IP addresses to the VLAN interfaces:3.
RSM1(config−if)#ip address 172.20.52.33 255.255.255.224
RSM1(config−if)#no shutdown
%LINEPROTO−5−UPDOWN: Line protocol on Interface Vlan2, changed state to up
RSM1(config−if)#interface vlan 3
RSM1(config−if)#
Repeat these steps for each VLAN. After you successfully configure the network, all end stations should be
able to communicate with one another. Communication between hosts in the same VLAN is handled only by
the switches. All interVLAN traffic must be routed by the RSM.
Configuring IPX InterVLAN Routing on the RSM
To configure interVLAN routing for IPX, perform these steps in Global Configuration mode:
Enable IPX routing on the router:
RSM1(config)#ipx routing
1.
Specify an IPX routing protocol, in this example IPX RIP:
RSM1(config)#ipx router rip
RSM1(config−ipx−router)#network all
2.
Specify a VLAN interface on the RSM:
RSM1(config−ipx−router)#interface vlan50
3.
Assign a network number to the VLAN and an encapsulation method; then exit:4.
RSM1(config−if)#ipx network 50 encapsulation snap
RSM1(config−if)#^Z
RSM1#
Configuring AppleTalk InterVLAN Routing on an RSM
To configure interVLAN routing for AppleTalk, perform these tasks beginning in Global Configuration mode:
Enable AppleTalk routing on the router:
RSM1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RSM1(config)#appletalk routing
1.
Specify a VLAN interface number on the RSM and assign a cable range to the VLAN:
RSM1(config)#interface vlan100
RSM1(config−if)#appletalk cable−range 200−200
2.
Assign a zone name to the VLAN; then exit:3.
Router(config−if)#appletalk zone artdept
Router(config−if)#^Z
128