exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 978 discussion

Actual exam question from Cisco's 350-401
Question #: 978
Topic #: 1
[All 350-401 Questions]



Refer to the exhibit. An engineer must implement HSRP between two WAN routers. In the event R1 fails and then regains operational status, it must allow 100 seconds for the routing protocol to converge before preemption takes effect. Which configuration is required?

  • A. R2 -
    interface Gi0/0
    standby 300 preempt
    standby 300 delay sync 100
  • B. R1 -
    interface Gi0/0
    standby 300 preempt
    standby 300 delay minimum 100
  • C. R1 -
    interface Gi0/0
    standby 300 preempt


    R2 -
    interface Gi0/0
    standby 300 delay sync 100
  • D. R1 -
    interface Gi0/0
    standby 300 preempt


    R2 -
    interface Gi0/0
    standby 300 delay minimum 100
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
post20
Highly Voted 1 year, 3 months ago
The correct answer is "B" interface Gi0/0 standby 300 preempt standby 300 delay minimum 100 This configuration on R1 includes the "standby 300 preempt" command, which enables preemption. The "standby 300 delay minimum 100" command sets a minimum delay of 100 seconds before preemption takes effect. This delay ensures that the routing protocol has enough time to converge before the primary router (R1) takes over again after recovering from a failure.
upvoted 12 times
...
AbdullahMohammad251
Most Recent 8 months ago
Selected Answer: B
Preemption is enabled by default in VRRP, and disabled by default in HSRP (must be manually set.) With preemption enabled, the standby router will immediately transition to an active role whenever it's available. A delay is needed to give the rebooted standby router time to populate its routing table before it becomes "active." standby <group_id> delay minimum <seconds> - this specifies the minimum time a standby router must wait before assuming an active role. standby <group_id> delay sync <seconds> - this specifies the maximum time a standby router must wait before it becomes active. During this period If the router receives a "wait" reply from any of the standby routers, it will wait until the sync timer expires before it assumes an active role. If all routers reply with an "ok" message, it immediately becomes active.
upvoted 3 times
AbdullahMohammad251
8 months ago
https://www.cisco.com/c/en/us/td/docs/switches/lan/cisco_ie3X00/software/17_4/b_redundancy_17-4_iot_switch_cg/m-ip-hsrp-cg.html https://www.cisco.com/c/en/us/support/docs/ip/hot-standby-router-protocol-hsrp/9234-hsrpguidetoc.html
upvoted 1 times
...
...
Rupal_rawal
10 months, 2 weeks ago
Selected Answer: B
standby delay minimum min-seconds [ reload reload-seconds] --> on R1 However, in some cases, even if the standby preempt command is not configured, the former active device will resume the active role after it reloads and comes back online. Use the standby delay minimum reload command to set a delay period for HSRP group initialization. This command allows time for the packets to get through before the device resumes the active role.
upvoted 2 times
...
Rupal_rawal
10 months, 2 weeks ago
standby [ group-number] preempt [ delay{ [ minimum seconds] [ reload seconds] [ sync seconds]}] IP redundancy clients can prevent preemption from taking place. The standby preempt delay sync seconds command specifies a maximum number of seconds to allow IP redundancy clients to prevent preemption. When this expires, then preemption takes place regardless of the state of the IP redundancy clients.
upvoted 1 times
...
[Removed]
12 months ago
Selected Answer: B
B should be enough to accomplish this task
upvoted 2 times
...
falconer42003
12 months ago
Selected Answer: B
The answer is B because the question ask for delay preemption in R1 when recovering
upvoted 2 times
...
[Removed]
1 year ago
B should be enough to accomplish this task
upvoted 1 times
...
you_
1 year, 1 month ago
Selected Answer: B
Answer is B
upvoted 3 times
...
cloud29
1 year, 2 months ago
B is the correct one.
upvoted 2 times
...
d4doppelganger
1 year, 2 months ago
Selected Answer: B
minimum <seconds> (Optional) Specifies the minimum delay period in seconds. The seconds argument causes the local device to postpone taking over the active role for a minimum number of seconds since that device was last restarted. The range is from 0 to 3600 seconds (1 hour). The default is 0 seconds (no delay).
upvoted 3 times
...
IgorLVG
1 year, 2 months ago
the answer is C. ref: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp_fhrp/command/fhp-cr-book/fhp-s2.html#wp3701602596 minimum parameter is for the next new master, when the actual fails by example, the new master waits the time setted. So, in this case, minimun is for R2 not R1. sync parameter will make the higher priority router active with a delay. in this casem for R2
upvoted 1 times
IgorLVG
11 months, 1 week ago
sorry, Correction. It's B. The delay minimun is for local device in this case R1
upvoted 1 times
...
...
slacker_at_work
1 year, 2 months ago
Selected Answer: B
Would the delay (along with the preempt) then not need to be configured on R1 ? So option B ?
upvoted 4 times
slacker_at_work
1 year, 2 months ago
Above was my reaction to ROBZY90. Option B looks to correct to me.
upvoted 2 times
...
...
Osama_anwar
1 year, 3 months ago
Selected Answer: C
There are no correct options on this. The close is C
upvoted 1 times
...
ROBZY90
1 year, 3 months ago
Selected Answer: D
You would apply the MINIMUM preempt delay time on R2
upvoted 3 times
AbdullahMohammad251
8 months ago
delay minimum—Set to cause the local router to postpone taking over the active role for the number of seconds shown. This means we must configure it on R1, not R2.
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 ...