cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
962
Views
0
Helpful
2
Replies

SLA for failover

sanchezeldorado
Level 1
Level 1

Hello!

 

I'm sure this is a simple question, but no matter how many documents I read over, I can't seem to get a clear answer. I'm just trying to setup a simple SLA failover. I have the same situation on both my L3 switches as well as FTD firewalls. SLA options are for threshold, timeout, and frequency. I somewhat understand how each of those items work, but here's my problem. Using those settings, whatever the frequency I set, the SLA still fails whenever the test fails. I don't want a single failure to flap the interface. I want to do something like test with a frequency of 5 seconds and if it fails 3 times in a row, THEN it will failover.

 

Is that possible? What is standard in the industry when you have two ISPs?

 

Thanks,
Andy

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

You need to post the confioguraiton example you using :

 

here is example :

 

ip sla 1
icmp-echo  x.x.x.x .1 source-interface interface x/x
frequency 30
ip sla schedule 1 life forever start-time now

 

track 1 ip sla 1 reachability
delay down 40 up 10

 

Ping every 30 seconds, track delay 40 so get 2 ping failures before say it is down.

 

there are good example for dual ISP :

 

https://www.practicalnetworking.net/stand-alone/cisco-ip-sla-using-a-cisco-router-to-generate-traffic/

https://community.cisco.com/t5/routing/is-this-a-good-network-configuration/td-p/4447675

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

You need to post the confioguraiton example you using :

 

here is example :

 

ip sla 1
icmp-echo  x.x.x.x .1 source-interface interface x/x
frequency 30
ip sla schedule 1 life forever start-time now

 

track 1 ip sla 1 reachability
delay down 40 up 10

 

Ping every 30 seconds, track delay 40 so get 2 ping failures before say it is down.

 

there are good example for dual ISP :

 

https://www.practicalnetworking.net/stand-alone/cisco-ip-sla-using-a-cisco-router-to-generate-traffic/

https://community.cisco.com/t5/routing/is-this-a-good-network-configuration/td-p/4447675

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you! I didn't know about the delay part.

Review Cisco Networking products for a $25 gift card