cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1859
Views
0
Helpful
6
Replies

EIGRP timers

fgasimzade
Level 4
Level 4

How long does it take for EIGRP to declare a route dead and to add a feasible successor to the topology table?

Is there any way to make it faster?

Thank you

2 Accepted Solutions

Accepted Solutions

Mohamed Sobair
Level 7
Level 7

Hi,

For EIGRP to declare a neighbor dead depends on the lin.

On high speed link (above 1536Kb) , the Hellos are send every 5 seconds. The Hols timer expires in 15 sec (3*Hello timer).

On low speed link, The hello Timers are send every 6sec , the Hold timer expires in 180sec.

U can manually modify the (Hello & Hold) timers, but be sure the Hold timer should be 3*hello timer. You may also find another consideration/precaution about changing it that I may not be aware of but its possible.

HTH

Mohamed

View solution in original post

Fuad

Apparently Mohamed was right and your question is more about how to declare a neighbor dead and not about how to process route replacement.

Yes to declare a neighbor dead more quickly you should decrease the timers.

HTH

Rick

HTH

Rick

View solution in original post

6 Replies 6

Mohamed Sobair
Level 7
Level 7

Hi,

For EIGRP to declare a neighbor dead depends on the lin.

On high speed link (above 1536Kb) , the Hellos are send every 5 seconds. The Hols timer expires in 15 sec (3*Hello timer).

On low speed link, The hello Timers are send every 6sec , the Hold timer expires in 180sec.

U can manually modify the (Hello & Hold) timers, but be sure the Hold timer should be 3*hello timer. You may also find another consideration/precaution about changing it that I may not be aware of but its possible.

HTH

Mohamed

Mohamed

You have given a good explanation of EIGRP timers and the process of declaring a neighbor dead. But I am not sure that is really what Fuad was asking about. His post asks about declaring a "route" dead and when he asks about getting feasible successor into the routing table I am not sure that his question was about neighbors.

There are two things that produce delay about getting an EIGRP replacement route into the routing table: if EIGRP has to go through the querry process to find possible replacement routes, and what does EIGRP have to do to assure that the replacement route is a loop free path to the destination. When EIGRP gives the status of feasible successor to a route it has already gone through the process of assuring that the route is a loop free path to get to the destination. So if the currently chosen route is declared dead and removed from the routing table and if there is a feasible successor then EIGRP does not need to go through the querry process and does not need to do any calculation on the feasible successor route to detect potential loops. EIGRP just puts the feasible successor route into the table. That is very very fast and there is not anything that you can do to make it faster.

HTH

Rick

HTH

Rick

Thank you, Rick and Mohammed

Even though it does not go through any calculation, I experience delay for about 15 sec, when testing it with a "ping" command. As far as I understand the reason is in "hello" and "hold" timers, am I correct?

Fuad

Can you tell us a bit about how you are testing? In particular how are you getting the route to fail and how is that failure detected. If you are running a ping which is running over the route that will fail and watching how long it takes the ping to start on the new route, then what you are observing is a combination of how long it takes to determine that a neighbor has failed (as discussed by Mohamed) and how long it takes for the feasible successor to be put into the routing table.

I might suggest that a better test would be to run some debugs on the router where the feasible successor will be put into the routing table. Perhaps debug ip routing will show you the amount of time from when the old route is removed from the routing table to the time when the feasible successor is put into the table. Or perhaps some debugs on EIGRP (perhaps debug eigrp fsm) will clarify how long it takes from route failure to placement of feasible successor into the routing table.

HTH

Rick

HTH

Rick

If you are running a ping which is running over the route that will fail and watching how long it takes the ping to start on the new route, then what you are observing is a combination of how long it takes to determine that a neighbor has failed (as discussed by Mohamed) and how long it takes for the feasible successor to be put into the routing table.

--------------

This is exactly what I am doing, so I assume I have to decrease the timers, right?

Fuad

Apparently Mohamed was right and your question is more about how to declare a neighbor dead and not about how to process route replacement.

Yes to declare a neighbor dead more quickly you should decrease the timers.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card