A network engineer configures an IP SLA on a Cisco router to monitor reachability to a critical server at 10.1.1.1 using ICMP echo. The IP SLA is used as a track object for a static default route. After deployment, the engineer notices that the static route is never removed from the routing table, even when the server is unreachable. The IP SLA operation shows 'State: Active' and 'Latest RTT: NoConnection/Busy/Timeout'. What is the most likely cause?
Trap 1: The IP SLA operation is not configured with a timeout value, so it…
Incorrect because the timeout is configured by default (5000 ms) and the output shows a timeout, but the operation remains active because no threshold is set to mark it as down.
Trap 2: The track object must be configured with a 'down' delay to allow…
Incorrect because the down delay only affects how long the track object waits before declaring the tracked object down; it does not cause the operation to fail to transition to down.
Trap 3: The static route must be configured with a higher administrative…
Incorrect because the administrative distance does not affect whether the route is removed by the track object; it only influences route selection when multiple routes exist.
- A
The IP SLA operation is not configured with a timeout value, so it never times out.
Why wrong: Incorrect because the timeout is configured by default (5000 ms) and the output shows a timeout, but the operation remains active because no threshold is set to mark it as down.
- B
The IP SLA operation needs a threshold configured to mark the operation as 'down' when the RTT exceeds the threshold or a timeout occurs.
Correct. IP SLA uses thresholds to determine when an operation should be considered failed. Without a threshold, the operation stays active regardless of timeouts.
- C
The track object must be configured with a 'down' delay to allow the route to be removed.
Why wrong: Incorrect because the down delay only affects how long the track object waits before declaring the tracked object down; it does not cause the operation to fail to transition to down.
- D
The static route must be configured with a higher administrative distance to allow the IP SLA to remove it.
Why wrong: Incorrect because the administrative distance does not affect whether the route is removed by the track object; it only influences route selection when multiple routes exist.