Specifications
Configuring Routing Between VLANs
How to Configure Routing Between VLANS
35
Configuring AppleTalk Routing over IEEE 802.1Q
AppleTalk can be routed over virtual LAN (VLAN) subinterfaces using the IEEE 802.1Q VLAN
encapsulation protocol. AppleTalk Routing provides full-feature Cisco IOS software AppleTalk support
on a per-VLAN basis, allowing standard AppleTalk capabilities to be configured on VLANs.
To route AppleTalk over IEEE 802.1Q between VLANs, you need to customize the subinterface to create
the environment in which it will be used. Perform the steps in the order in which they appear.
Use the following task to enable AppleTalk routing on IEEE 802.1Q interfaces.
SUMMARY STEPS
1. enable
2. configure terminal
3. appletalk routing [eigrp router-number]
4. interface fastethernet slot/port.subinterface-number
5. encapsulation dot1q vlan-identifier
6. appletalk cable-range cable-range [network.node]
7. appletalk zone zone-name
DETAILED STEPS
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.
Step 3
appletalk routing [eigrp router-number]
Example:
Router(config)# appletalk routing
Enables AppleTalk routing globally.
Step 4
interface fastethernet
slot/port.subinterface-number
Example:
Router(config)# interface fastethernet 4/1.00
Specifies the subinterface the VLAN will use.
Step 5
encapsulation dot1q vlan-identifier
Example:
Router(config-if)# encapsulation dot1q 100
Defines the encapsulation format as IEEE 802.1Q (dot1q),
and specifies the VLAN identifier.