A network engineer notices intermittent connectivity issues between two switches connected via a trunk link. The trunk is configured with DTP in dynamic desirable mode on one side and trunk mode on the other. Which action should the engineer take to resolve the issue?
Trap 1: Set both sides to access mode.
Option D is wrong because access mode would not carry multiple VLANs, breaking the trunk.
Trap 2: Disable DTP on both sides using switchport nonegotiate.
Option B is wrong because disabling DTP may prevent the trunk from forming if the other side is not statically configured.
Trap 3: Change one side to dynamic auto.
Option C is wrong because dynamic auto waits for the other side to initiate trunking, which may not happen.
- A
Configure both sides with switchport mode trunk.
Option A is correct because it ensures both ends are unconditionally set to trunk mode, avoiding negotiation issues.
- B
Set both sides to access mode.
Why wrong: Option D is wrong because access mode would not carry multiple VLANs, breaking the trunk.
- C
Disable DTP on both sides using switchport nonegotiate.
Why wrong: Option B is wrong because disabling DTP may prevent the trunk from forming if the other side is not statically configured.
- D
Change one side to dynamic auto.
Why wrong: Option C is wrong because dynamic auto waits for the other side to initiate trunking, which may not happen.