Specifications

Configuring Routing Between VLANs
How to Configure Routing Between VLANS
36
Note For more information on configuring AppleTalk, see the “Configuring AppleTalk” chapter in the
Cisco IOS AppleTalk and Novell IPX Configuration Guide.
Configuring IP Routing over IEEE 802.1Q
IP routing over IEEE 802.1Q extends IP routing capabilities to include support for routing IP frame types
in VLAN configurations using the IEEE 802.1Q encapsulation.
To route IP over IEEE 802.1Q between VLANs, you need to customize the subinterface to create the
environment in which it will be used. Perform the tasks described in the following sections in the order
in which they appear.
SUMMARY STEPS
1. enable
2. configure terminal
3. ip routing
4. interface fastethernet slot/port.subinterface-number
5. encapsulation dotlq vlanid
6. ip address ip-address mask
DETAILED STEPS
Step 6
appletalk cable-range cable-range
[network.node]
Example:
Router(config-if)# appletalk cable-range
100-100 100.1
Assigns the AppleTalk cable range and zone for the
subinterface.
Step 7
appletalk zone zone-name
Example:
Router(config-if)# appletalk zone eng
Assigns the AppleTalk zone for the subinterface.
Command or Action Purpose
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.