02-23-2009 01:52 AM - edited 03-04-2019 03:40 AM
I have 2 ethernet links,(differnet IP schecme- Diff service provider) primary and secondry.static routing is configured.how can acheive the failover automatically ?
02-23-2009 02:10 AM
Hello Gajanan,
reliable static routing with object tracking can help in your scenario:
you can trace ip reachability of an ip address in provider1 for example.
When the test fails the backup route is used
see
http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html')">http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html
Hope to help
Giuseppe
02-23-2009 03:07 AM
Hi Giuseppe,
Thanks for your help.
I have some configuration as below.
ip flow-cache timeout active 1
ip sla monitor 1
type echo protocol ipIcmpEcho1.1.1.1
timeout 1000
threshold 2
frequency 3
ip sla monitor schedule 1 life forever start-time now
I have configured this one but not working , 1.1.1.1 is primary link ip , need any more configuration.
02-23-2009 06:18 AM
Gajanan
You have not included in the post the configuration of the static routes. So we can not tell whether you have actually included the track option in the configuration of the primary static route. The track option in the static route detects when the address you are tracking is not available and at that point the static route is removed from the routing table. So have you included the track option in the static route?
HTH
Rick
02-23-2009 08:02 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide