07-28-2005 02:14 AM - edited 03-03-2019 10:08 AM
Hello,
I have this config:
track 123 rtr 1 reachability
rtr 1
type echo protocol ipIcmpEcho 195.53.168.121
timeout 200
frequency 10
rtr schedule 1 life forever start-time now
I want that if rtr fails 3 times, the
reachability change to down. ¿which is the command that I have to insert?
thank you
08-03-2005 05:08 AM
Response time reporter function is a feature which is used to allows you to monitor network performance, network resources, and applications by measuring response times and availability. To troubleshoot problems by checking the time delays between devices and the time delays on the path from the source device to the destination device at the protocol level. You cannot use RTR to perform an action based on a condition. For more information on the configuration of RTR have a look at the following URL.
03-16-2006 03:28 AM
Joan,
I am having the same prob. Could you solve iit somehow?
Thanks
03-16-2006 03:38 AM
Hi,
You might want to try the following command:
delay up
If you specify, for example, delay up 10 down 30, then if the object state changes from down to up, clients tracking that object are notified after 10 seconds. If the object state changes from up to down, then clients tracking that object are notified after 30 seconds.
Hope that helps - pls rate the post if it does.
Paresh
03-16-2006 04:28 AM
Where do I find the "delay up ..." config?
What I basically want to achieve is that the tracked IP address is decleared unreachable after the 3rd or even more ICMP has timed out. With the default configuration after one ping has failed IP address is decleared unreachable and the tracked ip route is withdrawn.
03-16-2006 06:26 AM
You will find it under
track 1 rtr 1 reachability
delay down 10 up 2
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