A network engineer is troubleshooting interconnectivity between two switches, Switch-Alpha and Switch-Beta, over a dedicated GigabitEthernet link. The switchport configuration for interface GigabitEthernet1/0/24 on both switches is shown below:
Switch-Alpha:
interface GigabitEthernet1/0/24
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,50
Switch-Beta:
interface GigabitEthernet1/0/24
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan 10,20,50
A host in VLAN 10 on Switch-Alpha sends data to a host in VLAN 10 on Switch-Beta. Simultaneously, an untagged broadcast frame is generated by a device in VLAN 50 on Switch-Alpha and transmitted across the link.
Which statement accurately describes how these frames are handled across the trunk link?
- Tagged frames belonging to VLAN 10 cross the trunk link normally, while untagged frames sent from VLAN 50 on Switch-Alpha are placed into VLAN 1 upon arrival at Switch-Beta.Answer
- BAll frame transmissions across GigabitEthernet1/0/24 are immediately blocked because detecting a native VLAN mismatch forces the trunk interface into an err-disabled state.
- CUntagged frames from VLAN 50 on Switch-Alpha are automatically routed directly into VLAN 10 by Switch-Beta without traversing a Layer 3 routing engine.
- DVLAN 10 frames are stripped of their 802.1Q headers at Switch-Alpha because VLAN 50 is designated as the native VLAN on that egress interface.