Cisco EIGRP metric calculation simplified– the eyes have it!
Cisco EIGRP metric calculation simplified– the eyes have it!
There are numerous sources online which discuss Cisco’s Enhanced Interior Gateway Routing Protocol (EIGRP) metric formula and its computation. My goal today is to present the formula in a way that is more pleasing to the eye so it is easier to follow the values as they get crunched through it. The following diagram is used for this entire blog post: NOTE: If you are studying for CCNA, this information is not on the exam, but it is fun to learn.
Below is the output from R1 show ip eigrp topology (with all k-values set to default values):
The full EIGRP formula looks like this:
which simplifies (using default k-values) to:
256(min bandwidth + cumulative delay)
To determine min bandwidth and cumulative delay, use the following information:
And delay is computed as the cumulative delay end to end in tens of microseconds.
Plugging in the values from the above diagram yields:
Which matches the result shown in R1’s output shown above.
Let’s change some of the values and observe the impact:
Router1’s output (for path from R1 to Loopback 0: 192.168.1.1 of R2): show ip eigrp topology
Router1’s output to compare: show ip eigrp topology
Without showing the step, I will simply state that the math returns the same 156160 as shown above, since the truncated value after performing the computation is the same.
Router1’s output: show ip eigrp topology
So we see how manipulating various k-values affects the output of the EIGRP metric formula. I have obtained the metric formula from various Cisco Learning websites and there are other numerous informative articles on this subject. I have only skimmed the surface, there is much more to be learned on this topic. A quick search engine effort will reveal additional information for you. As I mentioned at the outset, I just wanted to present the mathematical formula in a way that makes more sense visually. When it is presented with nested parentheses (((()))) like this, it becomes increasingly difficult to follow the flow. I used the really cool equation generator that comes with Microsoft Word to write the formulae. I hope you found it enlightening! Until next time…
Mark Jacob
Cisco Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
bandwidth, Calculate metric, Cisco, delay, EIGRP, Enhanced Interior Gateway Routing Protocol, K-value, routing, topology
Agile Methodology in Project Management
0 163 0In this video, you will gain an understanding of Agile and Scrum Master Certification terminologies and concepts to help you make better decisions in your Project Management capabilities. Whether you’re a developer looking to obtain an Agile or Scrum Master Certification, or you’re a Project Manager/Product Owner who is attempting to get your product or … Continue reading Agile Methodology in Project Management
Creating Users and Managing Passwords in Microsoft Office 365
0 706 3In this Office 365 training video, instructor Spike Xavier demonstrates how to create users and manage passwords in Office 365. For instructor-led Office 365 training classes, see our course schedulle: Spike Xavier SharePoint Instructor – Interface Technical Training Phoenix, AZ 20347: Enabling and Managing Office 365
Identifying and Fixing Misconfigured Subnet Masks in Your Network Environment
0 408 1In this video, Cisco CCNA instructor Mark Jacob show how to find and fix misconfigured subnet masks in a typical IT network environment. Mark Jacob Cisco and CompTIA Network + Instructor – Interface Technical Training Phoenix, AZ
Pingback: Cisco’s EIGRP metric – fact and not so fact. Enhanced Interior Gateway Routing Protocol
Pingback: Cisco’s EIGRP metric – fact and not so fact. Enhanced Interior Gateway Routing Protocol