200-301 · Question #312
An engineer must establish a trunk link between two switches. The neighboring switch is set to trunk or desirable mode. What action should be taken?
The correct answer is C. configure switchport mode dynamic auto. To establish a trunk link with a neighbor configured in trunk or desirable mode, the local switch port should be set to switchport mode dynamic auto.
Question
An engineer must establish a trunk link between two switches. The neighboring switch is set to trunk or desirable mode. What action should be taken?
Options
- Aconfigure switchport nonegotiate
- Bconfigure switchport mode dynamic desirable
- Cconfigure switchport mode dynamic auto
- Dconfigure switchport trunk dynamic desirable
How the community answered
(57 responses)- A11% (6)
- B4% (2)
- C81% (46)
- D5% (3)
Why each option
To establish a trunk link with a neighbor configured in trunk or desirable mode, the local switch port should be set to `switchport mode dynamic auto`.
`switchport nonegotiate` disables DTP and requires the port to be explicitly configured as `switchport mode trunk` to form a trunk, which bypasses dynamic negotiation.
`switchport mode dynamic desirable` actively attempts to form a trunk link, which would work, but `dynamic auto` is a more passive and often sufficient configuration when the neighbor is already actively seeking a trunk or fixed in trunk mode.
When a neighboring switch port is configured as `trunk` or `dynamic desirable`, setting the local switch's port to `dynamic auto` will cause it to passively form a trunk link. The `dynamic auto` mode waits for the neighbor to actively negotiate or be set as a trunk.
`switchport trunk dynamic desirable` is not a valid Cisco IOS command syntax for configuring DTP modes.
Concept tested: DTP trunk negotiation modes
Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/software/release/12_2_55_se/configuration/guide/scg/swtrunks.html
Topics
Community Discussion
No community discussion yet for this question.