Question 1,677 of 1,819
Switching and Network AccesshardMultiple ChoiceObjective-mapped

CCNA Switching and Network Access Practice Question

This 200-301 practice question tests your understanding of switching and network access. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: a switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers.. 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.

A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port. What is the most likely operational result?

Clue words in this question

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

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1hardmultiple 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

The link will not carry multiple VLANs as intended because an access port handles one VLAN only.

An access port is designed to carry only a single VLAN. If the link is intended to carry multiple VLANs, it must be configured as a trunk. The switch will not automatically convert the port to a trunk (B). The port remains a Layer 2 access port, not a routed Layer 3 interface (C). VLANs are not automatically summarized into a single prefix (D). The most likely result is that the link will not carry multiple VLANs as intended.

Key principle: A switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers.

Answer analysis

Option-by-option breakdown

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

  • The link will not carry multiple VLANs as intended because an access port handles one VLAN only.

    Why this is correct

    This is correct because access mode is the wrong role for a multi-VLAN inter-switch link.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    A switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers.

  • The switch automatically converts the access port into a proper trunk.

    Why it's wrong here

    This is wrong because the device does not simply self-correct the design requirement.

    When this WOULD be correct

    In a scenario where a switch is configured with a feature like Dynamic Trunking Protocol (DTP) and the connected device is also set to negotiate trunking, the switch could automatically convert the access port to a trunk. The question would need to specify that DTP is enabled and both switches support it.

  • The port becomes a routed Layer 3 interface.

    Why it's wrong here

    This is wrong because access-port configuration does not create a routed port.

    When this WOULD be correct

    In a different question scenario where a switchport is configured as a Layer 3 interface, and the context involves routing between VLANs, this option could be correct if the question asks about the behavior of a port set to Layer 3 instead of Layer 2.

  • The VLANs are summarized into one prefix automatically.

    Why it's wrong here

    This is wrong because VLAN transport and route summarization are unrelated concepts.

    When this WOULD be correct

    In a different scenario where a question asks about a Layer 3 switch that automatically summarizes VLANs for routing purposes, this option could be correct. For instance, if the question specifies that the switch is configured to aggregate VLANs for inter-VLAN routing, summarization could occur.

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.

The link will not carry multiple VLANs as intended because an access port handles one VLAN only.Correct answer

Why this is correct

This is correct because access mode is the wrong role for a multi-VLAN inter-switch link.

The switch automatically converts the access port into a proper trunk.Wrong answer — click to see why

Why this is wrong here

This option is incorrect because a switch does not automatically convert an access port into a trunk port; manual configuration is required to change the port type. Access ports are designed to carry traffic for a single VLAN only.

★ When this WOULD be the correct answer

In a scenario where a switch is configured with a feature like Dynamic Trunking Protocol (DTP) and the connected device is also set to negotiate trunking, the switch could automatically convert the access port to a trunk. The question would need to specify that DTP is enabled and both switches support it.

Why candidates choose this

Candidates may choose this option due to a misunderstanding of how trunking works and the assumption that switches can automatically adjust configurations based on the connected device's capabilities.

The port becomes a routed Layer 3 interface.Wrong answer — click to see why

Why this is wrong here

This option is wrong because an access port cannot become a routed Layer 3 interface; it is designed to operate at Layer 2 and only handle traffic for a single VLAN.

★ When this WOULD be the correct answer

In a different question scenario where a switchport is configured as a Layer 3 interface, and the context involves routing between VLANs, this option could be correct if the question asks about the behavior of a port set to Layer 3 instead of Layer 2.

Why candidates choose this

Candidates may choose this option due to confusion between Layer 2 and Layer 3 functionalities, mistakenly believing that access ports can be converted to routed interfaces under certain conditions.

The VLANs are summarized into one prefix automatically.Wrong answer — click to see why

Why this is wrong here

This option is wrong because VLANs cannot be summarized into one prefix automatically on a switchport configured as an access port; access ports are limited to a single VLAN and do not perform summarization.

★ When this WOULD be the correct answer

In a different scenario where a question asks about a Layer 3 switch that automatically summarizes VLANs for routing purposes, this option could be correct. For instance, if the question specifies that the switch is configured to aggregate VLANs for inter-VLAN routing, summarization could occur.

Why candidates choose this

Candidates may find this option tempting because they might confuse the concept of VLAN summarization in routing protocols with the behavior of switchports, leading them to incorrectly believe that access ports can handle multiple VLANs through summarization.

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

Beware of confusing automatic port mode changes with manual configurations. Access ports do not auto-convert to trunk mode.

Detailed technical explanation

How to think about this question

A switchport configured as an access port is designed to carry traffic for only a single VLAN. This means that any frame entering or leaving the port is tagged or untagged according to that single VLAN assignment. In contrast, a trunk port is used to carry traffic for multiple VLANs simultaneously by tagging frames with IEEE 802.1Q VLAN tags. This tagging allows switches to differentiate and forward frames to the correct VLAN across inter-switch links. When a link between two switches is intended to carry multiple VLANs, it must be configured as a trunk port. The trunk port encapsulates frames with VLAN tags so that multiple VLANs can share the same physical link without traffic mixing. If the port is manually set as an access port instead, it will only forward untagged frames belonging to the configured VLAN, effectively blocking traffic from other VLANs. This causes a logical mismatch and prevents the intended multi-VLAN communication. This misconfiguration is a common exam trap because the physical link may still come up and appear operational, but VLAN traffic will not flow correctly. The access port does not negotiate or convert itself into a trunk, so the multi-VLAN design fails silently. Network engineers must verify switchport modes carefully to ensure that inter-switch links carrying multiple VLANs are set to trunk mode, avoiding connectivity issues and VLAN isolation problems.

KKey Concepts to Remember

  • A switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers.
  • Trunk ports use IEEE 802.1Q tagging to carry multiple VLANs simultaneously over a single physical link between switches.
  • Inter-switch links designed to carry multiple VLANs must be configured as trunk ports to maintain VLAN separation and forwarding.
  • An access port cannot automatically convert into a trunk port; manual configuration is required to enable trunking.
  • VLAN tagging is essential for multi-VLAN transport and prevents traffic from different VLANs from mixing on the same link.
  • Physical link status does not guarantee correct VLAN transport; a link can be up but still fail to carry multiple VLANs if misconfigured.
  • Misconfiguring a trunk link as an access port causes VLAN traffic isolation and communication failures between switches.
  • Switchport mode mismatches between connected devices cause VLAN connectivity issues and are a common troubleshooting focus in CCNA.

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

A switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers.

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 a switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers., 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 — A switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers..

What is the correct answer to this question?

The correct answer is: The link will not carry multiple VLANs as intended because an access port handles one VLAN only. — An access port is designed to carry only a single VLAN. If the link is intended to carry multiple VLANs, it must be configured as a trunk. The switch will not automatically convert the port to a trunk (B). The port remains a Layer 2 access port, not a routed Layer 3 interface (C). VLANs are not automatically summarized into a single prefix (D). The most likely result is that the link will not carry multiple VLANs as intended.

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

Review a switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers., 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: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

A switchport configured as an access port carries traffic for only one VLAN and does not tag frames with VLAN identifiers.

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.