EIGRP metric calculation

EIGRP metric = [K1 * bandwidth + (K2 * bandwidth) / (256 - load) + K3 * delay] * [K5 / (reliability + K4)]  Example: here
When K5=0, this becomes: [K1 * bandwidth + (K2 * bandwidth) / (256 - load) + K3 * delay]

Bandwidth:

K1=

Load (1-255):

K2=

Delay (microseconds):

K3=

Reliability (0-255):

K4=

 

K5=

Metric:

   

Example 1: 56kbps and a total delay of 2200 microseconds gives a metric of 46277376
Example 2: 128kbps and a delay of 1200 microseconds gives a metric of 20307200