Tag Archives: cisco

EIGRP’s Composite Metric for CCDAs

An EIGRP Overview:

Are you like me? Are you intrigued by the Cisco invention of EIGRP? Here is an excellent text you should consider for your Holiday Reading List:
EIGRP for IP: Basic Operation and Configuration by Russ White and Alvaro Retana

It is always great to visit with Russ White each Cisco Live, and I have read many of his works. His text does a fine job clearing many of the misconceptions regarding the composite metric of EIGRP. Having taught this subject for decades now, I have seen so many students willing to argue on many of these points. Let’s review some of these here in this post.

The Merry Metric:

  • While we are taught since CCNA days that the EIGRP metric consists of 5 possible components – BW, Delay, Load, Reliability, and MTU; we realize when we look at the actual formula for the metric computation, MTU is actually NOT part of the metric. Why have we been taught this then? Cisco indicates that MTU is used as a tie-breaker in a situation that might require it. To review the actual formula that is used to compute the metric as well as other great information, click here.
  • Here is the basic formula – EIGRP Metric = 256*((K1*BW) + (K2*BW)/(256-Load) + (K3*Delay)*(K5/(Reliability + K4)))
  • Notice from the formula that the K (constant values) impact which components of the metric are actually considered. By default K1 is set to 1 and K3 is set to 1 to ensure that Bandwidth and Delay are utilized in the calculation. For example, if you wanted to make Bandwidth twice as significant in the calculation, you could set K1 to 2. The metric weights command is used for this manipulation. You should note that the metric weights command starts with a TOS parameter that should always be set to 0. Cisco never did fully implement this functionality.
  • The Bandwidth that affects the metric is taken from the bandwidth command used in interface configuration mode. Obviously, if you do not provide this value – the Cisco router will select a default based on the interface type.
  • The Delay value that affects the metric is taken from the delay command used in interface configuration mode. This value depends on the interface hardware type, e.g. it is lower for Ethernet but higher for Serial interfaces. Note how the Delay parameter allows you to influence EIGRP path selection decisions without the manipulation of the Bandwidth value. This is nice since other mechanisms could be relying heavily on the bandwidth setting. For example, EIGRP bandwidth pacing or absolute QoS reservation values for CBWFQ.
  • The actual metric value for a prefix is derived from the SUM of the delay values in the path, and the LOWEST bandwidth value along the path. This is yet another reason to use more predictive Delay manipulations to change EIGRP path preference.
EIGRP in the CCDA

CCDA – Building a Modular Network

Overview:

Enjoy this Nugget from the latest course here at CBT Nuggets! This Nugget attacks the subject of modularity when you are designing a modern network. This Nugget sets up the next CCDA Nugget in the course which is entitled Applying Modularity.

Modular network designs provide great enhancements when it comes to simplicity, ease of troubleshooting, and ease of understanding. This is hugely important, especially since networking today is more complex than ever. So anything we can do to make the network and its functions easier to understand, sounds like a great idea to me!

As you will see in this Nugget, Cisco proposes a nice Enterprise Design idea. It consists of four major areas – the Campus, the edge, the service provider and the remote module. What is really powerful is the fact that you can then divide these major sections into more detailed and modular sub sections. For example, the campus can be broken down into an access layer module, a distribution layer, and a core layer. Many networks today also feature a data center as part of this major network segment.

The CCDA Nugget:

Quick CCDA Nugget Review:

1. What does MTTR mean in computer networking?

a. Mean Time To Repair
b. Main Terminal To Register
c. Median Time To Respond
d. Modular Test To Record
2. What is not a major advantage to making a network modular?
a. Scalability
b. Resiliency
c. Ease of understanding
d. Cost
e. Ease of troubleshooting
3. What is another reference for a convergence domain?
a. Fault domain
b. Summarization boundary
c. Optimization segment
d. Prototype domain
4. What dynamic routing protocol features modularity in its implementation through the use of areas?
a. RIP
b. EIGRP
c. OSPF
d. RIPv2
5. Which is not a major module of the Cisco Enterprise Network model?
a. Campus
b. Edge
c. Remote
d. Service Provider
e. Data Center
The Latest CCDA from CBT Nuggets