Guys,
I'm not sure what I'm missing here. However, I have IP trying to setup IPSLA in a LAB environment. While I got it to work before I'm not sure what I'm missing now that is preventing it from working the way I expect it to. Basically my problem is the default tracked route is not being put into the routing table. If I take the tracking off (e.g. 0.0.0.0 0.0.0.0 192.168.0.1) that works. However, if I do 0.0.0.0 0.0.0.0 192.168.0.1 track 35, the route does not enter the table. All interfaces are up and without the tracking I can ping the default gateway.
ip sla 35
icmp-echo 192.168.2.8 source-ip 172.30.0.1
threshold 2
frequency 5
ip sla schedule 35 life forever start-time now
track 35 rtr 35 reachability
ip route 0.0.0.0 0.0.0.0 1.0.0.1 track 35
Can anyone see what I'm missing here