A network administrator is inspecting an IEEE 802.1Q trunk link between two switches, `SW-CAMPUS-01` and `SW-CAMPUS-02`. The configuration of interface GigabitEthernet0/1 on `SW-CAMPUS-01` is:
text
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk native vlan 50
switchport trunk allowed vlan 10,20,30,50
The configuration of interface GigabitEthernet0/1 on `SW-CAMPUS-02` is:
text
interface GigabitEthernet0/1
switchport mode trunk
switchport trunk native vlan 1
switchport trunk allowed vlan 10,20,30,50
A workstation connected to an access port on `SW-CAMPUS-01` in VLAN 50 transmits an unencapsulated Ethernet broadcast frame destined across the trunk link. Which of the following best describes how `SW-CAMPUS-02` will handle this frame upon arrival at its GigabitEthernet0/1 interface?
- It will accept the untagged frame and forward it to all active ports belonging to VLAN 1.Cevap
- BIt will drop the frame immediately because VLAN 50 does not match the local native VLAN ID on the receiving switch port.
- CIt will inspect the frame, dynamically inject an 802.1Q header with VLAN 50, and forward it to VLAN 50 ports.
- DIt will route the frame to VLAN 50 ports directly because trunk ports automatically negotiate uniform native VLAN parameters per frame.