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

Quick Answer

The answer is to enable PortFast on the access port. This configuration directly addresses the problem by immediately transitioning the port from blocking to forwarding, bypassing the 30-second STP listening and learning delays that keep an end host waiting after a reboot. On the CCNA 200-301 v2 exam, this scenario tests your understanding of how Spanning Tree Protocol timers affect host connectivity on access ports, with the common trap being to disable STP globally—which removes loop protection elsewhere, violating the requirement. Remember that PortFast is safe only on ports connecting to end devices, not to switches. A useful memory tip: think of PortFast as a “fast pass” for your host, skipping the STP line so it gets to the network immediately.

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: spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes.. 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.

Exhibit: A switch port connected to an end host is stuck in a blocking state much longer than expected after a reboot. Which configuration change most directly speeds host access while still keeping loop protection elsewhere?

Question 1mediummultiple choice
Full question →

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

Enable PortFast on the access port

PortFast should be enabled on access ports that connect to end devices. It lets the port move to forwarding quickly without waiting through normal STP listening and learning delays. Disabling STP globally removes all loop protection, which contradicts the requirement to keep loop protection elsewhere. Changing the trunk native VLAN is irrelevant to an access port's STP state transition. Adjusting duplex has no effect on STP timers and would not speed up host access.

Key principle: Spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes.

Answer analysis

Option-by-option breakdown

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

  • Enable PortFast on the access port

    Why this is correct

    PortFast is the standard fix for host-facing access ports.

    Related concept

    Spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes.

  • Disable STP globally

    Why it's wrong here

    That removes loop protection and is not acceptable.

    When this WOULD be correct

    In a different scenario where the question asks how to quickly troubleshoot a network experiencing severe broadcast storms due to misconfigured switches, disabling STP globally could be a temporary measure to restore connectivity while resolving the underlying issues.

  • Change the trunk native VLAN

    Why it's wrong here

    That does not address the STP convergence delay for a host port.

    When this WOULD be correct

    In a different scenario where the question asks about resolving VLAN mismatches on a trunk link, changing the trunk native VLAN could be the correct answer. For example, if the native VLAN on both ends of the trunk is misconfigured, it could lead to connectivity issues that this action would resolve.

  • Set the port to half-duplex

    Why it's wrong here

    Duplex has nothing to do with the STP state delay.

    When this WOULD be correct

    In a scenario where a question asks how to configure a port for legacy devices that only support half-duplex communication, setting the port to half-duplex would be the correct answer. This would be relevant if the question specifically focused on compatibility with older hardware.

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.

Enable PortFast on the access portCorrect answer

Why this is correct

PortFast is the standard fix for host-facing access ports.

Disable STP globallyWrong answer — click to see why

Why this is wrong here

Disabling STP globally removes all loop protection, which can lead to broadcast storms and network loops if redundant links exist. This is not an acceptable solution because the question explicitly requires keeping loop protection elsewhere.

★ When this WOULD be the correct answer

In a different scenario where the question asks how to quickly troubleshoot a network experiencing severe broadcast storms due to misconfigured switches, disabling STP globally could be a temporary measure to restore connectivity while resolving the underlying issues.

Why candidates choose this

A student might think that disabling STP entirely would eliminate the blocking state delay, but they overlook the critical need for loop prevention in a network with potential redundant paths.

Change the trunk native VLANWrong answer — click to see why

Why this is wrong here

Changing the trunk native VLAN affects VLAN tagging and potential mismatches but does not influence STP port state transitions. The delay experienced is due to STP convergence, not VLAN configuration.

★ When this WOULD be the correct answer

In a different scenario where the question asks about resolving VLAN mismatches on a trunk link, changing the trunk native VLAN could be the correct answer. For example, if the native VLAN on both ends of the trunk is misconfigured, it could lead to connectivity issues that this action would resolve.

Why candidates choose this

A test-taker might confuse native VLAN issues with STP delays, especially if they have encountered problems where native VLAN mismatch causes connectivity issues, but those are unrelated to the blocking state duration.

Set the port to half-duplexWrong answer — click to see why

Why this is wrong here

Setting the port to half-duplex does not affect STP state transitions; duplex settings impact collision detection and throughput, not the time a port spends in blocking state. STP timers are independent of duplex configuration.

★ When this WOULD be the correct answer

In a scenario where a question asks how to configure a port for legacy devices that only support half-duplex communication, setting the port to half-duplex would be the correct answer. This would be relevant if the question specifically focused on compatibility with older hardware.

Why candidates choose this

Students might associate half-duplex with slower performance and incorrectly assume it could speed up STP convergence, or they may confuse duplex mismatch issues with STP delays.

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

Avoid confusing STP parameters like hello time with features like PortFast that directly affect port state transitions.

Detailed technical explanation

How to think about this question

Spanning Tree Protocol (STP) is a Layer 2 protocol designed to prevent switching loops by placing redundant paths into a blocking state. When a switch port comes up, STP forces it through listening and learning states before forwarding frames, which typically takes about 30 to 50 seconds. This delay ensures the network topology is stable and prevents temporary loops that could cause broadcast storms. However, this delay is unnecessary for ports connected directly to end devices, which do not create loops. PortFast is a Cisco enhancement that allows access ports connected to end hosts to bypass the STP listening and learning states and transition immediately to the forwarding state. This reduces the time a host waits to gain network access after a reboot or link change from about 30 seconds to just a few seconds. PortFast should only be enabled on ports connected to end devices because enabling it on switch-to-switch links can cause bridging loops and network instability. A common exam trap is to disable STP globally to eliminate the blocking delay, which removes essential loop protection and risks network outages. Another trap is to confuse trunk native VLAN changes or duplex settings with STP behavior; these do not affect STP convergence times. Understanding when and where to apply PortFast is critical for maintaining network stability while optimizing host connectivity times.

KKey Concepts to Remember

  • Spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes.
  • PortFast enables an access port connected to an end host to bypass the usual STP listening and learning states and transition immediately to forwarding.
  • STP convergence delays on access ports without PortFast cause longer blocking states, delaying host connectivity after a reboot or link change.
  • Disabling STP globally removes loop protection across the entire network, which is unsafe and not recommended in production environments.
  • Changing the trunk native VLAN does not affect STP port states or convergence times on access ports connected to end devices.
  • Setting a port to half-duplex affects collision handling but does not influence STP port state transitions or blocking durations.
  • PortFast should only be enabled on ports connected to end hosts, not on ports connecting switches, to avoid creating bridging loops.
  • Proper use of PortFast speeds up host access by allowing immediate forwarding while maintaining STP loop protection elsewhere in the network.

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

Spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes.

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 spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes., 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 — Spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes..

What is the correct answer to this question?

The correct answer is: Enable PortFast on the access port — PortFast should be enabled on access ports that connect to end devices. It lets the port move to forwarding quickly without waiting through normal STP listening and learning delays. Disabling STP globally removes all loop protection, which contradicts the requirement to keep loop protection elsewhere. Changing the trunk native VLAN is irrelevant to an access port's STP state transition. Adjusting duplex has no effect on STP timers and would not speed up host access.

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

Review spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Spanning Tree Protocol (STP) prevents Layer 2 switching loops by placing ports in blocking or forwarding states based on network topology changes.

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

Keep practising

More 200-301 practice questions

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.