exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 246 discussion

Actual exam question from Cisco's 200-301
Question #: 246
Topic #: 1
[All 200-301 Questions]

When using Rapid PVST+, which command guarantees the switch is always the root bridge for VLAN 200?

  • A. spanning-tree vlan 200 priority 614440
  • B. spanning-tree vlan 200 priority 0
  • C. spanning-tree vlan 200 root primary
  • D. spanning-tree vlan 200 priority 38813258
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Asymptote
Highly Voted 3 years, 11 months ago
there is the same question earlier this one, but taht answer is D ...
upvoted 25 times
Smaritz
3 years, 2 months ago
Indeed, a bit confusing, or I'm missing something
upvoted 2 times
Taku2023
2 years, 3 months ago
The last qsn i came across was exactly the same and it says the keyword "root" should be used because there might be 2 switches with the priority of 0 on that same network
upvoted 4 times
Getange
1 year ago
True...am Confused
upvoted 1 times
...
...
...
ScorpionNet
3 years, 1 month ago
B is correct because the lowest bridge priority is the root
upvoted 3 times
sasquatchshrimp
2 years, 10 months ago
You can have two switches with 0 priority, but specifying one to be the root, will establish it as the root, and walk over priority number.
upvoted 2 times
...
...
...
CISCO2022
Highly Voted 4 years ago
set as Primary dose not grantee the root stay as root always. set as zero grantees the root will always be root.
upvoted 15 times
kyleptt
1 year, 8 months ago
@sasquat raised a good point if two are set at pri 0 what is going to happen ?
upvoted 1 times
sniek
10 months, 2 weeks ago
I will test this in my lab,... Since I figure a root primary will always beat prio 0.... However, 0 is 0.
upvoted 1 times
...
...
...
homedare
Most Recent 2 weeks, 6 days ago
Selected Answer: C
The correct answer is C (spanning-tree vlan 200 root primary) and not B (priority 0): While configuring spanning-tree vlan 200 priority 0 (option B) sets the lowest possible STP priority value, it is a manual and static configuration. It does not dynamically evaluate the current root bridge in the topology and does not adapt if changes occur later in the network. In contrast, spanning-tree vlan 200 root primary (option C) is the Cisco-recommended and dynamic method to ensure a switch becomes — and stays — the root bridge for a given VLAN. This command: Automatically sets the switch’s priority to 24576, or If another switch already has a lower priority, it will set the local priority to 4096 less than the current root’s priority This ensures the local switch takes over as the root bridge without the need for manual priority calculation and provides greater flexibility and reliability in real-world environments. Correct Answer: C
upvoted 1 times
...
Nmk173
1 year, 2 months ago
Selected Answer: B
The primary keyword sets the priority to 24,576, and the secondary keyword sets the priority to 28,672. spanning-tree vlan vlan-id root {primary | secondary} [diameter diameter]: This command executes a script that modifies certain values. Explanation in this link. https://www.ciscopress.com/articles/article.asp?p=2995351&seqNum=2
upvoted 2 times
...
Joseeeee
1 year, 7 months ago
I think C is correct. When you connect another switch with the same priority 0, won't a root bridge election take place? And since an election happens, there's no guarantee that the switch will be the root since the other switch may have a lower MAC address.
upvoted 2 times
...
diriba
1 year, 10 months ago
In Rapid PVST+ (Per-VLAN Spanning Tree Plus) protocol, you can use the "spanning-tree vlan 200 root primary" command to ensure that a switch becomes the root bridge for VLAN 200. This command sets the priority of the switch to the lowest value (0) for the specified VLAN, making it the root bridge. By setting the priority to the lowest value, the switch will have the highest priority and will become the root bridge for the specified VLAN. Keep in mind that this command only affects VLAN 200 and does not impact the spanning tree topology for other VLANs. Here's the complete command: Copy switch(config)# spanning-tree vlan 200 root primary Make sure to execute this command on the desired switch to ensure it becomes the root bridge for VLAN 200 in Rapid PVST+ topology.
upvoted 4 times
...
Njavwa
2 years, 2 months ago
last question i came across with setting the priority to zero(0) was incorrect and now its correct lol... i think we need to follow our books more in as much as we need to revise
upvoted 3 times
...
oatmealturkey
2 years, 4 months ago
Selected Answer: B
About root primary command: https://community.cisco.com/t5/switching/spanning-tree-vlan-root-primary/td-p/1269595 Paraphrasing from this source: The "spanning-tree root primary" command is actually a macro and it is executed only one time. If after this somebody configures another device with a lower priority, this node cannot react to this and it will lose its root bridge role. If you use "spanning-tree vlan 1 priority 0", only another device with pri 0 and a lower MAC address can take the role of root bridge.
upvoted 4 times
...
greatnickbname1
2 years, 4 months ago
C. spanning-tree vlan 200 root primary
upvoted 2 times
...
JonasWolfxin
2 years, 11 months ago
The spanning-tree vlan vlan_ID root command fails if the value required to be the root bridge is less than 1. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/layer2/503_n1_1/Cisco_n5k_layer2_config_gd_rel_503_N1_1_chapter9.html#task_1163819
upvoted 2 times
...
Marcos9410
2 years, 12 months ago
Selected Answer: B
The spanning-tree vlan vlan_ID root command fails if the value required to be the root bridge is less than 1. https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/layer2/503_n1_1/Cisco_n5k_layer2_config_gd_rel_503_N1_1_chapter9.html
upvoted 1 times
...
ZUMY
2 years, 12 months ago
B is correct!
upvoted 1 times
...
[Removed]
3 years, 3 months ago
Correct Answer C technically B is relevant only if you want to change the priority of the root bridge, but to ensure the switch is always the root bridge you must explicitly configure it as the root eg SW4(config)#spanning-tree vlan 1 ? priority Set the bridge priority for the spanning tree root Configure switch as root <cr> https://www.omnisecu.com/cisco-certified-network-associate-ccna/how-to-configure-spanning-tree-protocol-root-primary-and-root-secondary.php
upvoted 2 times
sgashashf
3 years, 3 months ago
Execute the command "spanning-tree vlan 1 root primary" on a switch and then check the running config. All it lists is a priority 4096 lower than the lowest priority detected on the network. The primary/secondary commands don't do what you think they do.
upvoted 3 times
...
...
JackBond40
3 years, 4 months ago
The key phrase "guaranteed is always". using the primary command causes the switch to check the existing root switch priority and then lower its priority by 4096. This is only done once thus if a new switch is introduced later with an even lower priority that switch will become root bridge. The only way to guarantee a switch remains root is to set its priority to 0.
upvoted 4 times
sgashashf
3 years, 3 months ago
While you are correct, if another switch with a lower mac AND a priority of 0 is added to the network, it would then become the root bridge. I agree that B is the best answer here, but technically there is no way to "guarantee" 100%.
upvoted 4 times
...
...
hassanhhady
3 years, 6 months ago
thank you is there a new qoustions about ccna 2021 after changing exam rules
upvoted 2 times
...
Anarckii
3 years, 6 months ago
I looked at other resouces because I though the answer was C, but B seems to be correct
upvoted 1 times
...
Alibaba
3 years, 6 months ago
B true
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...