Free CCNA Workbook
  • Home
  • About
    • Donations
    • Free CCNA Workbook Staff
  • Blog
  • Workbooks
    • CCNA Routing & Switching
    • CCNA Security
    • CCNA Voice
    • CCNA Wireless
  • Stub Lab
    • Stub Lab Information
    • Stub Lab FAQ’s
    • Stub Lab Topology

Configuring EIGRP Timers

When working with EIGRP you may be required to tune the timers to meet network requirements for resiliency. This lab will discuss and demonstrate the configuration and verification of EIGRP Timers.

Real World Application & Core Knowledge

So up until now you’ve learned how to configure EIGRP neighbor relationships and how to configure which interfaces participate in the EIGRP routing process. Now its time to get further in depth with the operation of EIGRP.

EIGRP uses two separate timers to ensure neighbor relationships remain established. These timers are called the “Hello timer” and the “Hold Down Timer”. If you’re familiar with the operation of RIP then you should be able to make a very good guess as to what these timers are responsible for.

The hello timer is the interval at which a router will send “hello” messages to neighboring routers to let them know that the originating router is still online and the hold-down timer is the interval at which to consider a neighbor dead if a hello message is not received during that time window.

The default hello timer for a high-speed broadcast network link is 5 seconds and the hold-down timer is 15 seconds whereas the default timers for slow-speed NBMA link are 60 seconds hello and 180 seconds dead. A slow-speed NBMA link is classified as any NBMA link with speeds equal to or less than 1544Kbps (A single T1)

There is a common misconception that the Hello and Hold-down timers must match between routers to form an adjacency but in fact they do not need to match at all. When a router sends a hello packet to a neighboring router the hello packet includes the hold down timer which essentially tells the receiving router “If you do not hear from me in this amount of time consider me dead and get on with your router life.”

However…… There is one exception to this rule. If you have multiple routers on a network that form adjacencies then all of those routers must have matching hello/dead timers or the adjacencies will flap. This is a common problem with EIGRP in a frame-relay hub and spoke topology where a single T1 NBMA PVC does not support broadcast. In this case the broadcast PVC’s will use the hello/dead timers of 5/15 whereas the non-broadcast PVC will use 60/180. This will cause the hub to have adjacencies with neighbors with different timers on the same physical network thus causing flapping adjacencies.

If you completed the previous lab you should have noticed on all routers in the frame-relay hub-and-spoke topology that the adjacencies were flapping with the hub router. This is due to a multiple timer mismatch on the hub with one or more spokes. This lab teach you how to resolve that problem.

The next big reason as to why you may want to manually change the timers on an EIGRP routed network is to increase network outage detection and re-convergence time. By default on high speed links the hello/dead timer is 5/15 so with that in mind if a router goes down it will take up to 15 seconds before the neighboring routers know about this outage and then begin to reconverge on the outage. In some networks its idea to have the ability to detect router outages as quick as possible and in this case you can configure the hello timer to 1 second and dead timer to 3 seconds.

The EIGRP Hello and Hold-Down timers are configured on a per-interface basis using the ip hello-interval eigrp AS# timeinseconds# and ip hold-time eigrp as# timeinseconds# commands in interface configuration mode.

Familiarize yourself with the following new command(s);

Command Description
ip hello-interval eigrp AS# timeinseconds# This command is executed in interface configuration mode to manually configure an EIGRP hello interval on a per-interface per autonomous system basis. Time is specified in seconds.
ip hold-time eigrp as# timeinseconds# This command is executed in interface configuration mode to manually configure an EIGRP dead interval on a per-interface per autonomous system basis. Time is specified in seconds.

This lab will continue to build upon the topology previously used in Lab 8-4 and other labs found through out Section 8.

Lab Prerequisites

  • If you are using GNS3 than load the Free CCNA Workbook GNS3 topology than start devices; R1, R2, R3, R4 and R5.
  • Establish a console session with devices R1, R2, R3, R4 and R5 than load the initial configurations provided below by copying the config from the textbox and pasting it into the respected routers console.

 

Lab Objectives

  • Configure EIGRP on R4 to send Hello’s to R1 at 5 seconds and a dead timer of 15 seconds.
  • Verify your configuration on R1 by using the show ip eigrp neighbor command.

Lab Instruction

Objective 1. – Configure EIGRP on R4 to send Hello’s to R1 at 5 seconds and a dead timer of 15 seconds.

To complete this objective you’ll use the two commands discussed in the core knowledge section of this lab as shown below;

R4>enable
R4#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
R4(config)#interface Serial0/0
R4(config-if)#ip hello-interval eigrp 10 5
R4(config-if)#ip hold-time eigrp 10 15
R4(config-if)#end
R4#

Objective 2. – Verify your configuration on R1 by using the show ip eigrp neighbor command.

You can easily determine the hello/dead timers of an EIGRP neighbor by viewing the neighbor adjacencies. If the hold timer is less then 15 seconds then its safe to assume that the neighbor is using a 5 second hello interval and a 15 second dead timer. You can view the neighbor table multiple times to see that the hold timer is reset back to 15 seconds upon each receipt of a hello packet as shown below;

R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 10
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
2   10.80.234.4              Se0/0             11 00:18:25  510  3060  0  12
1   10.80.234.3              Se0/0             11 00:18:53  509  3054  0  17
0   10.80.234.2              Se0/0             12 00:20:02  529  3174  0  17
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 10
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
2   10.80.234.4              Se0/0             11 00:18:25  510  3060  0  12
1   10.80.234.3              Se0/0             10 00:18:54  509  3054  0  17
0   10.80.234.2              Se0/0             12 00:20:03  529  3174  0  17
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 10
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
2   10.80.234.4              Se0/0             10 00:18:26  510  3060  0  12
1   10.80.234.3              Se0/0             10 00:18:54  509  3054  0  17
0   10.80.234.2              Se0/0             12 00:20:03  529  3174  0  17
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 10
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
2   10.80.234.4              Se0/0             10 00:18:26  510  3060  0  12
1   10.80.234.3              Se0/0             10 00:18:54  509  3054  0  17
0   10.80.234.2              Se0/0             11 00:20:03  529  3174  0  17
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 10
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
2   10.80.234.4              Se0/0             10 00:18:26  510  3060  0  12
1   10.80.234.3              Se0/0             14 00:18:54  509  3054  0  17
0   10.80.234.2              Se0/0             11 00:20:03  529  3174  0  17
R1#show ip eigrp neighbors
IP-EIGRP neighbors for process 10
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
2   10.80.234.4              Se0/0             14 00:18:26  510  3060  0  12
1   10.80.234.3              Se0/0             14 00:18:54  509  3054  0  17
0   10.80.234.2              Se0/0             11 00:20:03  529  3174  0  17
R1#
◄ Previous Lab
Next Lab ►

About Free CCNA Workbook

In 2008 Free CCNA Workbook originally started as a sharable PDF but quickly evolved into the largest CCNA training lab website on the net!

 

The website was founded in late 2009 with the goal of providing FREE Cisco CCNA labs that can be completed using the GNS3 platform.

Latest Tweets

  • 9 years ago The @fccnawb website is not only available in HTTPS. We've done this of course to make Google happy lol.
  • 10 years ago Interested in following the Founder of the Free CCNA Workbook website? Check out @MattGeorgeCCIE

Useful Links

  • Stub Lab GNS3 Topology File Download
  • GNS3 - Cisco Device Emulator Download
  • Geek Fluent Blog by Dave Henry
  • Junos Workbook | Free Juniper JNCIA Training
  • Putty Terminal Emulator (Free Download)
  • Quiz Me! - CCNA R&S Practice Exam

© Copyright 2009-2017 Free CCNA Workbook All Rights Reserved.

Legal | Privacy Policy | Sitemap | Contact Us

sponsored