- A
Enable PortFast on the access port
PortFast is the standard fix for host-facing access ports.
- B
Disable STP globally
Why wrong: That removes loop protection and is not acceptable.
- C
Change the trunk native VLAN
Why wrong: That does not address the STP convergence delay for a host port.
- D
Set the port to half-duplex
Why wrong: Duplex has nothing to do with the STP state delay.
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?
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
- ✗
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.
- →
Switching and Network Access — study guide chapter
Learn the concepts, then practise the questions
- →
Switching and Network Access practice questions
Targeted practice on this topic area only
- →
All 200-301 questions
1,819 questions across all exam domains
- →
CCNA 200-301 v2 study guide
Full concept coverage aligned to exam objectives
- →
200-301 practice test guide
How to use practice tests most effectively before exam day
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.
Network Infrastructure and Connectivity practice questions
Practise 200-301 questions linked to Network Infrastructure and Connectivity.
Switching and Network Access practice questions
Practise 200-301 questions linked to Switching and Network Access.
IP Routing practice questions
Practise 200-301 questions linked to IP Routing.
Network Services and Security practice questions
Practise 200-301 questions linked to Network Services and Security.
AI and Network Operations practice questions
Practise 200-301 questions linked to AI and Network Operations.
CCNA subnetting practice questions
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
CCNA OSPF practice questions
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
CCNA VLAN practice questions
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
CCNA STP practice questions
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
CCNA EtherChannel practice questions
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
CCNA ACL practice questions
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
CCNA NAT practice questions
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
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 →
Keep practising
More 200-301 practice questions
- A switchport connected to another switch should carry multiple VLANs, but it was manually configured as an access port.…
- What problem is HSRP designed to solve?
- Which TWO statements correctly describe the causes or implications of CRC errors, runts, giants, or output errors as see…
- You are connected to R1. Configure IPv4 and IPv6 addressing on R1's interfaces and verify reachability to R2. The curren…
- Which TWO statements accurately describe how AI/ML concepts are applied to network operations in modern enterprise netwo…
- Which TWO switch port configurations are required when connecting a Cisco IP phone and a desktop PC to a single access p…
Last reviewed: May 17, 2026
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.
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.
Sign in to join the discussion.