Difference between revisions of "Static Route Tracking using IP SLA"

From Tech-Wiki
Jump to: navigation, search
(Created page with "Static Route Tracking using IP SLA R1(config)# ip sla 1 R1(config)# icmp-echo 2.2.2.2 source-interface FastEthernet0/0 R1(config)# timeout 1000 R1(config)# threshold 2 R1...")
 
 
Line 1: Line 1:
 +
[[Category:Cisco Systems]]
 
Static Route Tracking using IP SLA
 
Static Route Tracking using IP SLA
 
  R1(config)# ip sla 1
 
  R1(config)# ip sla 1

Latest revision as of 17:34, 13 July 2016

Static Route Tracking using IP SLA

R1(config)# ip sla 1
R1(config)# icmp-echo 2.2.2.2 source-interface FastEthernet0/0
R1(config)# timeout 1000
R1(config)# threshold 2
R1(config)# frequency 3
R1(config)# ip sla schedule 1 life forever start-time now
R1(config)# ip route 0.0.0.0 0.0.0.0 2.2.2.2 track 1
R1(config)# ip route 0.0.0.0 0.0.0.0 3.3.3.3 10