05-30-2014 12:27 PM
06-04-2014 05:00 PM
06-04-2014 07:38 AM
06-03-2014 01:58 PM
06-02-2014 05:58 AM
track 1 ip sla 1 reachability
!
track 2 ip sla 2 reachability
!
track 3 ip sla 3 reachability
!
ip sla 1 tcp-connect 192.168.2.71 9090 control disable
timeout 1000
threshold 1000
frequency 1
ip sla schedule 1 life forever start-time now
ip sla 2 tcp-connect 192.168.2.72 9090 control disable
timeout 1000
threshold 1000
frequency 1
ip sla schedule 2 life forever start-time now
ip sla 3
tcp-connect 192.168.2.73 9090 control disable
timeout 1000
threshold 1000
frequency 1
ip sla schedule 3 life forever start-time now
!
ip route 10.10.10.1 255.255.255.255 192.168.2.71 track 1
ip route 10.10.10.1 255.255.255.255 192.168.2.72 track 2
ip route 10.10.10.1 255.255.255.255 192.168.2.73 track 3
#sh ip route 10.10.10.1
Routing entry for 10.10.10.1/32
Known via "static", distance 1, metric 0
Routing Descriptor Blocks:
* 192.168.2.73
Route metric is 0, traffic share count is 1
192.168.2.72
Route metric is 0, traffic share count is 1
192.168.2.71
Route metric is 0, traffic share count is 1
05-30-2014 01:42 PM