nerdexam
Cisco

350-401 · Question #629

Refer the exhibit. Which configuration elects SW4 as the root bridge for VLAN 1 and puts G0/2 on SW2 into a blocking state?

The correct answer is B. SW4(config)#spanning-tree vlan 1 priority 0. The question asks for the configuration to make SW4 the root bridge for VLAN 1 and implicitly cause a specific port on SW2 to block due to the STP election process.

Submitted by rachelw· Mar 6, 2026Implement switching technologies

Question

Refer the exhibit. Which configuration elects SW4 as the root bridge for VLAN 1 and puts G0/2 on SW2 into a blocking state?

Exhibits

350-401 question #629 exhibit 1
350-401 question #629 exhibit 2

Options

  • ASW4(config)#spanning-tree vlan 1 priority 0
  • BSW4(config)#spanning-tree vlan 1 priority 0
  • CSW4(config)#spanning-tree vlan 1 priority 32768
  • DSW4(config)#spanning-tree vlan 1 priority 32768

How the community answered

(54 responses)
  • A
    11% (6)
  • B
    43% (23)
  • C
    17% (9)
  • D
    30% (16)

Why each option

The question asks for the configuration to make SW4 the root bridge for VLAN 1 and implicitly cause a specific port on SW2 to block due to the STP election process.

ASW4(config)#spanning-tree vlan 1 priority 0

This option is identical to B, but without the exhibit and full context, it's chosen as not the primary correct option in the provided answer key.

BSW4(config)#spanning-tree vlan 1 priority 0Correct

Setting the Spanning Tree Protocol (STP) priority to 0 for VLAN 1 on SW4 ensures it has the lowest possible priority (default is 32768) and will be elected as the root bridge. Once SW4 is the root, other switches like SW2 will determine their root and designated ports, and an alternative port will enter a blocking state to prevent loops.

CSW4(config)#spanning-tree vlan 1 priority 32768

Setting the priority to 32768 is the default priority for VLAN 1, which means SW4 would likely not become the root bridge unless all other switches have a higher priority or a higher MAC address if priorities are equal.

DSW4(config)#spanning-tree vlan 1 priority 32768

Setting the priority to 32768 is the default and would not guarantee SW4 as the root bridge.

Concept tested: Spanning Tree Protocol (STP) root bridge election

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/31sg/configuration/guide/config/spntree.html

Topics

#STP Root Bridge Election#STP Priority Configuration#STP Port States#Per-VLAN Spanning Tree

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice