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
A Simple Introduction to Cisco CML2
0 3859 0Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2
Cable Testers and How to Use them in Network Environments
0 713 1This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments
Government Edition – Encrypting a USB Flash Drive in Windows 10
0 272 2In this video, Security Instructor Mike Danseglio demonstrates how to use BitLocker in Window 10 to secure files on a USB Flash drive that adhere to stricter data protection requirements as found inside Government entities. BitLocker 2-day instructor-led training is now available at Interface: BITLOCK: Planning and Deploying BitLocker Drive Encryption Training Video Transcription: Hi. … Continue reading Government Edition – Encrypting a USB Flash Drive in Windows 10
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