A network administrator is inspecting an 802.1Q trunk link configured between Switch-A and Switch-B. Interface GigabitEthernet0/1 on Switch-A is configured with `switchport trunk native vlan 10`. On Switch-B, interface GigabitEthernet0/1 is configured with `switchport trunk native vlan 50`. When Switch-A transmits untagged Ethernet frames across this link to Switch-B, which of the following outcomes will occur?
- Switch-B will accept the untagged frames and associate them with VLAN 50.Answer
- BThe untagged frames will be redirected to a Layer 3 router to resolve the broadcast domain conflict.
- CSwitch-B will automatically drop all incoming untagged frames until 802.1Q tagging is enabled for all VLANs.
- DSwitch-B will prepend a VLAN 10 tag to the frames upon ingress based on Switch-A's trunk configuration.
Answer
Switch-B will accept the untagged frames and associate them with VLAN 50.
Under 802.1Q trunking, traffic belonging to the configured native VLAN is sent untagged across the link. Switch-A sends VLAN 10 traffic untagged because VLAN 10 is its native VLAN. Switch-B receives the untagged traffic and assigns it to its own local native VLAN, which is VLAN 50. This results in untagged frames leaking from VLAN 10 on Switch-A into VLAN 50 on Switch-B.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Untagged Frame Processing and Mismatch Behavior