M INSIGHTHORIZON NEWS
// business trends

What is the metric for Eigrp

By Isabella Harris

EIGRP determines the value of the path using five metrics: bandwidth, load, delay, reliability and MTU. EIGRP uses Five different messages to communicate with its neighbor routers. EIGRP messages are Hello, Update, Query, Reply, and Acknowledgement.

What metrics does EIGRP use by default?

Metric calculation is a critical component for any routing protocol. EIGRP uses multiple factors to calculate the metric for a path. Metric calculation uses bandwidth and delay by default but can include interface load and reliability, too.

How do you calculate EIGRP metric and K values?

  1. Metric = [K1*bandwidth + ((K2*bandwidth)/(256-load))+K3*delay]
  2. Metric = Metric*[K5/(reliability+K4)]
  3. Metric = bandwidth (slowest link) + delay (sum of delays)
  4. Metric = (107 / minimum bandwidth) * 256 + (sum of delays) * 256.

How is EIGRP wide metric calculated?

  1. Scaled bandwidth: 10000000 / 1000000 = 10.
  2. Scaled delay: 10 / 10 = 1.
  3. Composite metric: 10 + 1 * 256 = 2816.

What is the metric of BGP?

The BGP MED attribute, commonly referred to as the BGP metric, provides a means to convey to a neighboring Autonomous System (AS) a preferred entry point into the local AS. BGP MED is a non-transitive optional attribute and thus the receiving AS cannot propagate it across its AS borders.

What is the metric used by OSPF?

The OSPF metric for a route is the sum of the interface costs for all outgoing interfaces in the route. By default, a router’s OSPF interface cost is actually derived from the interface bandwidth: The faster the bandwidth, the lower the cost.

What is K6 in EIGRP?

K6 has been introduced with Wide Metric support and is used to allow for Extended Attributes, which can be used to reflect in a higher aggregate metric than those having lower energy usage. Currently there are two Extended Attributes, jitter and energy, defined in the scope of this document.”

What is named EIGRP?

The named mode is the new way of configuring EIGRP; this mode allows EIGRP configurations to be entered in a hierarchical manner under the router mode. Each named mode configuration can have multiple address families and autonomous system number combinations.

What is the purpose of EIGRP wide metrics?

The EIGRP Wide Metrics feature supports 64-bit metric calculations and Routing Information Base (RIB) scaling in Enhanced Interior Gateway Routing Protocol (EIGRP) topologies. The 64-bit calculations work only in EIGRP named mode configurations. EIGRP classic mode configurations use 32-bit calculations.

What is K value EIGRP?

EIGRP is able to use the bandwidth, delay, load, reliability and MTU as input for its metric calculation. The metric is calculated using some weighting constants called the K values. By default only bandwidth and delay are used for the metric calculation and Cisco recommends not to use load and reliability.

Article first time published on

How does EIGRP calculate k value?

It’s important to understand where to find the EIGRP k values in the Cisco network devices. The command “show interfaces (interface name)” will provide the detail of all the K-values i.e. Bandwidth, Load, delay, Reliability and MTU.

Which is preferred Ibgp or Ebgp?

Prefer strictly external BGP (EBGP) paths over external paths learned through internal BGP (IBGP) sessions. Prefer the path whose next hop is resolved through the IGP route with the lowest metric.

What is origin code in BGP?

Origin. The origin attribute indicates the origin of a prefix and can take three values: the prefix originates from an interior routing protocol (IGP), it originates from EGP, the predecessor to BGP, or the origin is “incomplete”, if the prefix is learned through “other means”.

Why BGP is preferred over OSPF?

BGP is considered to be more flexible as well as scalable than OSPF and it would be also used on a larger network. OSPF would be used to determine the fastest route whereas the BGP would be putting emphasis on determining the best path. Well, Because OSPF stub areas which would be a total mess to configure.

What is a metric value?

A metric is a value that’s assigned to an IP route for a particular network interface. It identifies the cost that’s associated with using that route. For example, the metric can be valued in terms of link speed, hop count, or time delay.

Which is better Eigrp or OSPF?

Both of them could be widely deployed in Internet Protocol (IP) networks for data communication. EIGRP is a popular choice for routing within small and big campus networks. While OSPF is the best choice when your network hardware devices come from various vendors.

IS IS routing protocol metric?

The Routing Information Protocol (RIP) always uses hop count as the metric. A hop means going through another router. Hop count is the number of routers the router has to go through to get to the destination network.

What is EIGRP address-family?

The address-family is the “protocol” that the routing protocol supports. In this example, EIGRP supports IPv4 and IPv6. Another example is MP-BGP (Multi Protocol BGP). It supports multiple protocols: – IPv4 unicast.

How do I set EIGRP named mode?

Within EIGRP named mode (i.e the virtual instance) there are address-families configuration modes. Such as : address-family configuration mode – Either IPv4 or IPv6. Used to configure the router-id or set the router as a stub router.

What is feasible distance in EIGRP?

Feasible distance (FD) – the metric of the best route to reach a network. That route will be listed in the routing table. Reported distance (RD) – the metric advertised by a neighboring router for a specific route. It other words, it is the metric of the route used by the neighboring router to reach the network.

What is the main difference between OSPF and EIGRP?

The main difference between these protocols is that EIGRP exchanges the complete routing information just one time when the neighbouring routes are established after that it only tracks the changes. On the contrary, OSPF keeps track of the whole topology database of all the connection in the database consistently.

How does EIGRP calculate delay?

The delay value used in the EIGRP metric calculation is the delay in 10’s of microseconds. So to calculate the Delay value, simply divide the DLY in the show interface command by 10. The Delay Value of 10 will be plugged into our simplified EIGRP Metric formula we derived earlier.

What is the multicast address of EIGRP?

The EIGRP multicast address is 224.0. 0.10. An EIGRP router only establishes neighbor relationships (adjacencies) with other routers within the same autonomous system.

What are the two categories of IGPs?

  • Distance-Vector Routing Protocol (DVRP): Uses the Bellman-Ford algorithm. Three core examples are RIP, Interior Gateway Routing Protocol and Enhanced Interior Gateway Routing Protocol.
  • Link State Routing Protocol (LSRP): Each router has access to all network topology data via the routing table.

What is the default weight in BGP?

The weight attribute is a Cisco proprietary technology and considered as first attribute in BGP. The default value of weight is 0 and the range is from 0 to 65535.

Is local preference transitive?

Local Preference is transitive. It is a Well Known attribute meaning it can be supported by all BGP implementations and all well-known attributes are transitive. Local Preference is not attached to eBGP updates and it only stays within the AS (iBGP).

What is incomplete in BGP?

Incomplete means that BGP is unsure of exactly how the prefix was injected into the topology. The most common scenario here is that the prefix was redistributed into Border Gateway Protocol from some other protocol, typically an IGP. It is a fair question to ask why the origin code is of such importance.

What is OSPF in networking?

The OSPF (Open Shortest Path First) protocol is one of a family of IP Routing protocols, and is an Interior Gateway Protocol (IGP) for the Internet, used to distribute IP routing information throughout a single Autonomous System (AS) in an IP network.

What are LSA types?

  • Type1 is a Router LSA. All OSPF speaker types generate LSAs of this type. …
  • Type2 is a Network LSA. …
  • Type3 is a Network summary LSA. …
  • Type4 is the ASBR summary. …
  • Type5 is an external summary. …
  • Type7 is therefore written to the OSPF standard. …
  • Learn More: