nerdexam
Cisco

200-301 · Question #1246

Two switches have been implemented and all interfaces are at the default configuration level. A trunk link must be implemented between two switches with these requirements: - using an industry-standar

The correct answer is C. switchport mode trunk. The question requires configuring switch ports to establish a trunk link using a standard protocol and restricting allowed VLANs to 1-10.

Submitted by yuriko_h· Mar 5, 2026Network Access

Question

Two switches have been implemented and all interfaces are at the default configuration level. A trunk link must be implemented between two switches with these requirements: - using an industry-standard trunking protocol - permitting VLANs 1-10 and denying other VLANs How must the interconnecting ports be configured?

Options

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

How the community answered

(46 responses)
  • A
    17% (8)
  • B
    9% (4)
  • C
    72% (33)
  • D
    2% (1)

Why each option

The question requires configuring switch ports to establish a trunk link using a standard protocol and restricting allowed VLANs to 1-10.

Aswitchport mode dynamic

`switchport mode dynamic` (presumably dynamic auto) attempts to convert the link to a trunk if the neighboring port is set to trunk or dynamic desirable, but it does not guarantee a trunk nor explicitly set the allowed VLANs as required.

Bswitchport mode trunk
Cswitchport mode trunkCorrect

To establish a trunk link that uses an industry-standard protocol (like IEEE 802.1Q) and specifically permits certain VLANs, the interconnecting ports must be explicitly configured with `switchport mode trunk`. This command puts the interface into a permanent trunking mode, and subsequently, `switchport trunk allowed vlan 1-10` would be used to filter the permitted VLANs, fulfilling all requirements.

Dswitchport mode dynamic desirable

`switchport mode dynamic desirable` actively attempts to convert the link into a trunk, but it still relies on negotiation and does not explicitly set the trunking mode or the allowed VLANs, which is required for a deterministic and restricted trunk.

Concept tested: Manual 802.1Q trunk configuration

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

Topics

#VLAN Trunking#Switchport mode#802.1Q#Trunk allowed VLANs

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice