12-4
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 12 Configuring InterVLAN Routing
Configuring InterVLAN Routing on the MSFC
This example shows how to enable IPX routing on the MSFC, create a VLAN interface, and assign the
interface an IPX network address:
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:
This example shows how to enable AppleTalk routing on the MSFC, create a VLAN interface, and
assign the interface an AppleTalk cable-range and zone name:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
appletalk routing
Router(config)#
interface vlan100
Router(config-if)#
appletalk cable-range 100-100
Router(config-if)#
appletalk zone Engineering
Router(config-if)#
^Z
Router#
Configuring MSFC Features
These sections describe features implemented on the MSFC:
•
Local Proxy ARP, page 12-5
•
WCCP Layer 2 Redirection, page 12-5
•
Auto State Feature, page 12-5
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