A network engineer is configuring an 802.1Q trunk link between `SW-CORE-01` and `SW-ACCESS-05`. Interface `GigabitEthernet 0/1` on `SW-CORE-01` is configured with `switchport trunk native vlan 50`. Interface `GigabitEthernet 0/1` on `SW-ACCESS-05` retains the default configuration of `switchport trunk native vlan 1`. Both switches have VLANs 10, 20, and 50 allowed on the trunk link.
When an untagged frame originating from an access port assigned to VLAN 50 on `SW-CORE-01` is forwarded across the trunk link, how will `SW-ACCESS-05` handle this frame upon arrival?
- It will accept the untagged frame and forward it within VLAN 1 because VLAN 1 is configured as its local native VLAN.Answer
- BIt will drop the frame immediately because the frame's VLAN ID does not match the local native VLAN configuration.
- CIt will inspect the 802.1Q header tag, strip it, and place the frame directly into VLAN 50.
- DIt will automatically perform Layer 2 routing to forward the frame from VLAN 50 to VLAN 1 without requiring a router.
Answer
SW-ACCESS-05 will accept the untagged frame and process it as part of VLAN 1 because untagged frames arriving on an 802.1Q trunk are automatically assigned to the receiving interface's configured native VLAN.
The correct response highlights that untagged frames arriving on an 802.1Q trunk interface are mapped directly to the local interface's native VLAN. SW-CORE-01 transmits VLAN 50 frames untagged because VLAN 50 is its native VLAN. SW-ACCESS-05 receives the untagged frame and associates it with VLAN 1, which is its own native VLAN setting.
Step-by-Step Solution
Key Concept
802.1Q Native VLAN Tagging & Mismatch Behavior
Estimated Time:1m 30s