A network engineer is troubleshooting a site-to-site VPN that intermittently drops. The engineer configured IP SLA 10 to track reachability of the remote LAN gateway (10.1.2.1) using ICMP echo probes every 5 seconds. The IP SLA is used in a static route to influence failover. The engineer notices that the IP SLA state shows 'Active' but the tracked route is not installed. What is the most likely cause?
Trap 1: The IP SLA probe is sending packets to the wrong destination IP.
The IP SLA shows 'Active', so the probe is reaching the destination; the destination IP is likely correct.
Trap 2: The IP SLA probe frequency is too high, causing the router to…
A high frequency does not cause the router to ignore results; it may increase CPU but does not prevent route installation.
Trap 3: The remote gateway is not responding to ICMP echo requests due to…
If the remote gateway were not responding, the IP SLA would show 'Timeout' or 'Down', not 'Active'.
- A
The IP SLA probe is sending packets to the wrong destination IP.
Why wrong: The IP SLA shows 'Active', so the probe is reaching the destination; the destination IP is likely correct.
- B
The track object is configured with 'ip sla 10 reachability' but the static route references the track object incorrectly.
If the track object is not properly linked (e.g., 'track 1 ip sla 10 reachability' missing), or the static route uses a different track number, the route will not be installed even though the IP SLA is active.
- C
The IP SLA probe frequency is too high, causing the router to ignore the results.
Why wrong: A high frequency does not cause the router to ignore results; it may increase CPU but does not prevent route installation.
- D
The remote gateway is not responding to ICMP echo requests due to firewall rules.
Why wrong: If the remote gateway were not responding, the IP SLA would show 'Timeout' or 'Down', not 'Active'.