SlideShare a Scribd company logo
1 of 14
EIGRP
Enhanced interior gateway routing protocol
Featuring EIGRP………….
Classless
Cisco proprietary
Autonomous system 1-65536
VLSM
Hybrid
hop count = 255
Support multiple protocols like IP, IPX, Apple
talk, Also IPv6.
EIGRP intro
Eigrp is a class les cisco proprietary protocol. It use concept of Autonomous
system to differentiate each part of the network using a specific number
from 1-655536.
It also support the VLSM technique to save more IP`s for an
internetwork.
It is a hybrid routing protocol due to the features of both
the DISTANCE VECTOR+LINK STATE.
Eigrp is not able to send the link state
update packets like the OSPF but it can send the distance vector update
containing the information about the networks.
But EIGRP have some link state
characteristics like it can synchronize the routing tables between the
neighbors at startup and also use TRIGGER update
EIGRP intro
Maximum hop counts by the EIGRP is 255.
And it can also route multiple protocols like IP,IPX,APPLE TALK
etc.
It has also the Metrix like
Bandwidth
load
Delay
Reliability
MTU.
Also there is no LOOP control method is required for the EIGRP
EIGRP modules..
RTP:- Reliable transport protocol
It is use to create the neighbor ship tables in the
router and Distributing the LSA{( Link state Advertisement) information about
any link to the all connected routers with that interface} .
RTP send a hello packet to
all the neighbors and when the neighbors will reply with acknowledgement
packet then it will create a NEIGHBOUR TABLE.
for the RTP processes the EIGRP use the
Multicast addresses from the D class {224.0.0.9}.
Eigrp maintain the neighbor table of all its
neighbors using the RTP and if there is any router which is not sending any
update about it then RTP use multicast update for that router for 15 times and
if the router will not make any reply then after the 16th update that router is
assumed as unreachable and removed from the neighbourship table
EIGRP DUAL
DUAL:- Diffusing Update Algorithm
it is the Algorithm which enables the
EIGRP to use the DISTANCE VECTOR + LINK STATE methods
simultaneously.
like 1.VLSM
2.Backup route are possible.
3.Send route Queries to the neighbors if the
Destination of the received packet is
unknown.
4.Dynamic route Recovery
EIGRP terms..
Reported distance:-
it is the Distance between the destination network and the next
hop IP address.
Feasible distance :-
It is the total distance between the destination and our router.
Successor:-
It is the Route with least hop count and listed as the primary
route in the routing table
Feasible successor:-
It is the backup route which can be used in case when the
primary route is not available or failed
EIGRP tables
EIGRP use three tables to store the all information's
1. Neighbourship table
2. LSA table
3. Routing table
EIGRP tables
1.Neighborship table:-
used to store the information about the routers with whom
neighbor ship relation is found.
2. LSA/Topology table:-
used to store the information about the every device in
every route in the internetwork by the information received from each
neighbor table.
3. Routing table:-
store the Routes which are currently used to store the
routing decisions.
EIGRP scenario
EIGRP configuration
Router_A(config)#router eigrp 10
Router_A(config_router)# network 10.0.0.4
Router_A(config_router)# network 10.0.1.0
Router_A(config_router)#exit
Router_A#wr
Router_B(config)# router eigrp 10
Router_B(config_router)# network 10.0.0.4
Router_B(config_router)# network 10.0.2.0
Router_B(config_router)# exit
Router_B#wr
EIGRP verification
#Show Ip route
#show ip route eigrp
#show ip eigrp neighbour
#show ip eigrp topology
EIGRP neighbor explanation
#show ip eigrp neighbor
H Add/interface hold uptime SRTT RTO Q Seq
(ms)
0 192.168.10.6 12 0:31:60 26 200 0 7
H= it indicates in which order neighbor is discovered
Hold= how long this route will wait for hello packet to arrive from the specific
neighbor.
Uptime= for how long the neighbor is connected.
SRTT= process of multicasting and unicasting.
RTO= Retransmission time out= maximum time for which EIGRP waits before
retransmitting a packet to neighbor.
Q= it indicates that my massage is In the queue.
Seq= sequence number of the last update from the neighbor
EIGRP end.
EIGRP

More Related Content

What's hot

Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
CAVC
 
Eigrp
EigrpEigrp
Eigrp
firey
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
arpit
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
Kashif Latif
 

What's hot (20)

Rip presentation
Rip presentationRip presentation
Rip presentation
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
Eigrp
EigrpEigrp
Eigrp
 
Rip 1 rip 2
Rip 1 rip 2Rip 1 rip 2
Rip 1 rip 2
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
Layer3protocols
Layer3protocolsLayer3protocols
Layer3protocols
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to hero
 
IS-IS Protocol Introduction
IS-IS Protocol IntroductionIS-IS Protocol Introduction
IS-IS Protocol Introduction
 
Bgp
BgpBgp
Bgp
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information 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)
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
Routing Information Protocol (RIP)
Routing Information Protocol(RIP)Routing Information Protocol(RIP)
Routing Information Protocol (RIP)
 

Viewers also liked

How to configure EIGRP on a Cisco router
How to configure EIGRP on a Cisco routerHow to configure EIGRP on a Cisco router
How to configure EIGRP on a Cisco router
tcpipguru
 

Viewers also liked (8)

Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
 
CCNA CHAPTER 7 BY jetarvind kumar madhukar
CCNA CHAPTER 7 BY jetarvind kumar madhukarCCNA CHAPTER 7 BY jetarvind kumar madhukar
CCNA CHAPTER 7 BY jetarvind kumar madhukar
 
How to configure EIGRP on a Cisco router
How to configure EIGRP on a Cisco routerHow to configure EIGRP on a Cisco router
How to configure EIGRP on a Cisco router
 
eigrp
eigrpeigrp
eigrp
 
RIP - Routing Information Protocol
RIP - Routing Information ProtocolRIP - Routing Information Protocol
RIP - Routing Information Protocol
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 

Similar to Eigrp new

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
Hoàng Hải Nguyễn
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
robertoxe
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Đồng Quốc Vương
 

Similar to Eigrp new (20)

13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
 
EIGRP Protocol.pptx
EIGRP Protocol.pptxEIGRP Protocol.pptx
EIGRP Protocol.pptx
 
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
Building Scalable Cisco Internetworks (Bsci)
Building Scalable Cisco Internetworks (Bsci)Building Scalable Cisco Internetworks (Bsci)
Building Scalable Cisco Internetworks (Bsci)
 
6978106.ppt
6978106.ppt6978106.ppt
6978106.ppt
 
EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS Differences
 
Eigrp
EigrpEigrp
Eigrp
 
EIGRP interview questions and answers part 2
EIGRP interview questions and answers part 2EIGRP interview questions and answers part 2
EIGRP interview questions and answers part 2
 
Eigrp frequently asked questions
Eigrp frequently asked questionsEigrp frequently asked questions
Eigrp frequently asked questions
 
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
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 
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
 
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
 
Dynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And BasicsDynamic Routing All Algorithms, Working And Basics
Dynamic Routing All Algorithms, Working And Basics
 
Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014Ccnav5.org ccna 3-v50_practice_final_exam_2014
Ccnav5.org ccna 3-v50_practice_final_exam_2014
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 

More from CYBERINTELLIGENTS

More from CYBERINTELLIGENTS (20)

Wide area networks
Wide area networksWide area networks
Wide area networks
 
Switching
SwitchingSwitching
Switching
 
Switching
SwitchingSwitching
Switching
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
 
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
 
Routerfundaments gurwinder
Routerfundaments gurwinderRouterfundaments gurwinder
Routerfundaments gurwinder
 
Ospf new
Ospf newOspf new
Ospf new
 
Nat pat
Nat patNat pat
Nat pat
 
Nat config
Nat configNat config
Nat config
 
Ipv6^ new
Ipv6^ newIpv6^ new
Ipv6^ new
 
Ip addressing...
Ip addressing... Ip addressing...
Ip addressing...
 
Ip address
Ip address Ip address
Ip address
 
Igrp
IgrpIgrp
Igrp
 
Frame relay
Frame  relayFrame  relay
Frame relay
 
Day 25 cisco ios router configuration
Day 25 cisco ios router configurationDay 25 cisco ios router configuration
Day 25 cisco ios router configuration
 
Day 22 _ ppp
Day 22  _ ppp Day 22  _ ppp
Day 22 _ ppp
 
Day 20.i pv6 lab
Day 20.i pv6 labDay 20.i pv6 lab
Day 20.i pv6 lab
 
Day 20.3 frame relay
Day 20.3 frame relay Day 20.3 frame relay
Day 20.3 frame relay
 
Day 20.2 frame relay
Day 20.2 frame relay Day 20.2 frame relay
Day 20.2 frame relay
 
Day 20.1 configuringframerelay
Day 20.1 configuringframerelayDay 20.1 configuringframerelay
Day 20.1 configuringframerelay
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 

Eigrp new

  • 1. EIGRP Enhanced interior gateway routing protocol Featuring EIGRP…………. Classless Cisco proprietary Autonomous system 1-65536 VLSM Hybrid hop count = 255 Support multiple protocols like IP, IPX, Apple talk, Also IPv6.
  • 2. EIGRP intro Eigrp is a class les cisco proprietary protocol. It use concept of Autonomous system to differentiate each part of the network using a specific number from 1-655536. It also support the VLSM technique to save more IP`s for an internetwork. It is a hybrid routing protocol due to the features of both the DISTANCE VECTOR+LINK STATE. Eigrp is not able to send the link state update packets like the OSPF but it can send the distance vector update containing the information about the networks. But EIGRP have some link state characteristics like it can synchronize the routing tables between the neighbors at startup and also use TRIGGER update
  • 3. EIGRP intro Maximum hop counts by the EIGRP is 255. And it can also route multiple protocols like IP,IPX,APPLE TALK etc. It has also the Metrix like Bandwidth load Delay Reliability MTU. Also there is no LOOP control method is required for the EIGRP
  • 4. EIGRP modules.. RTP:- Reliable transport protocol It is use to create the neighbor ship tables in the router and Distributing the LSA{( Link state Advertisement) information about any link to the all connected routers with that interface} . RTP send a hello packet to all the neighbors and when the neighbors will reply with acknowledgement packet then it will create a NEIGHBOUR TABLE. for the RTP processes the EIGRP use the Multicast addresses from the D class {224.0.0.9}. Eigrp maintain the neighbor table of all its neighbors using the RTP and if there is any router which is not sending any update about it then RTP use multicast update for that router for 15 times and if the router will not make any reply then after the 16th update that router is assumed as unreachable and removed from the neighbourship table
  • 5. EIGRP DUAL DUAL:- Diffusing Update Algorithm it is the Algorithm which enables the EIGRP to use the DISTANCE VECTOR + LINK STATE methods simultaneously. like 1.VLSM 2.Backup route are possible. 3.Send route Queries to the neighbors if the Destination of the received packet is unknown. 4.Dynamic route Recovery
  • 6. EIGRP terms.. Reported distance:- it is the Distance between the destination network and the next hop IP address. Feasible distance :- It is the total distance between the destination and our router. Successor:- It is the Route with least hop count and listed as the primary route in the routing table Feasible successor:- It is the backup route which can be used in case when the primary route is not available or failed
  • 7. EIGRP tables EIGRP use three tables to store the all information's 1. Neighbourship table 2. LSA table 3. Routing table
  • 8. EIGRP tables 1.Neighborship table:- used to store the information about the routers with whom neighbor ship relation is found. 2. LSA/Topology table:- used to store the information about the every device in every route in the internetwork by the information received from each neighbor table. 3. Routing table:- store the Routes which are currently used to store the routing decisions.
  • 10. EIGRP configuration Router_A(config)#router eigrp 10 Router_A(config_router)# network 10.0.0.4 Router_A(config_router)# network 10.0.1.0 Router_A(config_router)#exit Router_A#wr Router_B(config)# router eigrp 10 Router_B(config_router)# network 10.0.0.4 Router_B(config_router)# network 10.0.2.0 Router_B(config_router)# exit Router_B#wr
  • 11. EIGRP verification #Show Ip route #show ip route eigrp #show ip eigrp neighbour #show ip eigrp topology
  • 12. EIGRP neighbor explanation #show ip eigrp neighbor H Add/interface hold uptime SRTT RTO Q Seq (ms) 0 192.168.10.6 12 0:31:60 26 200 0 7 H= it indicates in which order neighbor is discovered Hold= how long this route will wait for hello packet to arrive from the specific neighbor. Uptime= for how long the neighbor is connected. SRTT= process of multicasting and unicasting. RTO= Retransmission time out= maximum time for which EIGRP waits before retransmitting a packet to neighbor. Q= it indicates that my massage is In the queue. Seq= sequence number of the last update from the neighbor
  • 14. EIGRP