cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
637
Views
5
Helpful
6
Replies

Quick EIGRP K Value metric question

arvindchari
Level 3
Level 3

Hi Guys

I was just a little confused about this.

While optimizing / manipulating EIGRP using the K Values what are the units in which we specify each of the metrics

E.g

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

so bandwidth is specified in bps

Load on a factor of 0 - 255 ditto for reliability but what is the factor for delay (secs / milli secs / micro secs)?

TIA

Arvind

2 Accepted Solutions

Accepted Solutions

bhedlund
Level 4
Level 4

The metric is calculated with delay in microseconds.

The delay configured on an interface is in 10s of microseconds.

For example, if I have 'delay 8' configured on an interface I would use 80 in the metric calculation.

The 'show interface' and 'show ip eigrp topology' commands will show the delay in microseconds as it would be used in the metric calculation.

Please rate all helpful posts.

Brad

View solution in original post

Hi Arvind,

I'm afraid Brad's explanation is not quite correct.

When using the formula to calculate the EIGRP metric, the delay has to be specified in 10s of microseconds, and not microseconds. Therefore, the delay value used when configuring the delay on an interface is exactly the same value that is used in the formula.

The following document explains this:

http://www.cisco.com/warp/public/103/eigrp-toc.html#eigrpmetrics

Hope that helps - pls rate the post if it does.

Paresh

View solution in original post

6 Replies 6

bhedlund
Level 4
Level 4

The metric is calculated with delay in microseconds.

The delay configured on an interface is in 10s of microseconds.

For example, if I have 'delay 8' configured on an interface I would use 80 in the metric calculation.

The 'show interface' and 'show ip eigrp topology' commands will show the delay in microseconds as it would be used in the metric calculation.

Please rate all helpful posts.

Brad

Thank you both for clearing that up for me. Just tend to get a little confused once in a while :)

Regards

Arvind

b-ulrich
Level 3
Level 3

Hi, delay is in microseconds. So if you are configuring on an interface 'delay 2000' you are really adding 20 microseconds of delay for the EIGRP metric. You should be able to see this take effect on your neighboring router in the ip routing table for that route. Take the number that you configure on the interface and divide it by 100.

http://www.cisco.com/en/US/customer/tech/tk365/technologies_white_paper09186a0080094cb7.shtml#metrics

Hi Arvind,

I'm afraid Brad's explanation is not quite correct.

When using the formula to calculate the EIGRP metric, the delay has to be specified in 10s of microseconds, and not microseconds. Therefore, the delay value used when configuring the delay on an interface is exactly the same value that is used in the formula.

The following document explains this:

http://www.cisco.com/warp/public/103/eigrp-toc.html#eigrpmetrics

Hope that helps - pls rate the post if it does.

Paresh

Hi Paresh

Thanks for the link that cleared it all up quite nicely

Regards

Arvind

Paresh,

Thanks for catching my mistake. Next time I'll make sure my coffee is caffinated! :)

Regards,

Brad

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card