10-31-2019 03:39 AM
If under the EIGRP process i configure "metric weight 0 2 0 1 0 0" will this double the lowest bandwidth along the path to the destination? Lets say the lowest bandwidth along the path to the destination is 64K, will this make it 128K?
Solved! Go to Solution.
10-31-2019 04:00 AM - edited 10-31-2019 04:02 AM
no, minimum is still same minimum and delay is still same but metric value will change per formula
if u want to change bandwidth, do it per interface with bandwidth command
Regards, ML
**Please Rate All Helpful Responses **
10-31-2019 03:56 AM
Hi there,
The K values are slightly more complicated than simple multipliers. The formula is:
EIGRP composite cost metric = 256*((K1*Scaled Bw) + (K2*Scaled Bw)/(256 – Load) + (K3*Scaled Delay)*(K5/(Reliability + K4)))
Take a look at this document:
cheers,
Seb.
10-31-2019 04:00 AM - edited 10-31-2019 04:02 AM
no, minimum is still same minimum and delay is still same but metric value will change per formula
if u want to change bandwidth, do it per interface with bandwidth command
Regards, ML
**Please Rate All Helpful Responses **
10-31-2019 11:44 PM
Hi Martin
Thanks, i tested it on a lab, the K-values remain the same but the metric changed. I guess something happens in the background which i will dig deep for and find out! thanks for the help!!!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide