exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 300 discussion

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

Which command entered on a switch configured with Rapid PVST+ listens and learns for a specific time period?

  • A. switch(config)#spanning-tree vlan 1 priority 4096
  • B. switch(config)#spanning-tree vlan 1 hello-time 10
  • C. switch(config)#spanning-tree vlan 1 max-age 6
  • D. switch(config)#spanning-tree vlan 1 forward-time 20
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
foreach
Highly Voted 2 years, 8 months ago
Strange question... In Rapid-PVST+, there's no listening state anymore
upvoted 13 times
Bonesaw
2 years, 8 months ago
It says the forward delay timer has a listening and learning state here: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/layer2/503_U1_1/Cisco_n3k_layer2_config_gd_503_U1_1_chapter7.html#con_1205111
upvoted 13 times
g_mindset
2 years, 8 months ago
Thank you, was getting confused already.
upvoted 2 times
...
...
Lse
1 year, 2 months ago
correct answer d: yes, you can configure forward delay timer for rapid pvst+. 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_1197376
upvoted 1 times
...
mzu_sk8
2 years, 6 months ago
I belive it is used for backward compatibility to a old switch that only uses STP
upvoted 4 times
...
...
[Removed]
Highly Voted 1 year, 5 months ago
Selected Answer: D
The answer is D, folks. To quote the Official Certification Guide Volume 1 Page 612: Max Age -> "How long any switch should wait, after ceasing to hear Hellos, before trying to change the STP topology. Forward Delay -> "Delay that affects the process that occurs when an interface changes from blocking state to forwarding state. A port stays in an interim listening state, and then an interim learning state, for the number of seconds defined by the forward delay timer." Now, looking at official Cisco docs, we can see the command to change the forward delay time is indeed "forward-time". https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/15-02SG/configuration/guide/config/spantree.html#56177
upvoted 5 times
xtraMiles
10 months ago
Upvoting for pointing out that "forward-time" command.
upvoted 1 times
...
...
networkcity
Most Recent 11 months, 2 weeks ago
Selected Answer: C
The max-age parameter controls the maximum age of STP messages in the network, which is the maximum amount of time that a switch will retain information about the network topology before discarding it. By default, the max-age is set to 20 seconds. However, in Rapid PVST+, the max-age can be set as low as 6 seconds to allow for faster convergence.
upvoted 1 times
...
[Removed]
1 year, 2 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
Lse
1 year, 2 months ago
Selected Answer: D
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_1197376
upvoted 1 times
...
xbololi
1 year, 10 months ago
Selected Answer: D
Answer D explanation, it is a backup configuration but it still valid... "Determines how long each of the listening and learning states last before the port begins forwarding. This timer is generally not used by the protocol but is used as a backup. The default is 15 seconds, and the range is from 4 to 30 seconds."
upvoted 3 times
...
fmaquino
1 year, 11 months ago
Selected Answer: D
D seems correct
upvoted 1 times
...
Isuzu
2 years ago
Selected Answer: C
The maximum age timer controls the maximum time that a switch port will wait for a BPDU (Bridge Protocol Data Unit) from the root bridge before declaring the current root bridge as lost and initiating a new election process. Option A (Wrong) configures the priority of the switch for a specific VLAN. Option B (Wrong) configures the hello time for STP messages in the network. Option D (Wrong) configures the forwarding delay time for STP.
upvoted 1 times
...
FALARASTA
2 years, 1 month ago
Gather here and explain to me why D and not C
upvoted 1 times
FALARASTA
2 years, 1 month ago
I now understand. The command "spanning-tree vlan 1 max-age 6" is used to configure the maximum age timer for the Spanning Tree Protocol (STP) on VLAN 1. The "max-age" timer controls the maximum time that a switch port will wait for a BPDU (Bridge Protocol Data Unit) from the root bridge before declaring the current root bridge as lost and initiating a new election process.
upvoted 1 times
...
...
liviuml
2 years, 1 month ago
Selected Answer: D
Confirm write answer D. Search "Rapid PVST+ Protocol Timers" in following link: 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 Regards,
upvoted 1 times
...
Silencer
2 years, 2 months ago
C. switch(config)#spanning-tree vlan 1 max-age 6 Explanation: The max-age parameter controls the maximum age of STP messages in the network, which is the maximum amount of time that a switch will retain information about the network topology before discarding it. By default, the max-age is set to 20 seconds. However, in Rapid PVST+, the max-age can be set as low as 6 seconds to allow for faster convergence. Option A sets the priority of the switch for a specific VLAN. This does not affect the listen and learn time period. Option B sets the hello time for STP messages in the network. This does not affect the listen and learn time period. Option D sets the forwarding delay time for STP. This does not affect the listen and learn time period.
upvoted 2 times
...
Dhruv3390
2 years, 4 months ago
Forward time : Determines how long each of the listening and learning states last before the port begins forwarding. Switch(config)# [ no ] spanning-tree vlan vlan_ID forward-time forward_time Configures the forward time of a VLAN. The forward_time value can be from 4 to 30 seconds. https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/15-02SG/configuration/guide/config/spantree.html#56177
upvoted 1 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 ...