Technology

In my previous blog, we learned about the BGP neighbourship states and attributes and in this blog, we will learn about EIGRP. EIGRP stands for Enhanced interior gateway routing protocol also known as open standard protocol. It is an IGP protocol and advanced distance routing protocol. Its hello time is 5 sec, hold time is 15 sec and its hop count is by default 100-255(maximum). There are three ad values in EIGRP 90/170/5. It is a classless routing protocol that supports VLSM. Its protocol number is 88 and uses multicast address 224.0.0.10. It supports equal load balancing and uses a dual algorithm for best path selection. It will create neighbors using a primary address as EIGRP is an open standard protocol.

DUAL (diffusing update algorithm)

 The dual algorithm is used by EIGRP for selecting the lowest cost loop-free path for each possible destination. The dual algorithm provides fast convergence. If in the topology table multiple paths are available, then it will run a dual algorithm and it will select the best route and put it in the routing table. Four terms of dual: FD, RD, Successor,

 feasible successor. Total metric from source to destination / a calculated metric of successor is called FD.

RD: Reported Distance

A router’s FD will be called RD to its neighbor

Successor:

  This is the best route to reach the destination network. The route of successor is the lowest cost to reach destination and successor route is stored in topology table as in routing table.

Feasible Successor

It is stored in the topology table and it’s a backup path of a successor.IGRP will keep up to 32 feasible successors in the topology table in iOS version 15.0.

Feasibility condition

AD<RD of current successor

Types of EIGRP packets
  • Hello
    • Update-RTP
    • Query-RTP
    • Reply-RTP
    • ACK
RTP: Reliable Transport Protocol

         it is mainly used for detecting packet loss and to ensure ordered delivery of the packets

EIGRP messages

Hello

Hello packet is used for neighbor discovery and for keepalive.

Contents of hello
  • version
    • opcode 5
    • checksum
    • autonomous system number
    • EIGRP parameters: k values, hold time
    • sequence and acknowledge used for acknowledged packet only (update, query, reply)
    • software version: information about the iOS version
Requirement for neighborship
  • A.S. must match.
    • K values must match.
    • Authentication must match.
    • Network id must match.
Update:

Update msg can be unicast or multicast. It uses the RTP protocol. Updated packets are sent between neighbors, and it is used to build the topology table and routing table.  Update messages will be unicast if static neighborship between routers is formed.

Ack:

It is always unicast. Ack is not used in the case of hello. It is used for RTP packets.

Query:

Query packets are sent by a router when the successor route fails and there are no feasible successors left in the topology table. The routers placed the route inactive state and sent a query to its neighbors for an alternative route. Query messages are sent as a multicast 224.0.0.10.

Reply:

It is used to send in response to query packets, the responding router has an alternative route. It is sent as a unicast to the querying router.

For more information about EIGRP use, this link Cisco Opens Up EIGRP – Cisco Blogs. Zindagi technology is a lead IT consulting company. We have successfully completed lots of IT projects. We provide IT solutions like cyber security, IT security, planning, designing, and implementation of data centers, cloud-based services, application development, etc. c. we can guide you in your network programs. You can ping us at 9773973971 and you can also email us and let’s get in touch.

Author
Lokesh Kumar
Associate Consultant

Comments (2)

  1. EIGRP TYPES & TABLES WITH CONFIGURATIONS | Zindagi Tech
    August 10, 2022

    […] the previous blog, I have discussed complete insights to EIGRP and its messages and you can read the blog on our […]

  2. Policy Based Routing work with IP SLA | Zindagi Technologies
    April 24, 2023

    […] see that R1 receives the prefix 40.0.0.0/24 via R2 & R3. Let’s suppose, we are using the EIGRP routing protocol. Hence, R1 will update the prefix 40.0.0.0/24 into its routing table via R2 as the cost link […]

Leave a comment