cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
289
Views
3
Helpful
3
Replies

EIGRP metric

asanes
Level 1
Level 1

If the EIGRP metric is given by the following formula:

metric = [K1 * bandwidth + (K2 * bandwidth) / (256 - load) + K3 * delay] * [K5 / (reliability + K4)]

why the defaul formula is given by:

metric = bandwidth + delay

if k5 default value is zero (0) and is multipling all this factor

[K1 * bandwidth + (K2 * bandwidth) / (256 - load) + K3 * delay]

i see the default formula equals to zero, At least i am missunderstanding the formula or the k values.

Hope you can clarify me

Regards,

Aisha Sanes

3 Replies 3

rsissons
Level 5
Level 5

If K5 = 0, the [K5/(reliability + K4)] term is not used.

This is documented in the following URL -

http://www.cisco.com/warp/customer/103/3.html

Hi,

"The link characteristics from which IGRP calculates its composite metric are bandwidth, delay,load, reliability, and maximum transmission unit (MTU)."

Question:

Where is MTU used in the formula?

Regards,

Milan

It's not--EIGRP and IGRP both carry the MTU in their update packets, but neither one use it in their formulas for finding the composite metric. There's some possibility you might be able to match on the MTU in route maps in the future, but there's no way to use this information at the moment.

Russ.W