nerdexam
Cisco

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.

Submitted by valeria.br· Mar 5, 2026Network Access

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)
  • A
    11% (6)
  • B
    4% (2)
  • C
    81% (46)
  • D
    5% (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`.

Aconfigure switchport nonegotiate

`switchport nonegotiate` disables DTP and requires the port to be explicitly configured as `switchport mode trunk` to form a trunk, which bypasses dynamic negotiation.

Bconfigure switchport mode dynamic desirable

`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.

Cconfigure switchport mode dynamic autoCorrect

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.

Dconfigure switchport trunk dynamic desirable

`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

#VLAN Trunking#DTP#Switchport Modes#Inter-switch Connectivity

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice