A network engineer is troubleshooting a connectivity issue between two switches, SW1 and SW2, connected via a trunk link. SW1 is a Cisco Catalyst 3850 running IOS-XE, and SW2 is a Cisco Catalyst 2960 running IOS. The trunk is configured as a dynamic desirable mode on SW1 and dynamic auto on SW2. The engineer notices that the trunk is not forming. What is the most likely cause?
Trap 1: SW2 does not support DTP.
Incorrect because the Catalyst 2960 supports DTP.
Trap 2: The trunk encapsulation is set to ISL on SW1.
Incorrect because the 2960 only supports 802.1Q, and if SW1 were set to ISL, the trunk would not form, but the default is 802.1Q.
Trap 3: VLAN 1 is not allowed on the trunk.
Incorrect because VLAN 1 is allowed by default, and removing it would not prevent trunk formation, only traffic.
- A
The native VLAN is different on SW1 and SW2.
Correct because a native VLAN mismatch can cause DTP frames to be dropped, preventing trunk negotiation.
- B
SW2 does not support DTP.
Why wrong: Incorrect because the Catalyst 2960 supports DTP.
- C
The trunk encapsulation is set to ISL on SW1.
Why wrong: Incorrect because the 2960 only supports 802.1Q, and if SW1 were set to ISL, the trunk would not form, but the default is 802.1Q.
- D
VLAN 1 is not allowed on the trunk.
Why wrong: Incorrect because VLAN 1 is allowed by default, and removing it would not prevent trunk formation, only traffic.