Exam 300-410 All QuestionsBrowse all questions from this exam
Question 483

Refer to the exhibit.

An engineer observes that every time the ICMP packet is lost at a polling interval, track 1 goes down, which causes unnecessary disruption and instability in the network. The engineer does not want the traffic to be rerouted if the loss of ICMP packets is negligible. If the packet loss is persistent for a longer duration, the track must go down and the traffic must be rerouted. Which action resolves the issue?

    Correct Answer: C

    To prevent unnecessary disruptions caused by occasional ICMP packet losses, a delay timer should be defined under track 1. This will allow the track to only go down and reroute traffic if the packet loss persists over a longer period, thereby stabilizing the network. This ensures that minor and temporary packet losses do not cause immediate changes in the network routing.

Discussion
RouterToRooterOption: C

Up/down Delay timer

Pietjeplukgeluk

C seems vorrect, but delay should be configured under "the ip sla 1" and not under the track object. More info: https://packetpushers.net/blog/using-ip-sla-delay-feature-to-safely-monitor-lossy-links/ So C seems correct, but the answer is not correctly written.

Pietjeplukgeluk

Example: track 1 ip sla 1 reachability delay down 30 up 20

ZamanROption: C

C is the answer

chris110Option: D

IP SLA parameters: threshold – specifies after how much time a “reaction event” takes place, such as considering a particular SLA as “down.” In simpler terms, for an icmp-echo SLA, it is the amount of time that must pass without a successful ping before the SLA is considered down. timeout – the amount of time an IP SLA will wait for a response from its echo request packet. -> Therefore we must increase the “threshold” parameter, not “timeout”.

seal2Option: C

Correct, a delay timer configured under the IP SLA will give leniency so that track 1 won't go down if packet loss is small enough.

robi1020Option: C

Correct! https://community.cisco.com/t5/switching/delay-down-timer-frequency-timer-interaction-with-ip-sla-during/td-p/2808130