SlideShare a Scribd company logo
EIGRP
(Enhanced Interior Gateway Routing Protocol)
www.netprotocolxpert.in
▪ EIGRP (Enhanced Interior Gateway Routing Protocol) is a hybrid
routing protocol that show both distance vector and link-state
routing protocol properties. EIGRP (Enhanced Interior Gateway
Routing Protocol) was developed by Cisco as a Cisco proprietary
protocol and it is only available on Cisco devices.
▪ EIGRP (Enhanced Interior Gateway Routing Protocol) is a classless
routing protocol. It sends the subnet masks in the update packets.
EIGRP also supports VLSM (Variable Length Subnet Mask), so EIGRP
uses the IP addresses range very efficient.
▪ The most important characteristic of EIGRP is that, it is a fast
converged routing protocol. EIGRP keeps the “Backup Routes”
beside the “Best Route” to a destination. So, during a failure, EIGRP
does not need to calculate a new route. Instead, EIGRP uses the
Backup Route. This provides to EIGRP, Faster Convergence
mechanism.
▪ EIGRP (Enhanced Interior Gateway Routing Protocol) uses a very
complex metric by using bandwidth, delay, load, reliability and MTU
values.This formula is showed below:
▪ As we can see, there are some K values in EGRP metric formula. By
default these values are:
– K1 (Bandwidth) = 1
– K2 (Load) = 0
– K3 (Delay) = 1
– K4(Reliability) = 0
– K5(MTU) = 0
▪ These K values need to be match in both ends to form an EIGRP
Neighbourship. we can change these values but it is not
recommended.
▪ By default Bandwidth and Delay values become important only and
used as a metric ( The other parts will be 0, because of multiplying
with 0). So, we can say that, EIGRP (Enhanced Interior Gateway
Routing Protocol) uses the path with minimum bandwidth and the
total delay to a destination.
▪ Bandwidth = 107/Bandwidth in Kbps
▪ Delay = Delay / 10
▪ The default Formula becomes like below (with default K values ) :
▪ EIGRP (Enhanced Interior Gateway Routing Protocol) works with IPv4, IPv6,
IPX ans AppleTalk Routed Protocols. So with this characteristic, we can say
that EIGRP is a protocol independent routing protocol.
▪ EIGRP uses DUAL (Diffusing Update Algorithm) for routing calculations.
▪ The Administrative Distance for Internal EIGRP is 90, for External EIGRP is
170 and for Summary Advertisement is 5.
▪ EIGRP uses RTP (Reliable Transport Protocol) to control sending and
acknowledging EIGRP messages.
▪ The multicast address used for EIGRP (Enhanced Interior Gateway Routing
Protocol) is 224.0.0.10.The protocol number of EIGRP is 88.
▪ The default Hello Timer is 5 seconds and the Hold-Down Timer is 15
seconds in EIGRP. This is a little more for NBMA (Non Broadcast Multi
Access) networks . For NBMA networks, Hello Timer is 60 seconds
and Hold-Down Timer is 180 seconds. In OSPF the Hello and Dead
intervals must be match to form neighbourship. But in EIGRP Hello
and Hold-Down timers can be different and it is not a necessity for
neighbourship.
▪ In EIGRP, MD5 authentication mechanism is used. EIGRP does not
use simple authentication.
EIGRP Tables
NeighbourTable
All EIGRP Neighbours
TopologyTable
All EIGRP Routes
RoutingTable
Best EIGRP Routes
EIGRP (Enhanced Interior Gateway
Routing Protocol) has three different
tables.
These EIGRP tables are:
• NeighbourTable
•TopologyTable
• RoutingTable
▪ EIGRP Neighbour Table keeps all the router that EIGRP
neighbourship is established with. EIGRP Neighbour Table is
established by Hello messages.
▪ EIGRP (Enhanced Interior Gateway Routing Protocol) has a specific
Neighbour Table for each Layer 3 protocols. For example, if we are
using both IPv4 and IPv6 protocols, we will have two different EIGRP
NeighbourTables.
▪ we can see the EIGRP Neighbour Table with “show ip eigrp
neighbors ” command.
▪ In EIGRP Neighbour Table we can see the ip address of the neighbour,
the port you access to the neighbour, the port’s uptime etc.
▪ We can see an output of “show ip eigrp neighbors ” command is given
below:
▪ Router#show ip eigrp neighbors
▪ IP-EIGRP neighbors for process 100
▪ H Address Interface Hold Uptime SRTT RTO Q Seq
▪ (sec) (ms) Cnt Num
▪ 0 10.0.0.2 Fa4/0 11 00:00:08 40 1000 0 12
▪ 1 20.0.0.2 Fa5/0 10 00:00:08 40 1000 0 11
EIGRP Topology Table keeps all the routes to all the destinations. It keeps all
the Successor and Feasible Successor routes. We can say also, “it keeps the best
routes and the alternatives”.
You can check EIGRP Topology Table with “show ip eigrp topology ” command.
▪ Router#show ip eigrp topology
▪ IP-EIGRPTopologyTable for AS 100/ID(192.168.1.2)
▪ Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
▪ r - Reply status
▪ P 10.0.0.0/24, 1 successors, FD is 28160
▪ via Connected, FastEthernet4/0
▪ P 20.0.0.0/24, 1 successors, FD is 28160
▪ via Connected, FastEthernet5/0
▪ P 30.0.0.0/24, 1 successors, FD is 30720
▪ via 10.0.0.2 (30720/28160), FastEthernet4/0
Cont.…
▪ P 40.0.0.0/8, 1 successors, FD is 30720
▪ via 20.0.0.2 (30720/28160), FastEthernet5/0
▪ P 192.168.1.0/24, 1 successors, FD is 28160
▪ via Connected, FastEthernet0/0
▪ P 192.168.2.0/24, 1 successors, FD is 30720
▪ via 10.0.0.2 (30720/28160), FastEthernet4/0
▪ P 192.168.3.0/24, 1 successors, FD is 30720
▪ via 20.0.0.2 (30720/28160), FastEthernet5/0
▪ P 192.168.4.0/24, 1 successors, FD is 33280
▪ via 10.0.0.2 (33280/30720), FastEthernet4/0
▪ In EIGRP Topology Table, there are some route states. These states
are:
– Active State : The state that router has no route and trying to find
a route. Queries are sent through the all interfaces.
– Passive State : The state that the router has chosen a route.
– SIA (Stuck In Active) : The mode when no reply is get in 3 minutes.
The cause of Stuck In Active can be any high CPU and memory
usage, packet drops, unidirectional links etc.
▪ Routing Table is the table which keeps the Best Routes to any destinations.This Best Routes are
Successors
▪ You can see the RoutingTable with “show ip route eigrp” command.
▪ An example output of “show ip route eigrp” command is given below:
▪ Router#show ip route Eigrp
▪ 30.0.0.0/24 is subnetted, 1 subnets
▪ D 30.0.0.0 [90/30720] via 10.0.0.2, 00:04:28, FastEthernet4/0
▪ D 40.0.0.0/8 [90/30720] via 20.0.0.2, 00:04:28, FastEthernet5/0
▪ D 192.168.2.0/24 [90/30720] via 10.0.0.2, 00:04:28, FastEthernet4/0
▪ D 192.168.3.0/24 [90/30720] via 20.0.0.2, 00:04:28, FastEthernet5/0
▪ D 192.168.4.0/24 [90/33280] via 10.0.0.2, 00:04:28, FastEthernet4/0
▪ These tables are filled with updates. In EIGRP, updates are not
periodic. Whenever a change occurs in the EIGRP network, triggered
updates are sent about that change.
▪ EIGRP (Enhanced Interior Gateway Routing Protocol) is a reliable
protocol. It has window size one. If there is no acknowledgement that
the packet is received, then the next one is not sent. Even if any
packet is not acknowledged this packet is retransmitted at EIGRP.
After 16 unacknowledged retransmission.
Feasible Distance, Advertised Distance, Successor
and Feasible Successor
▪ In EIGRP (Enhanced Interior Gateway Routing Protocol), there are some
new terms that explains different routes to a destination according to
their metrics.These terms are :
• Feasible Distance
• Advertised Distance
• Successor
• Feasible Successor
▪ Let’s check these EIGRP specific terms one by one:
Feasible Distance (FD) :The cost of the route to the next hop, plus, next
hop to the destination.
Advertised Distance (AD) :The cost of the route from the next hop to the
destination.
▪ Think about the basic topology above. From Router A and Router B
to the destination router, let’s check the Feasible Distance and
Advertised Distance values.
▪ As we can see above, Router A has 5 metric to its next hop Router B.
And from the Router B to the destination, the cost is 5+5 = 10. So, for
Router A, Advertised Distance is 10 (5+5) and Feasible Distance is 15
(5+10).
▪ This logic is same for Router B. Let’s think that our starting point is
Router B. At this time, Router B has 5 metric to its neighbour Router
C. And from its neighbour Router C to Destination, the cost is 5. So,
for Router B, the Advertised Distance is 5 and Feasible Distance is 5+5
= 10.
▪ Now, let’s check the other two important terms, successor and feasible
successor.
– Successor :The Best Route to any destination.The route that has the
best Feasible Distance.
Feasible Successor :The Second Best Routes to any destination.
▪ we have three ways from Router A to the destination router. These three
ways are written differently in different tables of EIGRP.
▪ In the Neighbour Table of Router A, all the neighbours connected to Router
A exist. As you can see three of them is in the NeighbourTable.
▪ After route calculations, the topology table is build and Feasible Distances
and Advertised Distances are determined. According to these values, The
Best Route to the destination, Successor, is selected. And the second best
route is also selected as Feasible Successor. These two routes are in
TopologyTable of Router A.
▪ Lastly, in the Routing table, the Successor exists. the Best Route to the
destination. In other words, the lowest metric. If Successor goes down,
then Feasible Successor become active in Routing Table. This backup best
route provides fast convergence characteristic to EIGRP.
EIGRP Packet Types
▪
EIGRP (Enhanced Interior Gateway Routing Protocol) uses EIGRP
messages to establish and maintain the EIGRP neighbourship. EIGRP
uses five packet types for this messages.These packet types are :
– Hello,
– Query,
– Reply,
– Update,
– ACK.
▪ Let’s check these EIGRP packet’s role in EIGRP Operation.
▪ • Hello Packet : Used to establish and maintain the neighbourship. It is a
keepalive also.
• Update Packet : Used to send routing updates.
• Query Packet : Used to ask for any routing update, requests an update.
• Reply Packet: Used as a response to the Queries.
• ACK Packet : Used as a feedback to the Update, Query or Reply packets as a
feedback mechanism. It is not used for Hello Packets and Ack Packets.
EIGRP Neighbourship Establishment
▪ EIGRP routers establish neighborship between the EIGRP neighbors
and the full EIGRP network is build firstly with this establishments. To
establish the EIGRP Neighbourship, Hello Packets are sent between
neighbor EIGRP routers periodically. Let’s check an adjacency states
step by step.
▪ As we can see above, for a neigbourship firstly Router A sends a Hello
to the EIGRP Multicast address (224.0.0.10). When Router B receives
this Hello, Router B sends its full routing table to the Router A. Beside
this, Router B also sends Hello packet to the EIGRP multicast
address(224.0.0.10). After receiving Full Routing Table of Router B,
Router A send an ACK packet. Router A also send its own Full Routing
Table to the Router B. When Router B receives this, it also send ACK
packet.
▪ To establish the EIGRP Neighborship, EIGRP neighbors must have
the same K values. But unlike OSPF, the Hello and Hold Down times
can be different in both end (Remember! In OSPF they must match
for neighbpurship establishment).
Follow us
@
https://www.facebook.com/Ne
tProtocolXpert/
https://www.linkedin.com/com
pany/netprotocol-xpert
https://plus.google.com/u/0/+
NetProtocolXpert_NPX/posts
https://www.instagram.com/
netprotocol_xpert/
https://twitter.com/NPX_ci
sco
https://branded.me/netp
rotocolxpert

More Related Content

What's hot

EIGRP Routing Protocols
EIGRP Routing ProtocolsEIGRP Routing Protocols
EIGRP Routing Protocols
sul6an14
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
Visalini Kumaraswamy
 
EIGRP Overview
EIGRP OverviewEIGRP Overview
EIGRP Overview
NetProtocol Xpert
 
Eigrp new
Eigrp newEigrp new
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
AIRTEL
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
sarasanandam
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
CCNA CDP LLDP NTP
CCNA CDP LLDP NTP CCNA CDP LLDP NTP
CCNA CDP LLDP NTP
Networkel
 
bgp protocol
 bgp protocol bgp protocol
bgp protocol
Sukanya Sanyal
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
RaghulR21
 
Rip presentation
Rip presentationRip presentation
Rip presentation
Ebrahim AlRahawe
 
Bgp
BgpBgp
Routing protocols
Routing protocolsRouting protocols
Routing protocols
rajshreemuthiah
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label Switching
Peter R. Egli
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
waqasahmad1995
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
Gorantla Mohanavamsi
 
Network address translation
Network address translationNetwork address translation
Network address translation
Varsha Honde
 

What's hot (20)

EIGRP Routing Protocols
EIGRP Routing ProtocolsEIGRP Routing Protocols
EIGRP Routing Protocols
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
EIGRP Overview
EIGRP OverviewEIGRP Overview
EIGRP Overview
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
BGP
BGPBGP
BGP
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
CCNA CDP LLDP NTP
CCNA CDP LLDP NTP CCNA CDP LLDP NTP
CCNA CDP LLDP NTP
 
bgp protocol
 bgp protocol bgp protocol
bgp protocol
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
Rip presentation
Rip presentationRip presentation
Rip presentation
 
Bgp
BgpBgp
Bgp
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label Switching
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Ipv6
Ipv6Ipv6
Ipv6
 
Network address translation
Network address translationNetwork address translation
Network address translation
 

Viewers also liked

OSPF Authentication
OSPF Authentication OSPF Authentication
OSPF Authentication
NetProtocol Xpert
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 
IS-IS vs OSPF
IS-IS vs OSPFIS-IS vs OSPF
IS-IS vs OSPF
NetProtocol Xpert
 
Eigrp
EigrpEigrp
Eigrpfirey
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
Vuz Dở Hơi
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
ShortestPathFirst
 
What is EGRP
What is EGRPWhat is EGRP
Enhanced interior gateway routing protocol гэж юу вэ
Enhanced interior gateway routing protocol гэж юу вэEnhanced interior gateway routing protocol гэж юу вэ
Enhanced interior gateway routing protocol гэж юу вэ
Ochiroo Dorj
 
IS-IS Packet Types
IS-IS Packet TypesIS-IS Packet Types
IS-IS Packet Types
NetProtocol Xpert
 
EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
NetProtocol Xpert
 
IS-IS - Integrated IS-IS v1.0
IS-IS - Integrated IS-IS v1.0IS-IS - Integrated IS-IS v1.0
IS-IS - Integrated IS-IS v1.0
Gianpietro Lavado
 
Isis
IsisIsis
IGRP and EIGRP
IGRP and EIGRPIGRP and EIGRP
IGRP and EIGRP
IT Tech
 
Igrp
IgrpIgrp
EIGRP Jayanta
EIGRP Jayanta EIGRP Jayanta
EIGRP Jayanta Jayanta94
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
Kishore Kumar
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
anilinvns
 

Viewers also liked (20)

OSPF Authentication
OSPF Authentication OSPF Authentication
OSPF Authentication
 
Eigrp
EigrpEigrp
Eigrp
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
IS-IS vs OSPF
IS-IS vs OSPFIS-IS vs OSPF
IS-IS vs OSPF
 
Eigrp
EigrpEigrp
Eigrp
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 
What is EGRP
What is EGRPWhat is EGRP
What is EGRP
 
Is is
Is isIs is
Is is
 
Enhanced interior gateway routing protocol гэж юу вэ
Enhanced interior gateway routing protocol гэж юу вэEnhanced interior gateway routing protocol гэж юу вэ
Enhanced interior gateway routing protocol гэж юу вэ
 
IS-IS Packet Types
IS-IS Packet TypesIS-IS Packet Types
IS-IS Packet Types
 
EtherChannel Configuration
EtherChannel ConfigurationEtherChannel Configuration
EtherChannel Configuration
 
IS-IS - Integrated IS-IS v1.0
IS-IS - Integrated IS-IS v1.0IS-IS - Integrated IS-IS v1.0
IS-IS - Integrated IS-IS v1.0
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancy
 
Isis
IsisIsis
Isis
 
IGRP and EIGRP
IGRP and EIGRPIGRP and EIGRP
IGRP and EIGRP
 
Igrp
IgrpIgrp
Igrp
 
EIGRP Jayanta
EIGRP Jayanta EIGRP Jayanta
EIGRP Jayanta
 
Dynamic routing EIGRP
Dynamic routing EIGRPDynamic routing EIGRP
Dynamic routing EIGRP
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 

Similar to EIGRP (Enhanced Interior Gateway Routing Protocol)

EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
Netwax Lab
 
EIGRP Protocol.pptx
EIGRP Protocol.pptxEIGRP Protocol.pptx
EIGRP Protocol.pptx
AhmedEssam352399
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
Dil_E_Dastan
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
Dmitry Figol
 
EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1
NetworKingStudy
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopediaEnhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopediaHoàng Hải Nguyễn
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
CCNAResources
 
Eigrp
EigrpEigrp
EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS Differences
John Berry
 
Performance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNETPerformance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNET
Muzahidul Islam
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Nutan Singh
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
Zee Haak
 
Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questions
IT Tech
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
Sourabh Badve
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
Waqas Ahmed Nawaz
 

Similar to EIGRP (Enhanced Interior Gateway Routing Protocol) (20)

EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
EIGRP Protocol.pptx
EIGRP Protocol.pptxEIGRP Protocol.pptx
EIGRP Protocol.pptx
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 
6978106.ppt
6978106.ppt6978106.ppt
6978106.ppt
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
 
EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1EIGRP interview questions and answers part 1
EIGRP interview questions and answers part 1
 
Eigrp
EigrpEigrp
Eigrp
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopediaEnhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
Enhanced Interior Gateway Routing Protocol - Wikipedia, the free encyclopedia
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
 
Eigrp
EigrpEigrp
Eigrp
 
EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS Differences
 
Performance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNETPerformance Analysis of Dynamic Routing Protocols using OPNET
Performance Analysis of Dynamic Routing Protocols using OPNET
 
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOLEnhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
Enhanced Interior Gateway Routing Protocol (EIGRP) || NETWORK PROTOCOL
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 
Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questions
 
Basic router configuration
Basic router configurationBasic router configuration
Basic router configuration
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
 

More from NetProtocol Xpert

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
NetProtocol Xpert
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
NetProtocol Xpert
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
NetProtocol Xpert
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
NetProtocol Xpert
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
NetProtocol Xpert
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
NetProtocol Xpert
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
NetProtocol Xpert
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
NetProtocol Xpert
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
NetProtocol Xpert
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
NetProtocol Xpert
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
NetProtocol Xpert
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
NetProtocol Xpert
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
NetProtocol Xpert
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
NetProtocol Xpert
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
NetProtocol Xpert
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
NetProtocol Xpert
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
NetProtocol Xpert
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
NetProtocol Xpert
 
Cisco OTV 
Cisco OTV Cisco OTV 
Cisco OTV 
NetProtocol Xpert
 
OTV(Overlay Transport Virtualization)
OTV(Overlay  Transport  Virtualization)OTV(Overlay  Transport  Virtualization)
OTV(Overlay Transport Virtualization)
NetProtocol Xpert
 

More from NetProtocol Xpert (20)

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
Cisco OTV 
Cisco OTV Cisco OTV 
Cisco OTV 
 
OTV(Overlay Transport Virtualization)
OTV(Overlay  Transport  Virtualization)OTV(Overlay  Transport  Virtualization)
OTV(Overlay Transport Virtualization)
 

Recently uploaded

DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 

Recently uploaded (20)

DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 

EIGRP (Enhanced Interior Gateway Routing Protocol)

  • 1. EIGRP (Enhanced Interior Gateway Routing Protocol) www.netprotocolxpert.in
  • 2. ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) is a hybrid routing protocol that show both distance vector and link-state routing protocol properties. EIGRP (Enhanced Interior Gateway Routing Protocol) was developed by Cisco as a Cisco proprietary protocol and it is only available on Cisco devices. ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) is a classless routing protocol. It sends the subnet masks in the update packets. EIGRP also supports VLSM (Variable Length Subnet Mask), so EIGRP uses the IP addresses range very efficient.
  • 3. ▪ The most important characteristic of EIGRP is that, it is a fast converged routing protocol. EIGRP keeps the “Backup Routes” beside the “Best Route” to a destination. So, during a failure, EIGRP does not need to calculate a new route. Instead, EIGRP uses the Backup Route. This provides to EIGRP, Faster Convergence mechanism. ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) uses a very complex metric by using bandwidth, delay, load, reliability and MTU values.This formula is showed below:
  • 4. ▪ As we can see, there are some K values in EGRP metric formula. By default these values are: – K1 (Bandwidth) = 1 – K2 (Load) = 0 – K3 (Delay) = 1 – K4(Reliability) = 0 – K5(MTU) = 0 ▪ These K values need to be match in both ends to form an EIGRP Neighbourship. we can change these values but it is not recommended.
  • 5. ▪ By default Bandwidth and Delay values become important only and used as a metric ( The other parts will be 0, because of multiplying with 0). So, we can say that, EIGRP (Enhanced Interior Gateway Routing Protocol) uses the path with minimum bandwidth and the total delay to a destination. ▪ Bandwidth = 107/Bandwidth in Kbps ▪ Delay = Delay / 10 ▪ The default Formula becomes like below (with default K values ) :
  • 6. ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) works with IPv4, IPv6, IPX ans AppleTalk Routed Protocols. So with this characteristic, we can say that EIGRP is a protocol independent routing protocol. ▪ EIGRP uses DUAL (Diffusing Update Algorithm) for routing calculations. ▪ The Administrative Distance for Internal EIGRP is 90, for External EIGRP is 170 and for Summary Advertisement is 5. ▪ EIGRP uses RTP (Reliable Transport Protocol) to control sending and acknowledging EIGRP messages. ▪ The multicast address used for EIGRP (Enhanced Interior Gateway Routing Protocol) is 224.0.0.10.The protocol number of EIGRP is 88.
  • 7. ▪ The default Hello Timer is 5 seconds and the Hold-Down Timer is 15 seconds in EIGRP. This is a little more for NBMA (Non Broadcast Multi Access) networks . For NBMA networks, Hello Timer is 60 seconds and Hold-Down Timer is 180 seconds. In OSPF the Hello and Dead intervals must be match to form neighbourship. But in EIGRP Hello and Hold-Down timers can be different and it is not a necessity for neighbourship. ▪ In EIGRP, MD5 authentication mechanism is used. EIGRP does not use simple authentication.
  • 8. EIGRP Tables NeighbourTable All EIGRP Neighbours TopologyTable All EIGRP Routes RoutingTable Best EIGRP Routes EIGRP (Enhanced Interior Gateway Routing Protocol) has three different tables. These EIGRP tables are: • NeighbourTable •TopologyTable • RoutingTable
  • 9. ▪ EIGRP Neighbour Table keeps all the router that EIGRP neighbourship is established with. EIGRP Neighbour Table is established by Hello messages. ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) has a specific Neighbour Table for each Layer 3 protocols. For example, if we are using both IPv4 and IPv6 protocols, we will have two different EIGRP NeighbourTables. ▪ we can see the EIGRP Neighbour Table with “show ip eigrp neighbors ” command. ▪ In EIGRP Neighbour Table we can see the ip address of the neighbour, the port you access to the neighbour, the port’s uptime etc.
  • 10. ▪ We can see an output of “show ip eigrp neighbors ” command is given below: ▪ Router#show ip eigrp neighbors ▪ IP-EIGRP neighbors for process 100 ▪ H Address Interface Hold Uptime SRTT RTO Q Seq ▪ (sec) (ms) Cnt Num ▪ 0 10.0.0.2 Fa4/0 11 00:00:08 40 1000 0 12 ▪ 1 20.0.0.2 Fa5/0 10 00:00:08 40 1000 0 11
  • 11. EIGRP Topology Table keeps all the routes to all the destinations. It keeps all the Successor and Feasible Successor routes. We can say also, “it keeps the best routes and the alternatives”. You can check EIGRP Topology Table with “show ip eigrp topology ” command. ▪ Router#show ip eigrp topology ▪ IP-EIGRPTopologyTable for AS 100/ID(192.168.1.2) ▪ Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, ▪ r - Reply status ▪ P 10.0.0.0/24, 1 successors, FD is 28160 ▪ via Connected, FastEthernet4/0 ▪ P 20.0.0.0/24, 1 successors, FD is 28160 ▪ via Connected, FastEthernet5/0 ▪ P 30.0.0.0/24, 1 successors, FD is 30720 ▪ via 10.0.0.2 (30720/28160), FastEthernet4/0 Cont.…
  • 12. ▪ P 40.0.0.0/8, 1 successors, FD is 30720 ▪ via 20.0.0.2 (30720/28160), FastEthernet5/0 ▪ P 192.168.1.0/24, 1 successors, FD is 28160 ▪ via Connected, FastEthernet0/0 ▪ P 192.168.2.0/24, 1 successors, FD is 30720 ▪ via 10.0.0.2 (30720/28160), FastEthernet4/0 ▪ P 192.168.3.0/24, 1 successors, FD is 30720 ▪ via 20.0.0.2 (30720/28160), FastEthernet5/0 ▪ P 192.168.4.0/24, 1 successors, FD is 33280 ▪ via 10.0.0.2 (33280/30720), FastEthernet4/0
  • 13. ▪ In EIGRP Topology Table, there are some route states. These states are: – Active State : The state that router has no route and trying to find a route. Queries are sent through the all interfaces. – Passive State : The state that the router has chosen a route. – SIA (Stuck In Active) : The mode when no reply is get in 3 minutes. The cause of Stuck In Active can be any high CPU and memory usage, packet drops, unidirectional links etc.
  • 14. ▪ Routing Table is the table which keeps the Best Routes to any destinations.This Best Routes are Successors ▪ You can see the RoutingTable with “show ip route eigrp” command. ▪ An example output of “show ip route eigrp” command is given below: ▪ Router#show ip route Eigrp ▪ 30.0.0.0/24 is subnetted, 1 subnets ▪ D 30.0.0.0 [90/30720] via 10.0.0.2, 00:04:28, FastEthernet4/0 ▪ D 40.0.0.0/8 [90/30720] via 20.0.0.2, 00:04:28, FastEthernet5/0 ▪ D 192.168.2.0/24 [90/30720] via 10.0.0.2, 00:04:28, FastEthernet4/0 ▪ D 192.168.3.0/24 [90/30720] via 20.0.0.2, 00:04:28, FastEthernet5/0 ▪ D 192.168.4.0/24 [90/33280] via 10.0.0.2, 00:04:28, FastEthernet4/0
  • 15. ▪ These tables are filled with updates. In EIGRP, updates are not periodic. Whenever a change occurs in the EIGRP network, triggered updates are sent about that change. ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) is a reliable protocol. It has window size one. If there is no acknowledgement that the packet is received, then the next one is not sent. Even if any packet is not acknowledged this packet is retransmitted at EIGRP. After 16 unacknowledged retransmission.
  • 16. Feasible Distance, Advertised Distance, Successor and Feasible Successor ▪ In EIGRP (Enhanced Interior Gateway Routing Protocol), there are some new terms that explains different routes to a destination according to their metrics.These terms are : • Feasible Distance • Advertised Distance • Successor • Feasible Successor ▪ Let’s check these EIGRP specific terms one by one: Feasible Distance (FD) :The cost of the route to the next hop, plus, next hop to the destination. Advertised Distance (AD) :The cost of the route from the next hop to the destination.
  • 17.
  • 18. ▪ Think about the basic topology above. From Router A and Router B to the destination router, let’s check the Feasible Distance and Advertised Distance values. ▪ As we can see above, Router A has 5 metric to its next hop Router B. And from the Router B to the destination, the cost is 5+5 = 10. So, for Router A, Advertised Distance is 10 (5+5) and Feasible Distance is 15 (5+10). ▪ This logic is same for Router B. Let’s think that our starting point is Router B. At this time, Router B has 5 metric to its neighbour Router C. And from its neighbour Router C to Destination, the cost is 5. So, for Router B, the Advertised Distance is 5 and Feasible Distance is 5+5 = 10.
  • 19. ▪ Now, let’s check the other two important terms, successor and feasible successor. – Successor :The Best Route to any destination.The route that has the best Feasible Distance. Feasible Successor :The Second Best Routes to any destination.
  • 20.
  • 21. ▪ we have three ways from Router A to the destination router. These three ways are written differently in different tables of EIGRP. ▪ In the Neighbour Table of Router A, all the neighbours connected to Router A exist. As you can see three of them is in the NeighbourTable. ▪ After route calculations, the topology table is build and Feasible Distances and Advertised Distances are determined. According to these values, The Best Route to the destination, Successor, is selected. And the second best route is also selected as Feasible Successor. These two routes are in TopologyTable of Router A. ▪ Lastly, in the Routing table, the Successor exists. the Best Route to the destination. In other words, the lowest metric. If Successor goes down, then Feasible Successor become active in Routing Table. This backup best route provides fast convergence characteristic to EIGRP.
  • 22. EIGRP Packet Types ▪ EIGRP (Enhanced Interior Gateway Routing Protocol) uses EIGRP messages to establish and maintain the EIGRP neighbourship. EIGRP uses five packet types for this messages.These packet types are : – Hello, – Query, – Reply, – Update, – ACK.
  • 23.
  • 24. ▪ Let’s check these EIGRP packet’s role in EIGRP Operation. ▪ • Hello Packet : Used to establish and maintain the neighbourship. It is a keepalive also. • Update Packet : Used to send routing updates. • Query Packet : Used to ask for any routing update, requests an update. • Reply Packet: Used as a response to the Queries. • ACK Packet : Used as a feedback to the Update, Query or Reply packets as a feedback mechanism. It is not used for Hello Packets and Ack Packets.
  • 25. EIGRP Neighbourship Establishment ▪ EIGRP routers establish neighborship between the EIGRP neighbors and the full EIGRP network is build firstly with this establishments. To establish the EIGRP Neighbourship, Hello Packets are sent between neighbor EIGRP routers periodically. Let’s check an adjacency states step by step.
  • 26.
  • 27. ▪ As we can see above, for a neigbourship firstly Router A sends a Hello to the EIGRP Multicast address (224.0.0.10). When Router B receives this Hello, Router B sends its full routing table to the Router A. Beside this, Router B also sends Hello packet to the EIGRP multicast address(224.0.0.10). After receiving Full Routing Table of Router B, Router A send an ACK packet. Router A also send its own Full Routing Table to the Router B. When Router B receives this, it also send ACK packet. ▪ To establish the EIGRP Neighborship, EIGRP neighbors must have the same K values. But unlike OSPF, the Hello and Hold Down times can be different in both end (Remember! In OSPF they must match for neighbpurship establishment).