chris898
12-23-2009, 01:04 AM
what is the sequence for putting the values and what is the correct formula I used one vendor's workbook and it has been asked to configure bandwidth three times more significant than either load or delay for EIGRP
and the solution is
router eigrp 200
metric weights 0 3 1 1 0 0
and in cisco website metric calculation for EIGRP is given in sequence
Bandwidth,Delay,Reliability,Loading,and MTU.
so according to that
metric weight should be
metric weights 0 3 1 1 1 0
and the solution is
router eigrp 200
metric weights 0 3 1 1 0 0
and in cisco website metric calculation for EIGRP is given in sequence
Bandwidth,Delay,Reliability,Loading,and MTU.
so according to that
metric weight should be
metric weights 0 3 1 1 1 0