cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
335
Views
0
Helpful
1
Replies

EIGRP MEtric for Multilink PPP

kkalaycioglu
Level 4
Level 4

Hi,

How is EIGRP metric is calculated for multilinnk PPP interfaces?

Thanks.

1 Reply 1

donewald
Level 6
Level 6

It is calculated the same on Multilink interfaces as with other interfaces.

The formula for calculating EIGRP METRIC is:

METRIC = 256 * | | (10^7)/(BW) | + | D1 + D2 ....+Dn | |

As you add links or remove them from a Multilink interface the BW on the interface will change to represent the accumulative BW of all links on the Multilink interface.

Hope this helps,

Don