nerdexam
Cisco

200-301 · Question #1088

Refer to the exhibit. A network administrator configures an interface on a new switch so that it connects to interface Gi1/0/1 on switch Cat9300-1. Which configuration must be applied to the new inter

The correct answer is A. switchport mode trunk. To connect a new switch interface to an existing switch interface, the new interface should be configured as a trunk port to carry traffic for multiple VLANs.

Submitted by devops_kid· Mar 5, 2026Network Access

Question

Refer to the exhibit. A network administrator configures an interface on a new switch so that it connects to interface Gi1/0/1 on switch Cat9300-1. Which configuration must be applied to the new interface?

Exhibits

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

Options

  • Aswitchport mode trunk
  • Bswitchport mode dynamic desirable
  • Cswitchport trunk encapsulation dot1q
  • Dswitchport nonegotiate

How the community answered

(38 responses)
  • A
    82% (31)
  • B
    11% (4)
  • C
    5% (2)
  • D
    3% (1)

Why each option

To connect a new switch interface to an existing switch interface, the new interface should be configured as a trunk port to carry traffic for multiple VLANs.

Aswitchport mode trunkCorrect

The `switchport mode trunk` command explicitly configures the interface as a trunk port, which is the standard configuration for inter-switch links to carry traffic for multiple VLANs.

Bswitchport mode dynamic desirable

The `switchport mode dynamic desirable` command attempts to negotiate a trunk using DTP (Dynamic Trunking Protocol), which is less explicit and might lead to unexpected behavior if the other side is not configured appropriately or if DTP is disabled.

Cswitchport trunk encapsulation dot1q

The `switchport trunk encapsulation dot1q` command specifies the trunking protocol and is often required before setting the `switchport mode trunk` on older switches, but it's not the primary mode configuration for enabling a trunk on a new interface.

Dswitchport nonegotiate

The `switchport nonegotiate` command disables DTP and is typically used when a trunk is statically configured with `switchport mode trunk`, but it does not define the trunk mode itself.

Concept tested: Switch port trunk configuration

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9300/software/release/16-5/configuration_guide/sw_l2cg/configuring_ethernet_interfaces.html

Topics

#trunk#switchport mode#VLANs#802.1Q

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice