A network engineer is inspecting Layer 2 traffic behavior across two directly connected switches, Switch-A and Switch-B, linked via an 802.1Q trunk interface. Switch-A is configured with native VLAN 10 on its trunk port, while Switch-B is configured with native VLAN 20 on its corresponding trunk port. Allowed VLANs on both trunk ports include VLANs 10, 20, and 30. A host connected to an access port assigned to VLAN 10 on Switch-A generates an ARP broadcast request. Which TWO of the following statements accurately describe how the switches process, tag, and forward this frame across the trunk link?
- Switch-A transmits the ARP broadcast frame out of its trunk port without an 802.1Q VLAN header.Answer
- Switch-B assigns the incoming untagged ARP broadcast frame to VLAN 20 and floods it out all active access ports in VLAN 20.Answer
- CSwitch-A appends an 802.1Q tag containing VLAN ID 10 because broadcast frames are mandatory-tagged across all trunk links regardless of native VLAN settings.
- DSwitch-B rewrites the source MAC address and Layer 3 IP header of the frame to perform inter-VLAN routing between VLAN 10 and VLAN 20.
- ESwitch-B drops the frame immediately upon receipt because untagged frames are disallowed on 802.1Q trunks configured with allowed VLAN lists.
Answer
The correct statements are that Switch-A transmits the ARP broadcast frame out of its trunk port without an 802.1Q VLAN header, and Switch-B receives the untagged frame and assigns it to VLAN 20, flooding it out all active access ports in VLAN 20.
Under IEEE 802.1Q specifications, a switch transmitting traffic belonging to its configured native VLAN over a trunk interface strips the 4-byte 802.1Q VLAN header, sending standard untagged Ethernet frames. On the receiving side, Switch-B associates any incoming untagged frame with its own configured native VLAN (VLAN 20). Consequently, the broadcast frame generated in VLAN 10 on Switch-A leaks directly into VLAN 20 on Switch-B and is flooded to all VLAN 20 access ports.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Tagging Mechanics and Mismatch Traffic Leakage