A network technician is configuring an IEEE 802.1Q trunk link between two switches. By default, how does an 802.1Q trunk port process outgoing frames belonging to the native VLAN?
- It forwards the frames across the trunk link without inserting an 802.1Q header tag.Answer
- BIt inserts a 4-byte 802.1Q header tag containing the native VLAN ID into every frame.
- CIt drops all untagged native VLAN frames because 802.1Q trunk ports only permit tagged traffic.
- DIt routes the untagged frames directly to other VLANs without requiring a Layer 3 device.
Answer
By default, an IEEE 802.1Q trunk port forwards outgoing frames belonging to the native VLAN across the trunk link without inserting an 802.1Q header tag.
Under the IEEE 802.1Q standard, frames belonging to the native VLAN (VLAN 1 by default) are transmitted across trunk links without adding an 802.1Q tag header. When the receiving switch receives an untagged frame on a trunk interface, it automatically assigns that frame to its configured native VLAN.
Step-by-Step Solution
Key Concept
IEEE 802.1Q Native VLAN Tagging Behavior