Inter VLAN Routing Using ISL
Inter VLAN Routing Using ISL
ISL
the original packet is encapsulated and an
additional header is added before the frame is
carried over a trunk link.
At the receiving end, the header is removed and
the packet is forwarded to the assigned VLAN
802.1q
The trunking device inserts a four-byte tag into
the original packet and recomputes the Frame
Check Sequence (FCS) before sending the frame
over the trunk link.
When the destination is reached, the tag is
removed and the packet is forwarded to the
ISL Routing
The ISL Frame
Field Descriptions
DA - Destination Address
TYPE - Frame Type
USER - User Defined Bits (TYPE Extension)
SA - Source Address
LEN - Length
AAAA03 - Subnetwork Access Protocol (SNAP) and Logical Link Control
(LLC)
HSA - High Bits of Source Address
VLAN - Destination Virtual LAN ID
BPDU - Bridge Protocol Data Unit (BPDU) and Cisco Discovery Protocol
(CDP) Indicator
INDX - Index
RES - Reserved for Token Ring and Fiber Distributed Data Interface (FDDI)
ENCAP FRAME - Encapsulated Frame
FCS - Frame Check Sequence
Configuring Trunking
Port
Switch1#configure terminal
Enter configuration commands, one per line. End with
CNTL/Z.
Switch1(config)#int fastEthernet 0/1
Switch1(config-if)#switchport mode trunk
Enter the trunking encapsulation as either isl or dot1q
Switch1(config-if)#switchport trunk encapsulation isl
Switch1(config-if)#switchport trunk encapsulation dot1q
In the case of 2950 switches, the above two switchport commands are
not used. !--- 2950 switches only support 802.1q encapsulation, which
is the configured automatically !--- when trunking is enabled on the
interface by using the switchport mode trunk command.
Switch1(config-if)#switchport trunk allowed vlan all
Switch1(config-if)#exit
Router configuration