EIGRP timers (hello, hold-down and active)
Today at work I have run into troubleshooting an EIGRP problem with one of our customers; while troubleshooting this problem I started making every optimization I know about EIGRP. In this post I am sharing with you EIGRP timers I adjusted in order to clear up the problem.
Hello interval timer:
Hello interval is the rate at which EIGRP sends hello packets. The command ip hello-interval eigrp can be used to set the hello interval time manually.
Hello interval defaults to 60 seconds for low-speed, NBMA networks and 5 seconds for other types of networks.
Hold-down timer:
This is the amount of time that a router will consider a neighbor alive without receivingĀ hello packets. The hold time is typically three times the hello interval. You can adjust the hold time with the ip hold-time eigrp command.
Unlike OSPF changing the hello timer does not automatically adjust the hold down timer.
Sometimes hello packets are lost in congested networks and neighbor relationships start to flap; in such cases you may want to increase the hold-down time.
Increasing the hold-down timer delays convergence, this isĀ an undesirable effect. If the default hello/hold time value is not suitable for your network try to find the value that best suits your network.
Active timer:
This timer controls the time the router waits after sending a query before declaring the route stuck in active (SIA) and resetting the neighbor relationship. To avoid this neighbor resetting you can temporary increase the active timer until you solve the problem by eliminating the cause.
The timers active-time command can be used to adjust the active timer.
No related posts.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
July 7th, 2011 at 3:54 pm
As salaam u alaikum,,
Awesome post, when needed the most!!
September 13th, 2011 at 8:27 pm
Nice Post.
Thanks,
Shahid
October 5th, 2011 at 9:01 am
Really Good Post
Thanks for information
N.R.Rao
June 28th, 2012 at 1:11 am
a Hold-Down timer is NOT what you are talking about. You are talking about the HOLD timer.
A hold-down timer is a time that it will NOT allow the route to come back. A hold timer is the time it WILL keep the route before dropping it in the absense of a new hello.
October 13th, 2012 at 10:14 am
Thanks for good information
February 27th, 2013 at 9:04 pm
Nice post really helpfull to understand about the EIGRP timers.
March 6th, 2013 at 8:10 pm
Good post, Its vary useful