I have the following config
track 10 ip sla 1 reachability
delay down 5 up 5
ip route 0.0.0.0 0.0.0.0 10.71.0.1 name DEFAULT-ROUTE track 10
ip route 0.0.0.0 0.0.0.0 1.1.1.2 20
ip route 4.2.2.2 255.255.255.255 10.71.0.1 permanent
ip sla 1
icmp-echo 4.2.2.2 source-ip 10.71.0.2
timeout 20000
ip sla schedule 1 life forever start-time now
ip sla logging traps
ip sla enable reaction-alerts
when i shutdown my firewall interface (10.71.0.1) my default does not change to 1.1.1.2
when i run sh ip sla stats I am seeing failed sla attempts which is good, but the route does not change. I have this working at other sites.
any idea?