cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
0
Helpful
5
Replies

rtr question

joan.porta
Level 1
Level 1

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

5 Replies 5

b.hsu
Level 5
Level 5

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.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120t/120t3/rtrenh.htm#wp4133

olaf.struck
Level 1
Level 1

Joan,

I am having the same prob. Could you solve iit somehow?

Thanks

Hi,

You might want to try the following command:

delay up down

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

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.

You will find it under

track 1 rtr 1 reachability

delay down 10 up 2

Review Cisco Networking for a $25 gift card