How to configure EIGRP on your Cisco router

by Nideesh C on January 18, 2011 · 70 comments

in Networking




Nots: EIGRP is a Cisco proprietary protocol. So, either all the routers in the Internetwork must be Cisco routers, or the routers should be EIGRP capable.

Before starting, if you have not set the bandwidth of the interfaces, set them now. For correct routing decisions, you need to set the bandwidth for the serial interfaces depending on the WAN technologies that you are using. This is done using the following command on each serial interface:

Router(config-if)#bandwidth XX

where XX is the bandwidth of the WAN connection in kilobits per second.

1. Enable EIGRP on the router with the command,

Router(config)#router eigrp AS

where AS is the Autonomous System number. The same AS number must be used for all the routers that you want to exchange routing information.

2. Instruct the router to advertise the networks that are directly connected to it,

Router(config-router)#network XXX.XXX.XXX.XXX

where XXX.XXX.XXX.XXX is the network id of a network that is directly connected to the router. Repeat this step for each network that is directly connected to the specific router that you are configuring. Remember that you need only to write the supernet of a group of subnets and the router will automatically identify the subnets.

For example, if the router is connected to the networks, 172.16.1.0, 172.16.2.0, and 172.16.3.0, you will need to do one ‘network’ command with the address 172.16.0.0.

3. Although it is not recommended, if you need to change the way the metrics of the routes are calculated, you can set them using the command:

Router(config-router)#metric weights tos k1 k2 k3 k4 k5

where,

tos is the type of service index

and the values of k1-k5 are used to calculate the metric using the following equation:

metric=[k1*bandwidth + (k2*bandwidth) / (256-load) + (k3*delay)]*[k5/(reliability+k4)]

the default values are k1=k3=1 and k2=k4=k5=0

It is highly recommended that you leave the metric in the default values unless you are a highly experienced network designer.

4. By default, EIGRP packets consume a maximum of 50 percent of the link bandwidth, as configured with the ‘bandwidth’ interface configuration command. You might want to change that value if a different level of link utilization is required or if the configured bandwidth does not match the actual link bandwidth (it may have been configured to influence route metric calculations). Use the following command to set the percentage of bandwidth to be used on each interface separately:

Router(config-if)#ip bandwidth-percent eigrp XX

where XX is the percentage of bandwidth to be used (ex: 70).

5. You can change the intervals of the hello packets and the holddown timer on each interface using command:

Router(config-if)#ip hello-interval eigrp AS TIME

where AS is the autonomous system number and TIME is the new hello-packet interval time in seconds.

Router(config-if)#ip hold-time eigrp AS TIME

where AS is the autonomous system number and TIME is the new holddown time in seconds.

6. Check your configuration on the routers after configuring all the routers in the internetwork using the following commands:

show ip eigrp interfaces [interface] [as-number]

Display information about interfaces configured for EIGRP.

show ip eigrp neighbors [type number]

Display the EIGRP discovered neighbors.

show ip eigrp topology [autonomous-system-number | [[ip-address] mask]]

Display the EIGRP topology table for a given process.

show ip eigrp traffic [autonomous-system-number]

Display the number of packets sent and received for all or a specified EIGRP process.

Configure EIGRP Route Authentication

EIGRP route authentication provides MD5 authentication of routing updates from the EIGRP routing protocol. The MD5 keyed digest in each EIGRP packet prevents the introduction of unauthorized or false routing messages from unapproved sources. Before you can enable EIGRP route authentication, you must enable EIGRP.

The steps for setting the EIGRP route authentication are:

1. Identify a key-chain to be used in the authentication,

Router(config)#key chain NAME

where NAME is the name of the key-chain that will be created

2. Identify the key number,

Router(config-keychain)#key NO

where NO is the number of the key

3. Identify the key string,

Router(config-keychain)#key-string STRNG

where STRNG is the key string

4. You can stop here or setup a period in which the key will be effective,

Router(config-keychain)#accept-lifetime START-TIME {INFINITE | END-TIME | DURATION}

Router(config-keychain)#send-lifetime START-TIME {INFINITE | END-TIME | DURATION}

You can set a start time and either end time, or duration in seconds, or you can leave the operation infinite.

Implementation notes:

1. If you are using discontigous networks, which is mostly the case, you should turn off auto-summarization using the following command:

Router(config)#no ip auto-summary

2. You can set manual summary addresses using the following command:

Router(config-if)#ip summary-address AS MASK

where AS is the autonomous system number and MASK is the address mask.

3. When you are using non-broadcast networking technologies like FrameRelay and SMDS, you will need to turn off split-horizon to let EIGRP perform efficiently.

Router(config-if)#no ip split-horizon AS

where AS is the autonomous system number.

4. To clear the neighbor table use the command,

Router#clear ip eigrp neighbors

Not Satisfied ? Just search & get the result

Related Posts Plugin for WordPress, Blogger...
Be Sociable, Share!

Related posts:

  1. Router Commands
  2. What is Network Routing ?
  3. What is ISDN
  4. What is a Web Server?
  5. Little about ISO/OSI layers

{ 47 comments… read them below or add one }

1 nursing schools January 19, 2011 at 7:31 am

Keep posting stuff like this i really like it

Reply

2 Soehl February 15, 2011 at 12:19 am

I typically do not write comments on posts, but your article urged me to commend your writings. Thanks for writing this, I will definitely well-liked your website and come back as soon as in awhile. Pleased blogging.

Reply

3 Freymuth February 21, 2011 at 8:33 pm

How to configure EIGRP on your Cisco router – good post..

Reply

4 Lienke February 21, 2011 at 9:14 pm

How to configure EIGRP on your Cisco router

Reply

5 Leigh Muckenthaler February 22, 2011 at 8:07 pm

I was suggested this web site by my cousin. I am not sure whether this post is written by him as no one else know such detailed about my problem. You’re incredible! Thanks! — How to configure EIGRP on your Cisco router

Reply

6 Albert Barritt February 23, 2011 at 1:23 am

How to configure EIGRP on your Cisco router

Reply

7 Vinayak February 23, 2011 at 11:39 am

How to configure EIGRP on your Cisco router — Thanks

Reply

8 Billis February 23, 2011 at 2:22 pm

How to configure EIGRP on your Cisco router

Reply

9 Vada Kanevsky February 23, 2011 at 2:41 pm

keep at it man, your almost there , thanks for the read!

Reply

10 Siller February 23, 2011 at 3:18 pm

How to configure EIGRP on your Cisco router

Reply

11 Valsala February 23, 2011 at 3:45 pm

Great information. I’ve bookmarked this web site. — How to configure EIGRP on your Cisco router

Reply

12 Madhavan nair February 23, 2011 at 6:00 pm

How to configure EIGRP on your Cisco router

Reply

13 Tildi February 25, 2011 at 3:49 pm

cisco is the monopoly company in router making

Reply

14 Barick February 26, 2011 at 11:41 am

what is EIGRP, is it related to Cisco ?

Reply

15 Flani February 27, 2011 at 4:18 pm

thanks a lot for teaching the configuration Cisco

Reply

16 Stefani Santmier March 2, 2011 at 12:08 pm

maintain at it man, your almost there , thanks for the read!

Reply

17 Macdonnell March 2, 2011 at 9:34 pm

How to configure EIGRP on your Cisco router

Reply

18 Nida Roland March 3, 2011 at 4:51 pm

Completely u got this one down right man.. Keeped me entertained for ages.

Reply

19 Raman March 4, 2011 at 3:33 am

NO HOPE to configure EIGRP in cisco router. but i will try ..thanks

Reply

20 Fossa March 5, 2011 at 8:04 pm

Solid post, nice work. It Couldn’t be written any improved. Reading this post reminds me of my previous boss! He always kept babbling about this. I will forward this article to him. Pretty sure he will have a superb read. Thanks for sharing!

Reply

21 Manu March 5, 2011 at 9:56 pm

You have some advantageous suggestions! Perhaps I must appear doing this by my self. Cheers — How to configure EIGRP on your Cisco router

Reply

22 Beelby March 6, 2011 at 10:36 pm

Hi there, i read your blog occasionally and i own a similar one and i was just curious if you get a lot of spam remarks? If so how do you protect against it, any plugin or anything you can advise? I get so much lately it’s driving me insane so any help is very much appreciated. — How to configure EIGRP on your Cisco router

Reply

23 Lathen March 7, 2011 at 2:32 am

How to configure EIGRP on your Cisco router

Reply

24 Glendora March 7, 2011 at 3:38 am

i think you have a nice page here… today was my initial time coming here.. i just happened to discover it performing a google search. anyway, fantastic post.. i’ll be bookmarking this page for sure. –How to configure EIGRP on your Cisco router

Reply

25 Gala Charters March 7, 2011 at 6:59 am

How to configure EIGRP on your Cisco router

Reply

26 Reshma nair March 7, 2011 at 11:28 am

How to configure EIGRP on your Cisco router

Reply

27 Merrie Belfield March 7, 2011 at 2:04 pm

How to configure EIGRP on your Cisco router

Reply

28 Neta Willegal March 7, 2011 at 11:12 pm

Thank you on your help! — How to configure EIGRP on your Cisco router

Reply

29 Fulenwider March 8, 2011 at 12:43 am

Its like you read my mind! You appear to know a lot about this, like you wrote the book in it or something. I think that you can do with a few pics to drive the message home a little bit, but instead of that, this is fantastic blog. A fantastic read. I will definitely be back. — How to configure EIGRP on your Cisco router

Reply

30 Marx Grinstead March 8, 2011 at 10:11 pm

I truly like the fresh perpective you did on the problem. Truly was not expecting that when I started off studying. Your concepts had been simple to understand that I wondered why I never looked at it before. Glad to know that there’s an individual out there that certainly understands what he’s discussing. Fantastic job — How to configure EIGRP on your Cisco router

Reply

31 Beera March 8, 2011 at 10:57 pm

How to configure EIGRP on your Cisco router

Reply

32 Ginny Killette March 9, 2011 at 12:04 am

I know this is truly boring and you are skipping to the next comment, but I just wanted to throw you a large thanks – you cleared up some things for me! — How to configure EIGRP on your Cisco router

Reply

33 Erna Fillare March 9, 2011 at 6:28 am

I frequently read your blog admin try to find it quite interesting. Thought it was about time i show you , Sustain the really fantastic work — How to configure EIGRP on your Cisco router

Reply

34 Vickie Carmell March 9, 2011 at 3:43 pm

I’ve been here a few times and it seems like your articles get more informative each time. Maintain it up I enjoy reading them. — How to configure EIGRP on your Cisco router

Reply

35 Drew Kishaba March 10, 2011 at 3:47 am

Gold! you save my day ;) How to configure EIGRP on your Cisco router

Reply

36 Marya March 10, 2011 at 5:30 am

Attractive section of content. I just stumbled upon your web site and in accession capital to assert that I acquire in fact enjoyed account your blog posts. Any way I will be subscribing to your augment and even I achievement you access consistently fast. How to configure EIGRP on your Cisco router

Reply

37 Nola Dominges March 10, 2011 at 9:32 pm

I’ve been here a few times and it seems like your articles get more informative each time. Keep it up I enjoy reading them. — How to configure EIGRP on your Cisco router

Reply

38 Daffer March 11, 2011 at 2:35 pm

How to configure EIGRP on your Cisco router

Reply

39 Darcel March 11, 2011 at 2:42 pm

Good day, A actually occupying document. Continue it up. — How to configure EIGRP on your Cisco router

Reply

40 Alisa Daleo March 12, 2011 at 9:37 pm

Great day, A actually occupying document. Continue it up. How to configure EIGRP on your Cisco router

Reply

41 Ganar Dinero March 13, 2011 at 12:00 am

Hi there, just became aware of your blog through Google, and found that it is truly informative. I’m gonna watch out for brussels. I’ll appreciate if you continue this in future. Lots of people will be benefited from your writing. Cheers! — How to configure EIGRP on your Cisco router

Reply

42 Joel March 13, 2011 at 1:43 pm

Im sure I can speak for all that we would love to see a follow up to this post. — How to configure EIGRP on your Cisco router

Reply

43 Earlene March 13, 2011 at 4:43 pm

hi, solid web log, just I don’t see how to add your site in my rss reader. Could are Assist me please? – How to configure EIGRP on your Cisco router

Reply

44 Lucile Burwinkel March 13, 2011 at 5:26 pm

How to configure EIGRP on your Cisco router

Reply

45 Inga Bennett March 15, 2011 at 4:54 am

Thank you on your assist!

Reply

46 surrey April 13, 2011 at 10:25 pm

Another Superb article . Keep them coming !

Reply

47 Shemika Kenan April 15, 2011 at 4:17 am

thanks, and keep up the great work – How to configure EIGRP on your Cisco router

Reply

Leave a Comment

{ 23 trackbacks }

Previous post:

Next post: