Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCNA Switching and Network Access Practice Question
Drag and drop the following steps into the correct order to configure Rapid PVST+ with a designated root bridge, PortFast, and BPDU Guard on access ports.
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
Set the spanning-tree mode to Rapid PVST+
1. Set the spanning-tree mode to Rapid PVST+: This enables Rapid PVST+ globally, a prerequisite for the root primary command to function correctly. 2. Configure the switch as the root bridge for VLAN 1: Lowers the bridge priority to guarantee this switch becomes the root, defining the STP topology. 3. Enter interface configuration mode for the access ports: Prepares the specific ports where PortFast and BPDU Guard are applied. 4. Enable PortFast on the interfaces: Allows immediate transition to forwarding state, bypassing listening/learning phases. 5. Enable BPDU Guard on the interfaces: Protects the network by err-disabling the port if a BPDU is received, which should occur only after PortFast is enabled on access ports.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Set the spanning-tree mode to Rapid PVST+
Why this is correct
This command globally enables the Rapid PVST+ protocol, which provides faster convergence (around 1-2 seconds) by using explicit proposal/agreement handshakes instead of the classic 802.1D's 50-second timer-based convergence. It is the foundational configuration for this scenario because without it, the switch would run legacy PVST+ or MSTP and would not support the rapid transition capabilities that PortFast and BPDU Guard complement.
- ✓
Configure the switch as the root bridge for VLAN 1
Why this is correct
Because the access ports are on VLAN 1, this switch must be the spanning-tree root for that VLAN to avoid having a blocked alternate port that could cause traffic to traverse unnecessary links or wait for convergence. Setting the priority to a value like 0 or 4096 using the spanning-tree vlan 1 root primary command ensures deterministic path selection and eliminates the risk of a suboptimal root being elected elsewhere.
- ✓
Enter interface configuration mode for the access ports
Why this is correct
PortFast and BPDU Guard are interface-level features, so the engineer must first select the specific switchports (e.g., interface range gi0/1-24) to apply them consistently. Without entering interface configuration mode, these protections cannot be bound to the access ports that connect to hosts, and the configuration would remain global-only, which would not produce the desired per-port behavior.
- ✓
Enable PortFast on the interfaces
Why this is correct
PortFast instantly transitions an access port from blocking to forwarding state, bypassing the Listening and Learning states entirely, which is critical for hosts to obtain DHCP/ARP quickly. This is safe only on ports that connect to end-devices, where no BPDUs are expected; otherwise, it could create a loop if a switch were inadvertently connected.
- ✓
Enable BPDU Guard on the interfaces
Why this is correct
BPDU Guard complements PortFast by placing the interface into an err-disabled state if a BPDU is ever received, which would indicate that someone connected another switch or a misconfigured device to an access port. This real-time safeguard prevents accidental loops and needs to be enabled on the same interface-level commands, typically via spanning-tree bpduguard enable.
Visual reference
Go deeper
Related to this question
Learn chapter
Configuring Switch Ports for Desktops, VoIP Phones, APs, IoT, and Virtualized Hosts
Key term
Root bridge
The root bridge is the central reference point in a Spanning Tree Protocol (STP) network, serving as the logical root of the spanning tree topology.
Key term
Switch
A switch is a networking device that connects devices on a local area network and uses MAC addresses to forward data only to the intended recipient.
About these practice questions
Courseiva writes every 200-301 question from scratch — 1,389 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.