12-3
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 12 Configuring InterVLAN Routing
Configuring InterVLAN Routing on the MSFC
Configuring IP InterVLAN Routing on the MSFC
To configure interVLAN routing for IP, perform this task:
This example shows how to enable IP routing on the MSFC, create a VLAN interface, and assign the IP
address to the interface:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
ip routing
Router(config)#
router rip
Router(config-router)#
network 10.0.0.0
Router(config-router)#
interface vlan 100
Router(config-if)#
ip address 10.1.1.1 255.0.0.0
Router(config-if)#
^Z
Router#
Configuring IPX InterVLAN Routing on the MSFC
Note
With Supervisor Engine 720 (MSFC3), IPX routing is done through the software.
Task
Command
Step 1
(Optional) Enable IP routing on
the router
1
.
1.
This step is necessary if you have multiple routers in the network.
Router(config)#
ip routing
Step 2
(Optional) Specify an IP routing
protocol
2
.
2.
This step is necessary if you enabled IP 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)#
router
ip_routing_protocol
Step 3
Specify a VLAN interface on the
MSFC.
Router(config)#
interface
vlan-id
Step 4
Assign an IP address to the
VLAN.
Router(config-if)#
ip address
n.n.n.n mask
Step 5
Exit configuration mode.
Router(config-if)#
Ctrl-Z