06-07-2011 02:49 PM - edited 03-04-2019 12:38 PM
Hi,
I have a router connected to an MPLS network as a primary and then using ISDN back up with floating statics. The thing is that our MPLS network is a bit unstable at the moment and a little flap on the MPLS links generates a couple of ISDN calls. I have been asked to implement a delay so that the ISDN backup will dial only after one minute of disconnection from the MPLS. I know this can be done using backup interface on a serial link, however, I'm using floating statics as I need to run a routing protocol over the ISDN when it's up. I have done the following but it's not working. Any ideas?
!
track 10 interface Serial0/0/0 line-protocol
delay down 60
!
ip route 0.0.0.0 0.0.0.0 172.22.82.1 220 track 10
Here, the route points to the other side of my ISDN interface. The ISDN works and it dops when the MPLS comes back up, the problem is that ISDN dials out in 15 seconds or less instead of waiting for 60 seconds.
Thanks!
06-08-2011 12:01 AM
Hello,
did you try this command :
!
int s0/0
carrier-delay down 60
!
06-08-2011 03:22 AM
Hi,
I feel your configuration is incorrect as the following route is active till Ser0/0/0 is UP (MPLS link is up). You are tracking Ser0/0 line protocol so this floating static route is active till Ser0/0/0 is active. So, I suspect this behavior for your findings.
1. Floating static route is active
2. Ser0/0/0 went down so the dynamic routes gone immediately
3. Track object waits 60 secs to communicate the same to IP Routing tracking to make the floating static "down"
4. Meanwhile, the interesting traffic matches to the active floating static route and so dials out the ISDN.
Can you please diagnose with "sh track 10" and "sh ip route track-table" to see the behavior when MPLS is up and down?
Regards...
-Ashok.
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