This video is a continuation of my original video "setting up a new network on cisco 3850 and ASA 5510". In this part 2, i show you how to setup IP SLA object tracking for ISP redundancy. So if primary ISP fails, you can switchover to a secondary ISP.
Scrip i used
----------------IPSLA-----------------------
ip sla 1
icmp-echo 8.8.8.8 source-ip 10.10.11.2
frequency 5
ip sla schedule 1 life forever start-time now
track 1 ip sla 1 reachability
delay down 60 up 15
ip route 0.0.0.0 0.0.0.0 10.10.11.1 track 1
ip route 0.0.0.0 0.0.0.0 10.10.12.1 250
ip route 8.8.8.8 255.255.255.255 10.10.11.1 permanent
Ещё видео!