A network administrator is troubleshooting a connectivity failure between two switches connected via an 802.1Q trunk link. Host devices assigned to VLAN 10 on Switch-A are unable to communicate with servers on VLAN 10 connected to Switch-B. Inspection of the switch port configurations indicates that port GigabitEthernet 0/1 on Switch-A is configured with VLAN 10 as its native VLAN, while port GigabitEthernet 0/1 on Switch-B uses default VLAN 1 as its native VLAN. Which of the following best explains why VLAN 10 traffic fails to reach its destination across the trunk?
- Switch-A transmits VLAN 10 traffic untagged over the trunk, causing Switch-B to receive the frames and place them into VLAN 1 rather than VLAN 10.Cevap
- BSwitch-A automatically drops outgoing frames on VLAN 10 because devices on different VLANs cannot share the same physical trunk link without an inline Layer 3 router.
- CThe native VLAN mismatch forces both trunk interface ports into half-duplex mode, causing excessive late collisions that drop all VLAN 10 frames.
- DSpanning Tree Protocol automatically disables the trunk interface on Switch-A because VLAN 10 has a higher numerical priority than VLAN 1.
Cevap
Switch-A transmits VLAN 10 traffic untagged over the trunk, causing Switch-B to receive the frames and place them into VLAN 1 rather than VLAN 10.
The correct answer correctly identifies that an 802.1Q trunk sends frames belonging to its configured native VLAN without adding an 802.1Q VLAN tag. Because Switch-A has native VLAN 10 and Switch-B has native VLAN 1, Switch-A sends VLAN 10 frames untagged. Switch-B receives those untagged frames and places them into its own native VLAN (VLAN 1), preventing VLAN 10 hosts on Switch-A from reaching VLAN 10 servers on Switch-B.
Adım Adım Çözüm
Anahtar Kavram
802.1Q Native VLAN Tagging and Mismatch Behavior