Question 668 of 1,819
Switching and Network AccessmediumMultiple ChoiceObjective-mapped

Quick Answer

The correct command is switchport mode trunk, which directly forces a switch interface into trunking mode rather than relying on Dynamic Trunking Protocol (DTP) negotiation. This command sets the administrative mode to trunk unconditionally, making the port actively send and receive 802.1Q frames without waiting for a neighboring switch to agree on trunking. On the CCNA 200-301 v2 exam, this tests your understanding of explicit versus dynamic trunk configuration—a common trap is confusing switchport mode dynamic desirable or auto, which still depend on DTP, with the direct command that removes all negotiation. The exam expects you to know that switchport mode trunk is the only option that immediately establishes a trunk, regardless of the neighbor’s configuration. A simple memory tip: think of “trunk” as a direct order—no handshake, no waiting—just immediate tagging.

CCNA Switching and Network Access Practice Question

This 200-301 practice question tests your understanding of switching and network access. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. A key principle to apply: the `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which command places a switch interface into trunking mode directly instead of relying on negotiation?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "which command"

    Why it matters: Tests specific CLI syntax. Recall the exact command and its required context — near-synonyms and partial matches are common distractors.

Question 1mediummultiple choice
Open the full VLAN trunking answer →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

switchport mode trunk

The direct command is `switchport mode trunk`. In plain language, this tells the switch to behave as a trunk port rather than waiting to negotiate that role through DTP. That makes the administrative intent clear and avoids ambiguity. In many production environments, explicit configuration is preferred because it is easier to understand and troubleshoot than relying on negotiation behavior. This is a core CCNA switching idea because trunks and access ports serve very different purposes. The wrong answers either describe negotiation states or commands that relate to other aspects of VLAN behavior. The best answer is the one that directly forces the interface into trunk mode instead of merely suggesting or passively waiting for trunking.

Key principle: The `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • switchport mode trunk

    Why this is correct

    This is correct because it directly forces the interface into trunk mode.

    Clue confirmation

    The clue word "which command" in the question point toward this answer.

    Related concept

    The `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation.

  • switchport access vlan 10

    Why it's wrong here

    This is wrong because it assigns an access VLAN and does not place the interface into trunking mode.

    When this WOULD be correct

    In a different question, if asked about configuring an access port for a specific VLAN, 'switchport access vlan 10' would be the correct answer. For example, a question might ask how to set an interface to carry traffic for VLAN 10 only.

  • switchport mode dynamic auto

    Why it's wrong here

    This is wrong because dynamic auto relies on negotiation and does not directly force trunking.

    When this WOULD be correct

    In a scenario where the question asks for a command that enables dynamic trunking negotiation, 'switchport mode dynamic auto' would be correct. For example, if the question specified the need for a switch to automatically negotiate trunking with a connected switch, this command would be appropriate.

  • spanning-tree portfast

    Why it's wrong here

    This is wrong because PortFast is an STP feature for edge ports, not a trunk-mode command.

    When this WOULD be correct

    If the exam question asked about configuring an interface to quickly transition to forwarding state for end devices, 'spanning-tree portfast' would be the correct answer. This scenario would focus on optimizing STP for access ports rather than trunking.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

switchport mode trunkCorrect answer

Why this is correct

This is correct because it directly forces the interface into trunk mode.

switchport access vlan 10Wrong answer — click to see why

Why this is wrong here

The command 'switchport access vlan 10' assigns the interface to a specific access VLAN, placing it in access mode, not trunk mode. Trunk mode is required to carry multiple VLANs, and this command does not enable trunking.

★ When this WOULD be the correct answer

In a different question, if asked about configuring an access port for a specific VLAN, 'switchport access vlan 10' would be the correct answer. For example, a question might ask how to set an interface to carry traffic for VLAN 10 only.

Why candidates choose this

Students might confuse VLAN assignment with trunking, thinking that specifying a VLAN somehow enables trunking. However, trunking is about tagging frames from multiple VLANs, not just assigning a single VLAN.

switchport mode dynamic autoWrong answer — click to see why

Why this is wrong here

The command 'switchport mode dynamic auto' places the interface in a mode that waits for the neighboring switch to initiate trunking via DTP. It does not directly force trunking; the interface will only become a trunk if the neighbor is set to 'dynamic desirable' or 'trunk'.

★ When this WOULD be the correct answer

In a scenario where the question asks for a command that enables dynamic trunking negotiation, 'switchport mode dynamic auto' would be correct. For example, if the question specified the need for a switch to automatically negotiate trunking with a connected switch, this command would be appropriate.

Why candidates choose this

Test-takers may think 'dynamic auto' automatically creates a trunk, but it actually relies on negotiation and does not guarantee trunking. It is often confused with 'dynamic desirable', which actively attempts to form a trunk.

spanning-tree portfastWrong answer — click to see why

Why this is wrong here

The command 'spanning-tree portfast' is used to speed up the transition of an access port to the forwarding state, bypassing the listening and learning phases. It has no effect on trunking mode and is unrelated to VLAN trunk configuration.

★ When this WOULD be the correct answer

If the exam question asked about configuring an interface to quickly transition to forwarding state for end devices, 'spanning-tree portfast' would be the correct answer. This scenario would focus on optimizing STP for access ports rather than trunking.

Why candidates choose this

Students might associate 'portfast' with fast convergence or think it enables some form of trunking, but it is purely an STP optimization for edge ports and does not affect trunk mode.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

Be careful not to confuse commands that involve negotiation or specify encapsulation with those that directly set the mode.

Trap categories for this question

  • Command / output trap

    This is wrong because PortFast is an STP feature for edge ports, not a trunk-mode command.

Detailed technical explanation

How to think about this question

In Cisco switching, trunk ports carry traffic for multiple VLANs between switches or other network devices. The command `switchport mode trunk` explicitly configures an interface to operate as a trunk port, bypassing any negotiation protocols like Dynamic Trunking Protocol (DTP). This direct configuration ensures the interface immediately tags frames with VLAN identifiers and forwards traffic for all allowed VLANs, which is essential for VLAN segmentation and inter-switch communication. Cisco switches support several trunking modes, including dynamic auto, dynamic desirable, trunk, and access. The `switchport mode trunk` command forces the interface into trunk mode without waiting for negotiation, making the administrative intent explicit and preventing ambiguity. In contrast, dynamic auto mode places the port in a passive state, waiting for the other side to initiate trunking, which can lead to inconsistent or unexpected trunk formation. A common exam trap is confusing dynamic trunking modes with forced trunk mode. Candidates often mistake `switchport mode dynamic auto` as enabling trunking directly, but it actually relies on negotiation and may result in an access port if the other side does not initiate trunking. Understanding this distinction is critical for both exam success and real-world network stability, as forced trunking avoids negotiation failures and ensures consistent VLAN tagging across links.

KKey Concepts to Remember

  • The `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation.
  • Dynamic trunking modes like `dynamic auto` rely on DTP negotiation and may not activate trunking if the neighbor does not initiate it.
  • Trunk ports tag Ethernet frames with VLAN identifiers to segregate traffic across a shared physical link between switches.
  • Access ports carry traffic for a single VLAN and do not tag frames, making `switchport access vlan` incompatible with trunking.
  • Spanning Tree Protocol features like PortFast do not influence trunking behavior and serve different purposes related to loop prevention.
  • Explicitly configuring trunk mode avoids negotiation failures and ensures consistent VLAN traffic forwarding in Cisco networks.
  • Dynamic Trunking Protocol (DTP) automates trunk negotiation but can introduce ambiguity and is often disabled in secure environments.
  • Understanding the difference between forced trunk mode and negotiation-based trunking is critical for CCNA exam success and network reliability.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

The `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation.

Real-world example

How this comes up in practice

A help-desk technician troubleshoots why a newly connected PC cannot reach shared printers on the same floor. The cable is good, the switch port is active, but the PC is in VLAN 20 and the printers are in VLAN 10. The uplink trunk only allows VLAN 10. A trunk being up does not mean every VLAN crosses it.

What to study next

Got this wrong? Here's your next step.

Review the `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation., then practise related 200-301 questions on the same topic to reinforce the concept.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 200-301 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-301 question test?

Switching and Network Access — This question tests Switching and Network Access — The `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation..

What is the correct answer to this question?

The correct answer is: switchport mode trunk — The direct command is `switchport mode trunk`. In plain language, this tells the switch to behave as a trunk port rather than waiting to negotiate that role through DTP. That makes the administrative intent clear and avoids ambiguity. In many production environments, explicit configuration is preferred because it is easier to understand and troubleshoot than relying on negotiation behavior. This is a core CCNA switching idea because trunks and access ports serve very different purposes. The wrong answers either describe negotiation states or commands that relate to other aspects of VLAN behavior. The best answer is the one that directly forces the interface into trunk mode instead of merely suggesting or passively waiting for trunking.

What should I do if I get this 200-301 question wrong?

Review the `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "which command". Tests specific CLI syntax. Recall the exact command and its required context — near-synonyms and partial matches are common distractors.

What is the key concept behind this question?

The `switchport mode trunk` command directly forces a switch interface to operate as a trunk port, carrying multiple VLANs without negotiation.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: May 17, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.