09-07-2010 03:45 AM - edited 03-04-2019 09:40 AM
Dear All,
I have another scenario as shown below for achieving automated failover on my WAN links.
Here I am having ISP cloud as a primary link and when ever that fails I need to go over ISDN link which acting as a backup.
I am using basic static routes to achieve same where I am changing the AD for failover, but the problem is due to some reason whenever my ISP link fails at one end that end uses ISDN as per requirement but other end continues using ISP so connectivity fails.
As per discussion with ISP probable solution according to them for this issue is use of IP SLA as primary thing and then OSPF, so need to understand how IP SLA can be used in this scenario.
First thing I will create IP sla for ICMP ping, and I will schedule that monitor event, but how do I map it in this scenario.
Please assist, thanking you all in advance.
Regards,
Mangesh.
ISP CLOUD
-----------------------
/ \
/ \
/ \
/ \
/ \
/ \
ROUTER--------------------ISDN-------------------ROUTER
HO BR
Solved! Go to Solution.
09-07-2010 01:16 PM
Hi Mangesh,
It is there. Search 'Static Routing Examples'
ip route 0.0.0.0 0.0.0.0 10.1.1.242 track 123
HTH,
Lei Tian
09-07-2010 05:18 AM
Hello Mangesh,
You can use the WAN IP as the ICMP target in both ends. That will ensure
that when the WAN IP is unreachable, both ends will switch to ISDN.
Regards,
NT
09-07-2010 08:03 AM
Hi Mangesh,
I think the feature you are looking for is 'reliable static route using object tracking'. Here is the link with configuration example
http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html#wp1066247
HTH,
Lei Tian
09-07-2010 12:11 PM
Dear Lei,
Yes that is what I was actually looking for, I have another query which actually making me bite my nails and that is the command track 123 rtr 1 reachability.
In my other post where we are using HSRP we are calling this track object 123, but here we are not doing anything of that kind.
Can you please elaborate how exactly track command works?
Thanking you.
Regards,
Mangesh.
09-07-2010 12:33 PM
Hi Mangesh,
The 'track 123 rtr 1 reachability' just associate the object, ip sla monitor instance (1), with that tracking instance (123). You also need to associate that tracking instance with the static route. During normal operation, tracking instance returns a up, and the static route remains in RIB; during failover, tracking instance returns a down, and static route will be removed from RIB.
HTH,
Lei Tian
09-07-2010 12:54 PM
Exactly, "You also need to associate that tracking instance with the static route. "
But this thing is not done in the doc provided by you, So just was curious how can we map in inside a static route?
Please assist, thaning you in advance.
Regards,
Mangesh.
09-07-2010 01:16 PM
Hi Mangesh,
It is there. Search 'Static Routing Examples'
ip route 0.0.0.0 0.0.0.0 10.1.1.242 track 123
HTH,
Lei Tian
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