Re: EIGRP K values

From: Farhan Anwar (farhan.anwar@gmail.com)
Date: Wed Oct 10 2007 - 09:31:49 ART


When we are doing redistribution, EIGRP asks for specific parameters and the
Big Dogs Really Like Me acronym stands true.

R1(config-router)#redistribute ospf 1 metric ?
  <1-4294967295> Bandwidth metric in Kbits per second

R1(config-router)#redistribute ospf 1 metric 10000 ?
  <0-4294967295> EIGRP delay metric, in 10 microsecond units

R1(config-router)#redistribute ospf 1 metric 10000 100 ?
  <0-255> EIGRP reliability metric where 255 is 100% reliable

R1(config-router)#redistribute ospf 1 metric 10000 10 100 ?
  <1-255> EIGRP Effective bandwidth metric (Loading) where 255 is 100%
loaded

R1(config-router)#redistribute ospf 1 metric 10000 10 100 100 ?
  <1-65535> EIGRP MTU of the path

R1(config-router)#redistribute ospf 1 metric 10000 10 100 100 1500

But when doing a change in metric weights, it simply asks for K1 - K5
values, and their order should be according to EIGRP's formula, hence "The
Big Ladies Dont Run Much" acronym stands true.

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

thats what i believe.
HTH.

On 10/10/07, Joseph Brunner <joe@affirmedsystems.com> wrote:
>
> It's Big Dogs really like me
>
> It always has been... I read that acronym in like 1999...
>
>
> Oh, and big dogs do like me.
>
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
> nicky noname
> Sent: Wednesday, October 10, 2007 2:55 AM
> To: Cisco certification
> Subject: EIGRP K values
>
> Hello,
>
> I have a little doubt about EIGRP K values that I would like to clear up.
>
> From what I understood, the default K values 10100, representing
> K1=bandwidth/K2=delay/K3=Reliability/k4=Load/ k5=MTU repectfully.
>
> This order does not see correct to me. I thought that bandwidth and delay
> were considered by default by EIGRP............and I know that delay does
> affect the EIGRP metric, as can be seen from manipulating the delay
> interface variable.
>
> So, is it Bandwidth/Load/Delay/MTU/reliability
>
> If we want to change the defaults to make bandwith 3 times and add
> reliability we use metric weights 031100. This would indicate it is
> bandwidth/reliabilty/delay?
>
> I think my confusion stems from a mixup with how you specify the default
> metrics for redistribution.
>
> redistribute ospf 1 metric 10000 100 255 1 1500 ( bandwidth,
> delay,reliability,load,MTU),
>
> They are not equal eh?
>
> Some clear simple explaination would be nice!
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>

-- 
Farhan Anwar


This archive was generated by hypermail 2.1.4 : Fri Nov 16 2007 - 13:11:13 ART