Hi People,
I have a router which has 2 ISP connections into it. I have configured an IP SLA to ping an address out the primary ISP interface and install a default route when reachability is up.
The problem is, the reachability status is up, the IP SLA stats are showing successful but it's not installing the tracked route.
See config below:
IP SLA Config to ping 213.94.190.194
CH-BARROW-CMERTR01#sh run | se ip sla
track 1 ip sla 1 reachability
delay down 10
ip sla 1
icmp-echo 213.94.190.194 source-interface FastEthernet0/0
timeout 3000
frequency 3
ip sla schedule 1 life forever start-time now
Shows results as successful
CH-BARROW-CMERTR01#sh ip sla stat
IPSLAs Latest Operation Statistics
IPSLA operation id: 1
Latest RTT: 16 milliseconds
Latest operation start time: 08:42:03.490 BST Tue Jul 21 2009
Latest operation return code: OK
Number of successes: 976
Number of failures: 0
Operation time to live: Forever
Shows track opject as up
CH-BARROW-CMERTR01#sh track 1
Track 1
IP SLA 1 reachability
Reachability is Up
3 changes, last change 02:22:46
Delay down 10 secs
Latest operation return code: OK
Latest RTT (millisecs) 20
Tracked by:
STATIC-IP-ROUTING 0
configured routes from running config, primary ISP as tracekd route and secondary ISP with AD of 20. Static route to 213.94.190.194 to ensure it goes out the correct interface
CH-BARROW-CMERTR01#sh run | se ip route
ip route 0.0.0.0 0.0.0.0 83.147.185.1 track 1
ip route 0.0.0.0 0.0.0.0 Dialer1 20
ip route 172.20.104.253 255.255.255.255 Service-Engine0/0
ip route 192.168.0.0 255.255.255.0 192.168.104.253
ip route 213.94.190.194 255.255.255.255 FastEthernet0/0
Shows default route as the dialer to the secondary ISP
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
C 192.168.104.0/24 is directly connected, FastEthernet0/1.10
86.0.0.0/32 is subnetted, 1 subnets
C 86.43.118.190 is directly connected, Dialer1
83.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
S 83.147.160.9/32 [254/0] via 83.147.185.1, FastEthernet0/0
C 83.147.185.0/24 is directly connected, FastEthernet0/0
159.134.0.0/32 is subnetted, 1 subnets
C 159.134.155.19 is directly connected, Dialer1
172.20.0.0/16 is variably subnetted, 2 subnets, 2 masks
S 172.20.104.253/32 is directly connected, Service-Engine0/0
C 172.20.104.0/24 is directly connected, FastEthernet0/1.20
S 192.168.0.0/24 [1/0] via 192.168.104.253
213.94.190.0/32 is subnetted, 1 subnets
S 213.94.190.194 is directly connected, FastEthernet0/0
S* 0.0.0.0/0 is directly connected, Dialer1
shows the tracked route as up
CH-BARROW-CMERTR01#sh ip route track-table
ip route 0.0.0.0 0.0.0.0 83.147.185.1 track 1 state is [up]
CH-BARROW-CMERTR01#
The strange thing is that I have similar config on other sites and they're working fine (I hope) so any advise from a fresh set of eyes would be appreciated.
Thanks in advance,
Neil