nerdexam
Cisco

200-301 · Question #1379

Refer to the exhibit. An administrator must connect SW_1 and the printer to the network. SW_2 requires DTP to be used for the connection to SW_1. The printer is configured as an access port with VLAN

The correct answer is C. switchport mode dynamic desirable. To ensure SW2 actively uses DTP for a trunk connection to SW1, the interface must be configured as switchport mode dynamic desirable.

Submitted by fatima_kr· Mar 5, 2026Network Access

Question

Refer to the exhibit. An administrator must connect SW_1 and the printer to the network. SW_2 requires DTP to be used for the connection to SW_1. The printer is configured as an access port with VLAN 5. Which set of commands completes the connectivity?

Exhibits

200-301 question #1379 exhibit 1
200-301 question #1379 exhibit 2

Options

  • Aswitchport mode dynamic auto
  • Bswitchport mode trunk
  • Cswitchport mode dynamic desirable
  • Dswitchport mode dynamic auto

How the community answered

(19 responses)
  • A
    11% (2)
  • B
    5% (1)
  • C
    68% (13)
  • D
    16% (3)

Why each option

To ensure SW2 actively uses DTP for a trunk connection to SW1, the interface must be configured as `switchport mode dynamic desirable`.

Aswitchport mode dynamic auto

`switchport mode dynamic auto` (and D) makes the port passively wait to form a trunk. If SW1 is also in auto mode or access mode, a trunk will not form, failing to meet the requirement for DTP to be used for the connection.

Bswitchport mode trunk

`switchport mode trunk` forces the interface into unconditional trunking, which uses DTP to negotiate trunking parameters but doesn't actively 'require' DTP for the connection in the sense of initiating the trunk negotiation, especially if the other side is not compatible. The question implies active DTP negotiation is needed.

Cswitchport mode dynamic desirableCorrect

Configuring `switchport mode dynamic desirable` on SW2's interface connecting to SW1 causes the port to actively attempt to convert the link to a trunking link using DTP. This ensures DTP is actively used for negotiation, and a trunk will form if SW1 is also configured for trunking or in dynamic auto/desirable mode.

Dswitchport mode dynamic auto

`switchport mode dynamic auto` (same as A) makes the port passively wait to form a trunk. If SW1 is also in auto mode or access mode, a trunk will not form, failing to meet the requirement for DTP to be used for the connection.

Concept tested: DTP trunking modes

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_55_se/configuration/guide/scg/swethchl.html

Topics

#Cisco switchport modes#DTP#VLAN trunking#Access ports

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice