Search

IEEE 802.1Q VLAN Tagging

IEEE’s 802.1Q VLAN tagging is the industry standard. Inter-Switch Link (ISL) is a Cisco proprietary VLAN tagging protocol and if you have networking devices from different vendors, IEEE’s 802.1Q VLAN tagging must be used for interoperability.  

Inter-Switch Link (ISL) encapsulates an Ethernet Frame with ISL header and FCS but IEEE 802.1Q uses an internal tagging process by inserting the VLAN tagging information inside Ethernet Frame. This method of tagging is known as internal tagging.

802.1Q trunks support tagged and untagged Ethernet frames. An untagged Ethernet frame is a standard unaltered Ethernet frame. Untagged Ethernet frames are usually used for native VLAN communication. If a switch receives untagged Ethernet frames on a trunk port, they are considered as part of the native VLAN and frames from a native VLAN access port are not tagged when exiting the switch via a native VLAN trunk port.

In a tagged 802.1Q Ethernet frame, a 4-byte field is inserted between the original Ethernet frame Source Address field and the Type or Length field. FCS is recomputed after the 4-byte tag is inserted. Following figure shows 802.1Q tagged Ethernet frame.

 

IEEE  802.1Q frame

Following are the fields in an 802.1Q VLAN tag.

TPID (Tag Protocol Identifier, 16 bits): TPID (Tag Protocol Identifier) is globally and always have a value of 0x8100 to signify an 802.1Q tag.

Priority (3 bits): The Priority field is used by 802.1Q to implement Layer 2 quality of service (QoS).

CFI (Canonical Format Identifier, 1 bit): The CFI (Canonical Format Identifier) bit is used for compatibility purposes between Ethernet and Token Ring.

VLAN ID (12 bits): The VID field is used to distinguish between VLANs on the link.

Related Tutorials
• What is Virtual Local Area Network (VLAN)
• Advantages of VLAN
• How to create and name static VLAN
• How to view VLAN information using "show vlan" command
• Types of VLAN connection links - Trunk Links and Access Links
• VLAN Frame Tagging
• Inter-Switch Link (ISL) VLAN Tagging
• What is Native VLAN
• How to configure VLAN trunk link and native VLAN
• How to configure and assign a switch access port to a VLAN
• What is VLAN Trunking Protocol (VTP)
• What is VLAN Trunking Protocol (VTP) Domain
• VLAN Trunking Protocol (VTP) Modes
• VLAN Trunking Protocol (VTP) Advertisement Messages
• How to configure VLAN Trunking Protocol (VTP)
• How to view VLAN Trunking Protocol (VTP) information
• What is VLAN Trunking Protocol (VTP) Pruning