A network engineer is configuring an IEEE 802.1Q trunk connection between two Layer 2 enterprise switches, Switch-A and Switch-B. Switch-A has its trunk port configured with native VLAN 10, whereas Switch-B has its trunk port configured with native VLAN 20. Host 1 is attached to an access port on Switch-A assigned to VLAN 10, and Host 2 is attached to an access port on Switch-B assigned to VLAN 20. If Host 1 transmits an unencapsulated broadcast frame into Switch-A, what occurs when this traffic traverses the link to Switch-B and reaches Host 2?
- Switch-A transmits the frame untagged across the trunk. Switch-B receives the untagged frame, assigns it to its native VLAN 20, and forwards it to Host 2 without requiring a Layer 3 router.Answer
- BSwitch-A drops the frame at the ingress access port because the frame cannot cross mismatched native VLANs without an active Spanning Tree Protocol (STP) root bridge resolving the conflict.
- CSwitch-A encapsulates the frame with an 802.1Q header for VLAN 10. Switch-B inspects the tag, identifies a native VLAN mismatch, and drops the frame at its trunk interface.
- DSwitch-A forwards the frame untagged, but Switch-B drops the frame because hosts in different VLANs can never communicate under any physical topology without Layer 3 inter-VLAN routing.
Answer
Switch-A transmits the frame untagged across the trunk. Switch-B receives the untagged frame, assigns it to its native VLAN 20, and forwards it to Host 2 without requiring a Layer 3 router.
Under IEEE 802.1Q trunking standards, frames assigned to the native VLAN of an egress trunk interface are transmitted untagged. Because Switch-A has native VLAN 10 configured, any frame from VLAN 10 traversing the trunk is sent without an 802.1Q tag. When Switch-B receives an untagged frame on its trunk port, it automatically attributes that frame to its own locally configured native VLAN (VLAN 20). Consequently, the broadcast frame is flooded to all ports in VLAN 20 on Switch-B, reaching Host 2 directly at Layer 2.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Ingress/Egress Tagging and Traffic Leakage