- A
The port will immediately transition to forwarding state and will be error-disabled if a BPDU is received.
PortFast skips listening/learning; BPDU Guard error-disables the port on BPDU reception.
- B
The port will remain in blocking state until a BPDU is received from the root bridge.
Why wrong: PortFast overrides the normal STP state machine; the port goes directly to forwarding.
- C
The port will only forward BPDUs and will not forward data traffic.
Why wrong: PortFast allows data traffic; BPDU Guard disables the port on BPDU reception, not just forward them.
- D
The port will participate in RSTP and will not be affected by BPDU reception.
Why wrong: BPDU Guard is active and will error-disable the port upon BPDU reception, regardless of STP variant.
Quick Answer
The correct answer is that the port will immediately transition to a forwarding state and will be error-disabled if a BPDU is received. This occurs because the configuration combines PortFast, which bypasses the STP listening and learning phases to bring an access port directly into forwarding, with BPDU Guard, which actively monitors for incoming Bridge Protocol Data Units. If an unauthorized switch is connected and sends a BPDU, BPDU Guard error-disables the interface, preventing potential bridging loops and protecting the network from rogue devices. On the ENCOR 350-401 exam, this tests your understanding of STP edge port behavior and loop prevention mechanisms; a common trap is assuming PortFast alone provides security, when in fact BPDU Guard is required to enforce the access port boundary. Remember the mnemonic: "Fast to forward, Guard to guard—BPDU hits, port is marred."
350-401 SD-Access Architecture Practice Question
This 350-401 practice question tests your understanding of sd-access architecture. 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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.
Examine the following configuration snippet:
interface GigabitEthernet1/0/1 switchport mode access switchport access vlan 100 spanning-tree portfast spanning-tree bpduguard enable
What is the effect of this configuration?
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 port will immediately transition to forwarding state and will be error-disabled if a BPDU is received.
The configuration enables PortFast and BPDU Guard on an access port. PortFast immediately transitions the port to forwarding state, bypassing the usual STP listening and learning phases. BPDU Guard monitors for incoming BPDUs; if any are received, it error-disables the port to prevent a potential bridging loop from an unauthorized switch connection.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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 port will immediately transition to forwarding state and will be error-disabled if a BPDU is received.
Why this is correct
PortFast skips listening/learning; BPDU Guard error-disables the port on BPDU reception.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
The port will remain in blocking state until a BPDU is received from the root bridge.
- ✗
The port will only forward BPDUs and will not forward data traffic.
Why it's wrong here
PortFast allows data traffic; BPDU Guard disables the port on BPDU reception, not just forward them.
- ✗
The port will participate in RSTP and will not be affected by BPDU reception.
Why it's wrong here
BPDU Guard is active and will error-disable the port upon BPDU reception, regardless of STP variant.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Cisco often tests the distinction between PortFast (which speeds up convergence) and BPDU Guard (which protects against loops) — the trap here is assuming PortFast alone prevents BPDU issues, when in fact BPDU Guard is required to error-disable the port upon BPDU reception.
Detailed technical explanation
How to think about this question
PortFast sets the port to an STP edge port state, which skips the listening and learning phases and moves directly to forwarding. BPDU Guard, when enabled with 'spanning-tree bpduguard enable', places the port into errdisable state upon BPDU reception, which can be recovered manually or via errdisable recovery. In a real-world scenario, this is commonly used on switch ports connecting to end devices like PCs or printers to speed up convergence and protect against accidental loops from misconfigured devices.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
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
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
SD-Access Architecture — study guide chapter
Learn the concepts, then practise the questions
- →
SD-Access Architecture practice questions
Targeted practice on this topic area only
- →
All 350-401 questions
2,015 questions across all exam domains
- →
ENCOR 350-401 study guide
Full concept coverage aligned to exam objectives
- →
350-401 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related 350-401 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Architecture practice questions
Practise 350-401 questions linked to Architecture.
Enterprise Network Design practice questions
Practise 350-401 questions linked to Enterprise Network Design.
SD-Access Architecture practice questions
Practise 350-401 questions linked to SD-Access Architecture.
SD-WAN Architecture practice questions
Practise 350-401 questions linked to SD-WAN Architecture.
QoS Architecture practice questions
Practise 350-401 questions linked to QoS Architecture.
Virtualization practice questions
Practise 350-401 questions linked to Virtualization.
Network Function Virtualization practice questions
Practise 350-401 questions linked to Network Function Virtualization.
Virtual Machines and Hypervisors practice questions
Practise 350-401 questions linked to Virtual Machines and Hypervisors.
VRF and Path Isolation practice questions
Practise 350-401 questions linked to VRF and Path Isolation.
Infrastructure practice questions
Practise 350-401 questions linked to Infrastructure.
OSPF practice questions
Practise 350-401 questions linked to OSPF.
BGP practice questions
Practise 350-401 questions linked to BGP.
Practice this exam
Start a free 350-401 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 350-401 question test?
SD-Access Architecture — This question tests SD-Access Architecture — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The port will immediately transition to forwarding state and will be error-disabled if a BPDU is received. — The configuration enables PortFast and BPDU Guard on an access port. PortFast immediately transitions the port to forwarding state, bypassing the usual STP listening and learning phases. BPDU Guard monitors for incoming BPDUs; if any are received, it error-disables the port to prevent a potential bridging loop from an unauthorized switch connection.
What should I do if I get this 350-401 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
Last reviewed: Jun 24, 2026
This 350-401 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 350-401 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.