8
VLAN
This chapter shows you how to configure IEEE 802.1Q tagged VLANs.
8.1 Introduction to IEEE 802.1Q Tagged VLANs
A tagged VLAN uses an explicit tag (VLAN ID) in the MAC header to identify the VLAN membership of a frame across bridges - they are not confined to the switch on which they were created. The VLANs can be created statically by hand or dynamically through GVRP. The VLAN ID associates a frame with a specific VLAN and provides the information that switches need to process the frame across the network. A tagged frame is four bytes longer than an untagged frame and contains two bytes of TPID (Tag Protocol Identifier, residing within the type/length field of the Ethernet frame) and two bytes of TCI (Tag Control Information, starts after the source address field of the Ethernet frame).
The CFI (Canonical Format Indicator) is a
TPID | User Priority | CFI | VLAN ID |
2 Bytes | 3 Bits | 1 Bit | 12 bits |
|
|
|
|
8.1.1 Forwarding Tagged and Untagged Frames
Each port on the switch is capable of passing tagged or untagged frames. To forward a frame from an 802.1Q
A broadcast frame (or a multicast frame for a multicast group that is known by the system) is duplicated only on ports that are members of the VID (except the ingress port itself), thus confining the broadcast to a specific domain.
| 63 |
|
|