A network administrator is configuring an 802.1Q trunk link between two Cisco Catalyst switches. By default, how does an 802.1Q trunk interface handle Ethernet frames associated with the native VLAN when forwarding them across the trunk?
- It transmits the frames across the trunk link without inserting an 802.1Q VLAN header tag.Answer
- BIt drops all native VLAN frames unless PortFast is explicitly enabled on the trunk interface.
- CIt always inserts a VLAN tag with ID 1, regardless of which VLAN ID is configured as the native VLAN.
- DIt uses Layer 2 discovery protocols (CDP/LLDP) TLVs to encapsulate and tag the native VLAN traffic.
Answer
By default, an 802.1Q trunk interface transmits frames belonging to the configured native VLAN without adding a 4-byte 802.1Q tag.
Under IEEE 802.1Q trunking specifications, frames belonging to the configured native VLAN are transmitted across the trunk link without an added 802.1Q VLAN header tag. When the receiving switch accepts untagged frames on an 802.1Q trunk port, it implicitly assigns those frames to its local native VLAN.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Untagged Frame Forwarding