12-4
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 12 Configuring InterVLAN Routing
Configuring InterVLAN Routing on the MSFC
To configure interVLAN routing for Internetwork Packet Exchange (IPX), perform this task:
This example shows how to enable IPX routing on the MSFC, create a VLAN interface, and assign an
IPX network address to the interface:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
ipx routing
Router(config)#
ipx router rip
Router(config-ipx-router)#
network all
Router(config-ipx-router)#
interface vlan100
Router(config-if)#
ipx network 100 encapsulation snap
Router(config-if)#
^Z
Router#
Configuring AppleTalk InterVLAN Routing on the MSFC
To configure interVLAN routing for AppleTalk, perform this task:
Task
Command
Step 1
(Optional) Enable IPX routing on the router
1
.
1.
This step is necessary if you have multiple routers in the network.
Router(config)#
ipx routing
Step 2
(Optional) Specify an IPX routing protocol
2
.
2.
This step is necessary if you enabled IPX routing in Step 1. This step might include other commands, such as using the
network
router
configuration command to specify the networks to route. Refer to the documentation for your router platform for detailed information on
configuring routing protocols.
Router(config)#
ipx router
ipx_routing_protocol
Step 3
Specify a VLAN interface on the MSFC.
Router(config)#
interface
vlan-id
Step 4
Assign a network number to the VLAN
3
.
3.
This step enables IPX routing on the VLAN. When you enable IPX routing on the VLAN, you can also specify an encapsulation type.
Router(config-if)#
ipx network
[
network
|
unnumbered
]
encapsulation
encapsulation-type
Step 5
Exit configuration mode.
Router(config-if)#
Ctrl-Z
Task
Command
Step 1
(Optional) Enable AppleTalk routing on
the router
1
.
1.
This step is necessary if you have multiple routers in the network.
Router(config)#
appletalk routing
Step 2
Specify a VLAN interface on the MSFC.
Router(config)#
interface
vlan-id
Step 3
Assign a cable range to the VLAN.
Router(config-if)#
appletalk cable-range
cable-range
Step 4
Assign a zone name to the VLAN.
Router(config-if)#
appletalk zone
zone-name
Step 5
Exit configuration mode.
Router(config-if)#
Ctrl-Z