*TechNotes* EIGRP
Here is the first in our BSCI TechNotes series:
Enhanced IGRP *NEW*
Let me know if you have any comments or suggestions, requests, anything...
Johan

Let me know if you have any comments or suggestions, requests, anything...
Johan

Comments
I have a question regarding EIGRP.
let say that we run
R2#show ip eigrp topology
and we get:
...
P 20.20.20.0/24, 1 successors, FD is 1889792
via 10.10.10.1 (1889792/128256), Serial 2/0.1
....
What is 128256?
Also what the code P-Passive means? A-Active?
Thanks in advnace.
B.A.
I failed to understand when we use command
metric weight tos K1 K2 K3 K4 K5
what is connection with Ks and bandwidth, delay, reliability, load and MTU? Is K1= bandwith and so forth?
Well when I look at the formula to calculate the composite metics, I am not sure which K variable should be used for MTU and for delay?
Ok, tos is Type of Service and must be 0? Ok, but then why do we need tos in our formula when it is always 0?
I do realise that each constant is used to assign a weight to a specific variable.
Second question is when the folowing command will all of th erouters that the router has formed neighbours with:
R2#show ip eigrp neighbor
...
Now we have a coloumn as RTO and SRTT. What is actually SRTT and RTO?
Thanks in advance
Blesa
A means that DUAL is working
(1889792/128256), (Fiseable distance/Reported distance)
Am I Right?
:P Tom
tos=0 nobody knows
SRTT - Smooth Round Trip Timer
RTO - Retransmission Time Out
Tom
Hi,
in this BSCI technotes there is a section about route summarization and the command for summarization is shown as:
router(config-if)#ip summary-address as-number network-address subnet-mask [admin-distance]
I think there must be an "eigrp" word before as-number
Am I right ?
It should indeed be
I will correct it immediately. Thanks for spotting that one and letting me know.
Johan
and we get:
...
P 20.20.20.0/24, 1 successors, FD is 1889792
via 10.10.10.1 (1889792/128256), Serial 2/0.1
For the above output, I saw an explanation for the value 1889792 in (1889792/128256), but is 128256 the AD(Administrative distance). Jus wonderin if it is a composite metric. Can anyone confirm??
Aiming to match the prowess of best of N/w Engineers
I would go with 220 myself!!
Cisco.com
Google (Check out nr3
Page 14 of this PDF from Cisco Press
Do you have a link? I'm curious why cisco would list 220...
255 is the maximum configurable hopcount (network diameter actually)for IGRP, by default it's 100.
Contains the following passage:
Hop count is 2 This is not used in metric calculations, but does limit the maximum size of an EIGRP AS. The maximum number of hops that EIGRP will accept is 100 by default, although the maximum can be configured to 220 with metric maximum hops.
Now i know its configurable to 255 but do they mean it will only allow 220 or maybe its a typo as youve seen 224 stated in a couple of places.This doc was
last updated: Sep 09, 2005.
Whats the purpose of manipulating the eigrp metrics? i assume they affect the whole network and are not locally significant?
Thanks
Not recommended to change the weights unless you really need, the reason to change is to have more granularity in your routing metric.
your EIGRP technote is very good and useful.Will u please put more notes on other topics of CCNP like OSPF,BGP,IS-IS (from CCNP BSCI)
and also for other CCNP modules.I'll be looking forward for more notes on CCNP
thankx
CCNA Security | GSEC |GCFW | GCIH | GCIA
[email protected]
http://twitter.com/paul_bosworth
Blog: http://www.infosiege.net/
When you run you should see the K values, by default, set to 10100. Where there is a 1 is when that element is used to calculate the metric. By default EIGRP uses bandwidth and delay so that is where the two 1's come in.
The K values are:
K1 = Bandwidth
K2 = Load
K3 = Delay
K4 = Reliability
K5 = MTU
However, when you configure redistribution into EIGRP the order of the metrics is (somewhat confusingly) different. It is Bandwidth, Delay, Reliability, Load, MTU.
HTH,
Chris[/code]