Specifications

Configuring Routing Between VLANs
How to Configure Routing Between VLANS
17
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 on either ISL or 802.10
interfaces.
Step 4
interface type slot/port.subinterface-number
Example:
Router(config)# interface Fddi 1/0.100
Specifies the subinterface the VLAN will use.
Step 5
encapsulation isl vlan-identifier
or
encapsulation sde said
Example:
Router(config-if)# encapsulation sde 100
Defines the encapsulation format as either ISL (isl) or IEEE
802.10 (sde), and specifies the VLAN identifier or security
association identifier, respectively.
Step 6
appletalk cable-range cable-range
[network.node]
Example:
Router(config-if)# appletalk cable-range
100-100 100.2
Assigns the AppleTalk cable range and zone for the
subinterface.
Step 7
appletalk zone zone-name
Example:
Router(config-if)# appletalk zone 100
Assigns the AppleTalk zone for the subinterface.