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

Quick Answer

The answer is BPDU Guard, which explains why the switch error-disables an edge port upon receiving a BPDU rather than simply blocking the port role. BPDU Guard is designed to protect ports configured as edge ports—typically user-facing ports expected to connect only to endpoints like PCs or printers—by treating any incoming BPDU as a serious topology-policy violation. When a BPDU arrives, BPDU Guard immediately places the port into an err-disabled state, effectively shutting it down to prevent accidental loops or unauthorized switch connections. On the CCNA 200-301 v2 exam, this concept tests your understanding of how BPDU Guard differs from features like Root Guard or Loop Guard, which influence spanning-tree role choices without fully disabling the interface. A common trap is confusing BPDU Guard with PortFast; remember that PortFast only transitions the port to forwarding quickly, while BPDU Guard adds the enforcement layer. Memory tip: “Guard gets it grounded”—if a BPDU appears, the port is grounded (error-disabled).

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: bPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops.. 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 switch receives BPDUs on a user-facing port configured as an edge port, but instead of just blocking the port role it fully error-disables it. Which protection feature most likely explains that behavior?

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
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

BPDU Guard

BPDU Guard most likely explains that behavior. In practical terms, BPDU Guard is used to protect ports that are expected to face ordinary endpoints, not other switches. If BPDUs appear on such a port, the device treats that as a serious topology-policy violation and shuts the port down. This is different from features that merely influence spanning-tree role choice without fully error-disabling the interface.

Key principle: BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops.

Answer analysis

Option-by-option breakdown

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

  • BPDU Guard

    Why this is correct

    This is correct because BPDU Guard typically error-disables an edge port that receives BPDUs.

    Clue confirmation

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

    Related concept

    BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops.

  • Root guard

    Why it's wrong here

    This is wrong because root guard is more about role/topology protection than this classic err-disable behavior.

    When this WOULD be correct

    In a scenario where a switch port is configured to prevent a non-root bridge from becoming the root bridge, a question could ask about the behavior of a port receiving BPDUs on a non-edge port. In that case, root guard would be the correct answer as it would block the port to maintain the intended topology.

  • Port security

    Why it's wrong here

    This is wrong because port security focuses on MAC-address learning behavior.

    When this WOULD be correct

    If the question were about a switch port configured with port security that had a violation due to exceeding the allowed number of MAC addresses, and the switch subsequently error-disabled the port, then 'Port security' would be the correct answer.

  • DHCP snooping

    Why it's wrong here

    This is wrong because DHCP snooping does not error-disable a port for receiving BPDUs.

    When this WOULD be correct

    In a scenario where the question asks about a switch port that is configured to prevent rogue DHCP servers and is receiving DHCP packets from an unauthorized source, DHCP snooping would be the correct answer if the port was shut down due to this violation.

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.

BPDU GuardCorrect answer

Why this is correct

This is correct because BPDU Guard typically error-disables an edge port that receives BPDUs.

Root guardWrong answer — click to see why

Why this is wrong here

Root guard does not error-disable a port; instead, it places the port into a root-inconsistent state if a superior BPDU is received, preventing the port from becoming a root port. It is used to enforce the root bridge location, not to disable ports upon BPDU reception.

★ When this WOULD be the correct answer

In a scenario where a switch port is configured to prevent a non-root bridge from becoming the root bridge, a question could ask about the behavior of a port receiving BPDUs on a non-edge port. In that case, root guard would be the correct answer as it would block the port to maintain the intended topology.

Why candidates choose this

Students may confuse root guard with BPDU Guard because both involve BPDU processing and protection. However, root guard's behavior is to keep the port operational but in a special state, not to error-disable it.

Port securityWrong answer — click to see why

Why this is wrong here

Port security restricts the number of MAC addresses learned on a port and can error-disable the port if a violation occurs (e.g., too many MAC addresses). It does not react to BPDUs; its focus is on MAC address learning, not spanning-tree BPDUs.

★ When this WOULD be the correct answer

If the question were about a switch port configured with port security that had a violation due to exceeding the allowed number of MAC addresses, and the switch subsequently error-disabled the port, then 'Port security' would be the correct answer.

Why candidates choose this

Port security is a common feature that causes error-disable, so test-takers might assume it applies here. However, the trigger for port security is MAC address violations, not BPDU reception.

DHCP snoopingWrong answer — click to see why

Why this is wrong here

DHCP snooping is a security feature that filters DHCP messages and can error-disable a port if a DHCP violation occurs (e.g., rogue DHCP server). It does not inspect or react to BPDUs, which are layer 2 spanning-tree frames.

★ When this WOULD be the correct answer

In a scenario where the question asks about a switch port that is configured to prevent rogue DHCP servers and is receiving DHCP packets from an unauthorized source, DHCP snooping would be the correct answer if the port was shut down due to this violation.

Why candidates choose this

DHCP snooping is another feature that can cause error-disable, leading to confusion. But its trigger is DHCP-related, not BPDU-related, so it is not applicable here.

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

Be careful not to confuse BPDU Guard with other spanning tree protection features that do not disable ports upon receiving BPDUs.

Detailed technical explanation

How to think about this question

Bridge Protocol Data Units (BPDUs) are fundamental to the Spanning Tree Protocol (STP), which prevents Layer 2 loops in Ethernet networks. Switch ports configured as edge ports (also known as PortFast ports) are intended to connect directly to end devices like PCs, not other switches. These ports do not expect to receive BPDUs because they are not part of the STP topology calculation. BPDU Guard is a Cisco feature designed to protect these edge ports by monitoring for unexpected BPDUs. When BPDU Guard is enabled on an edge port, the switch immediately error-disables the port if it receives any BPDU frames. This behavior is a strict enforcement mechanism to prevent potential Layer 2 loops or topology changes caused by unauthorized switches or misconfigurations. Unlike Root Guard, which blocks ports from becoming root ports but keeps them operational, BPDU Guard takes a more aggressive approach by shutting down the port entirely to maintain network stability. A common exam trap is confusing BPDU Guard with Root Guard or Port Security. Root Guard blocks superior BPDUs to maintain root bridge placement but does not error-disable the port. Port Security focuses on MAC address violations and does not react to BPDUs. DHCP Snooping protects against rogue DHCP servers and is unrelated to BPDU handling. Understanding these distinctions is critical for correctly identifying BPDU Guard's role in protecting edge ports and ensuring the network's Layer 2 topology remains loop-free and stable.

KKey Concepts to Remember

  • BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops.
  • An edge port is configured to connect directly to end devices and is expected not to receive BPDUs, so BPDU Guard protects the network by error-disabling the port if BPDUs appear.
  • Root Guard prevents a switch port from becoming a root port by blocking superior BPDUs but does not error-disable the port upon receiving BPDUs.
  • Port Security limits MAC address learning on a port and can error-disable a port on violations but does not react specifically to BPDUs.
  • DHCP Snooping protects against rogue DHCP servers and does not error-disable ports based on BPDU reception.
  • BPDU Guard enforces strict Layer 2 topology integrity by shutting down ports that violate the expected BPDU behavior, which is critical in STP environments.
  • The error-disable state caused by BPDU Guard requires manual or automatic recovery to bring the port back online, ensuring network stability.
  • Configuring BPDU Guard on edge ports is a best practice to prevent accidental or malicious bridging loops caused by unauthorized switches.

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

BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops.

Real-world example

How this comes up in practice

A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Review bPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops., 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 — BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops..

What is the correct answer to this question?

The correct answer is: BPDU Guard — BPDU Guard most likely explains that behavior. In practical terms, BPDU Guard is used to protect ports that are expected to face ordinary endpoints, not other switches. If BPDUs appear on such a port, the device treats that as a serious topology-policy violation and shuts the port down. This is different from features that merely influence spanning-tree role choice without fully error-disabling the interface.

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

Review bPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops., 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?

BPDU Guard disables a switch port immediately when it receives Bridge Protocol Data Units (BPDUs) on a port configured as an edge port to prevent potential Layer 2 topology loops.

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.