11-10-2009 08:51 PM - edited 03-04-2019 06:40 AM
Hi,
Please see diagram attached. Provided router C is the only router can be configured, is there any way for Router C to monitor the reachability of Router A, and then dynamically stopping redistributing the static route into OSPF, or changing the redistribution metric.
Thanks,
Andrew
11-10-2009 09:34 PM
Hello Andrew,
What we can do is that we can track the reachability of router A IP address and configure in a way so tht static route will be there only till we have reachability to router A other wise static route will go down and hence will not be redistributed. For this to work router A Ip should be pingable from router C. Below is the config :
Make sure you remove the route ip route 10.0.0.0 255.255.255.0 10.2.2.1 before u add the below config
___________________________________
track 100 rtr 100 reachability
!
ip route 10.0.0.0 255.255.255.0 10.2.2.1 track 100
!
ip sla monitor responder
ip sla monitor 100
icmp-echo 10.1.1.1 source-ip 10.2.2.2
frequency 5
ip sla schedule 100 life forever start-time now
!
______________________________________
11-11-2009 01:45 PM
Will try this out, thanks.
Andrew
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