SlideShare a Scribd company logo
© 2006 Cisco Systems, Inc. All rights reserved.
Determining IP Routes
Enabling EIGRP
© 2006 Cisco Systems, Inc. All rights reserved.
Outline
• Overview
• EIGRP Features
• EIGRP and IGRP Comparison
• EIGRP Configuration
• EIGRP Configuration Verification
• EIGRP Configuration Troubleshooting
• Summary
© 2006 Cisco Systems, Inc. All rights reserved.
Introducing EIGRP
EIGRP supports:
• Rapid convergence
• Reduced bandwidth usage
• Multiple network-layer protocols
© 2006 Cisco Systems, Inc. All rights reserved.
EIGRP Terminology
© 2006 Cisco Systems, Inc. All rights reserved.
Comparing EIGRP and IGRP
• Same metric
• Same load balancing
• Improved convergence time (EIGRP)
• Reduced network overhead (EIGRP)
© 2006 Cisco Systems, Inc. All rights reserved.
Configuring EIGRP
outer(config-router)# network network-number
• Selects participating attached networks
Router(config)# router eigrp autonomous-system
• Defines EIGRP as the IP routing protocol
© 2006 Cisco Systems, Inc. All rights reserved.
EIGRP Configuration Example
© 2006 Cisco Systems, Inc. All rights reserved.
Verifying the EIGRP Configuration
Router# show ip eigrp interfaces
• Displays information about interfaces configured for EIGRP
Router# show ip eigrp interfaces
IP EIGRP interfaces for process 109
Xmit Queue Mean Pacing Time Multicast Pending
Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes
Di0 0 0/0 0 11/434 0 0
Et0 1 0/0 337 0/10 0 0
SE0:1.16 1 0/0 10 1/63 103 0
Tu0 1 0/0 330 0/16 0 0
Router# show ip protocols
Router# show ip route eigrp
• Displays current EIGRP entries in the routing table
• Displays the parameters and current state of the active process
© 2006 Cisco Systems, Inc. All rights reserved.
Verifying the EIGRP Configuration (Cont.)
Router# show ip eigrp neighbors
• Displays the neighbors discovered by IP EIGRP
Router# show ip eigrp neighbors
IP-EIGRP Neighbors for process 77
Address Interface Holdtime Uptime Q Seq SRTT RTO
(secs) (h:m:s) Count Num (ms) (ms)
172.16.81.28 Ethernet1 13 0:00:41 0 11 4 20
172.16.80.28 Ethernet0 14 0:02:01 0 10 12 24
172.16.80.31 Ethernet0 12 0:02:02 0 4 5 20
Router# show ip eigrp neighbors detail
IP-EIGRP neighbors for process 101
H Address Interface Hold Uptime SRTT RTO Q Seq Tye
(sec) (ms) Cnt Num
3 1.1.1.3 Et0/0 12 00:04:48 1832 5000 0 14
Version 12.2/1.2, Retrans:0, Retries:0
Restart time 00:01:05
0 10.4.9.5 Fa0/0 11 00:04:07 768 4608 0 4 S
Version 12.2/1.2, Retrans: 0, Retries: 0
2 10.4.9.10 Fa0/0 13 1w0d 1 3000 0 6 S
Version 12.2/1.2, Retrans: 1, Retries: 0
1 10.4.9.6 Fa0/0 12 1w0d 1 3000 0 4 S
Version 12.2/1.2, Retrans: 1, Retries: 0
© 2006 Cisco Systems, Inc. All rights reserved.
Verifying the EIGRP Configuration (Cont.)
Router# show ip eigrp topology
• Displays the IP EIGRP topology table
Router# show ip eigrp topology
IP-EIGRP Topology Table for process 77
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 172.16.90.0 255.255.255.0, 2 successors, FD is 0
via 172.16.80.28 (46251776/46226176), Ethernet0
via 172.16.81.28 (46251776/46226176), Ethernet1
via 172.16.80.31 (46277376/46251776), Serial0
P 172.16.81.0 255.255.255.0, 1 successors, FD is 307200
via Connected, Ethernet1
via 172.16.81.28 (307200/281600), Ethernet1
via 172.16.80.28 (307200/281600), Ethernet0
via 172.16.80.31 (332800/307200), Serial0
© 2006 Cisco Systems, Inc. All rights reserved.
Verifying the EIGRP Configuration (Cont.)
Router# show ip eigrp traffic
• Displays the number of IP EIGRP packets sent and received
Router# show ip eigrp traffic
IP-EIGRP Traffic Statistics for process 77
Hellos sent/received: 218/205
Updates sent/received: 7/23
Queries sent/received: 2/0
Replies sent/received: 0/2
Acks sent/received: 21/14
© 2006 Cisco Systems, Inc. All rights reserved.
debug ip eigrp Command
Router# debug ip eigrp
IP-EIGRP: Processing incoming UPDATE packet
IP-EIGRP: Ext 192.168.3.0 255.255.255.0 M 386560 - 256000 130560 SM 360960 -
256000 104960
IP-EIGRP: Ext 192.168.0.0 255.255.255.0 M 386560 - 256000 130560 SM 360960 -
256000 104960
IP-EIGRP: Ext 192.168.3.0 255.255.255.0 M 386560 - 256000 130560 SM 360960 -
256000 104960
IP-EIGRP: 172.69.43.0 255.255.255.0, - do advertise out Ethernet0/1
IP-EIGRP: Ext 172.69.43.0 255.255.255.0 metric 371200 - 256000 115200
IP-EIGRP: 192.135.246.0 255.255.255.0, - do advertise out Ethernet0/1
IP-EIGRP: Ext 192.135.246.0 255.255.255.0 metric 46310656 - 45714176 596480
IP-EIGRP: 172.69.40.0 255.255.255.0, - do advertise out Ethernet0/1
IP-EIGRP: Ext 172.69.40.0 255.255.255.0 metric 2272256 - 1657856 614400
IP-EIGRP: 192.135.245.0 255.255.255.0, - do advertise out Ethernet0/1
IP-EIGRP: Ext 192.135.245.0 255.255.255.0 metric 40622080 - 40000000 622080
IP-EIGRP: 192.135.244.0 255.255.255.0, - do advertise out Ethernet0/1
© 2006 Cisco Systems, Inc. All rights reserved.
Summary
• EIGRP is an interior gateway protocol that scales well and
provides quick convergence times with minimal network traffic.
• EIGRP is an enhanced version of IGRP developed by Cisco,
with improved convergence properties and operating efficiency
over IGRP.
• The router eigrp and network commands can be used to create
an EIGRP routing process.
• The show ip eigrp commands can be used to verify the EIGRP
configuration.
• The debug ip eigrp privileged EXEC command can be used to
display information on EIGRP packets.

More Related Content

PPT
Day 10.2 igrp
PDF
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
PDF
Eincop Netwax Lab: EIGRP iii
PDF
Eincop Netwax Lab: Redistribution
PDF
Eincop Netwax Lab: Lab 1 static route
PDF
How to Cisco ACI Multi-Pod
PDF
Nxll26 bgp ii
PDF
Nxll20 na ting
Day 10.2 igrp
Eincop Netwax Lab: Site 2 Site VPN with Routing Protocols
Eincop Netwax Lab: EIGRP iii
Eincop Netwax Lab: Redistribution
Eincop Netwax Lab: Lab 1 static route
How to Cisco ACI Multi-Pod
Nxll26 bgp ii
Nxll20 na ting

What's hot (20)

PPT
Day 10.1 enablingrip
PPTX
Nat64 server
PDF
Route Redistribution
PDF
Eincop Netwax Lab: Access List ii
PDF
Nxll11 bgp
PDF
Nxll21 ospf filtering & summarization
DOCX
Compare cisco asa 5505, asa 5512 x and asa 5515-x
DOCX
C6800 sup6 t vs. c6800-sup6t-xl
PPTX
EIGRP Route Summarization
PDF
Nxll09 access list
PDF
Nxll25 hsrp with failover
PDF
Eincop Netwax Lab: Vlan and Trunking ii
PDF
Nxll28 ospf iii
DOC
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
DOCX
Сүлжээ1
PPTX
EIGRP Default Route
PDF
Nxll23 i pv6
PDF
Nxll19 vrrp (virtual router redundancy protocol)
PDF
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
PDF
Nxll12 zone based firewall
Day 10.1 enablingrip
Nat64 server
Route Redistribution
Eincop Netwax Lab: Access List ii
Nxll11 bgp
Nxll21 ospf filtering & summarization
Compare cisco asa 5505, asa 5512 x and asa 5515-x
C6800 sup6 t vs. c6800-sup6t-xl
EIGRP Route Summarization
Nxll09 access list
Nxll25 hsrp with failover
Eincop Netwax Lab: Vlan and Trunking ii
Nxll28 ospf iii
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Сүлжээ1
EIGRP Default Route
Nxll23 i pv6
Nxll19 vrrp (virtual router redundancy protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Nxll12 zone based firewall
Ad

Viewers also liked (19)

PPT
Lesson 1 slideshow
PDF
Evaluation in Information Retrieval
PPTX
Pass4sure 640-864 Questions Answers
DOCX
College Network
PPTX
MikroTik Basic Training Class - Online Moduls - English
PDF
Document similarity with vector space model
DOC
Cisco router command configuration overview
PPT
Initial Configuration of Router
PPTX
3 Router Configuration - Cisco Packet Tracer
PPT
Troubleshooting basic networks
DOCX
Redes cisco
PPTX
Router configuration in packet tracer
PDF
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
PPT
similarity measure
PDF
Teacher management system guide
PPTX
PPT
Router configuration
PPT
Day 5.3 configuration of router
PDF
De-Risk Data Center Projects With Cisco Services
Lesson 1 slideshow
Evaluation in Information Retrieval
Pass4sure 640-864 Questions Answers
College Network
MikroTik Basic Training Class - Online Moduls - English
Document similarity with vector space model
Cisco router command configuration overview
Initial Configuration of Router
3 Router Configuration - Cisco Packet Tracer
Troubleshooting basic networks
Redes cisco
Router configuration in packet tracer
MICAI 2013 Tutorial Slides - Measuring the Similarity and Relatedness of Conc...
similarity measure
Teacher management system guide
Router configuration
Day 5.3 configuration of router
De-Risk Data Center Projects With Cisco Services
Ad

Similar to Day 11 eigrp (20)

PPT
Day 11.2 enablingeigrp
PPT
Eigrp authentication
PDF
EIGRP (enhanced interior gateway routing protocol)
PPTX
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
PPTX
PDF
PPTX
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
PPTX
CCNA3 Verson6 Chapter6
DOCX
EIGRP v1.31 – Aaron Balchunas All original mat.docx
PDF
Building Scalable Cisco Internetworks (Bsci)
PPTX
EIGRP (Enhanced Interior Gateway Routing Protocol)
PPTX
ENARSI_Chapter_2 in PPTX format easy to understand
PDF
CCNAv5 - S3: Chapter 7 EIGRP
PPTX
CCNA3 Verson6 Chapter7
PDF
ENARSI_Chapter_2 in PDF format easy to understand
PPTX
CCNP ROUTE V7 CH2
DOCX
Eigrp
PDF
EIGRP NXOS vs IOS Differences
PPT
Exploration routing chapter_9
Day 11.2 enablingeigrp
Eigrp authentication
EIGRP (enhanced interior gateway routing protocol)
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA3 Verson6 Chapter6
EIGRP v1.31 – Aaron Balchunas All original mat.docx
Building Scalable Cisco Internetworks (Bsci)
EIGRP (Enhanced Interior Gateway Routing Protocol)
ENARSI_Chapter_2 in PPTX format easy to understand
CCNAv5 - S3: Chapter 7 EIGRP
CCNA3 Verson6 Chapter7
ENARSI_Chapter_2 in PDF format easy to understand
CCNP ROUTE V7 CH2
Eigrp
EIGRP NXOS vs IOS Differences
Exploration routing chapter_9

More from CYBERINTELLIGENTS (20)

PPT
Wide area networks
PPTX
PPTX
PPTX
Stp premdeep gill-lu045310-14aug12
PPT
Stp premdeep gill-lu045310-14aug12
PPTX
Routerfundaments gurwinder
PPTX
Rip 1 rip 2
PPTX
PPT
TXT
Nat config
PPTX
PPT
Ip addressing...
PPT
Ip address
PPTX
Frame relay
PPTX
PPT
Day 25 cisco ios router configuration
PPT
Day 22 _ ppp
PPT
Day 20.i pv6 lab
PPT
Day 20.3 frame relay
Wide area networks
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
Routerfundaments gurwinder
Rip 1 rip 2
Nat config
Ip addressing...
Ip address
Frame relay
Day 25 cisco ios router configuration
Day 22 _ ppp
Day 20.i pv6 lab
Day 20.3 frame relay

Recently uploaded (20)

PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Empowerment Technology for Senior High School Guide
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
IGGE1 Understanding the Self1234567891011
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Computer Architecture Input Output Memory.pptx
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
History, Philosophy and sociology of education (1).pptx
Weekly quiz Compilation Jan -July 25.pdf
What if we spent less time fighting change, and more time building what’s rig...
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Virtual and Augmented Reality in Current Scenario
Empowerment Technology for Senior High School Guide
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
LDMMIA Reiki Yoga Finals Review Spring Summer
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
IGGE1 Understanding the Self1234567891011
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Computer Architecture Input Output Memory.pptx
Practical Manual AGRO-233 Principles and Practices of Natural Farming

Day 11 eigrp

  • 1. © 2006 Cisco Systems, Inc. All rights reserved. Determining IP Routes Enabling EIGRP
  • 2. © 2006 Cisco Systems, Inc. All rights reserved. Outline • Overview • EIGRP Features • EIGRP and IGRP Comparison • EIGRP Configuration • EIGRP Configuration Verification • EIGRP Configuration Troubleshooting • Summary
  • 3. © 2006 Cisco Systems, Inc. All rights reserved. Introducing EIGRP EIGRP supports: • Rapid convergence • Reduced bandwidth usage • Multiple network-layer protocols
  • 4. © 2006 Cisco Systems, Inc. All rights reserved. EIGRP Terminology
  • 5. © 2006 Cisco Systems, Inc. All rights reserved. Comparing EIGRP and IGRP • Same metric • Same load balancing • Improved convergence time (EIGRP) • Reduced network overhead (EIGRP)
  • 6. © 2006 Cisco Systems, Inc. All rights reserved. Configuring EIGRP outer(config-router)# network network-number • Selects participating attached networks Router(config)# router eigrp autonomous-system • Defines EIGRP as the IP routing protocol
  • 7. © 2006 Cisco Systems, Inc. All rights reserved. EIGRP Configuration Example
  • 8. © 2006 Cisco Systems, Inc. All rights reserved. Verifying the EIGRP Configuration Router# show ip eigrp interfaces • Displays information about interfaces configured for EIGRP Router# show ip eigrp interfaces IP EIGRP interfaces for process 109 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Di0 0 0/0 0 11/434 0 0 Et0 1 0/0 337 0/10 0 0 SE0:1.16 1 0/0 10 1/63 103 0 Tu0 1 0/0 330 0/16 0 0 Router# show ip protocols Router# show ip route eigrp • Displays current EIGRP entries in the routing table • Displays the parameters and current state of the active process
  • 9. © 2006 Cisco Systems, Inc. All rights reserved. Verifying the EIGRP Configuration (Cont.) Router# show ip eigrp neighbors • Displays the neighbors discovered by IP EIGRP Router# show ip eigrp neighbors IP-EIGRP Neighbors for process 77 Address Interface Holdtime Uptime Q Seq SRTT RTO (secs) (h:m:s) Count Num (ms) (ms) 172.16.81.28 Ethernet1 13 0:00:41 0 11 4 20 172.16.80.28 Ethernet0 14 0:02:01 0 10 12 24 172.16.80.31 Ethernet0 12 0:02:02 0 4 5 20 Router# show ip eigrp neighbors detail IP-EIGRP neighbors for process 101 H Address Interface Hold Uptime SRTT RTO Q Seq Tye (sec) (ms) Cnt Num 3 1.1.1.3 Et0/0 12 00:04:48 1832 5000 0 14 Version 12.2/1.2, Retrans:0, Retries:0 Restart time 00:01:05 0 10.4.9.5 Fa0/0 11 00:04:07 768 4608 0 4 S Version 12.2/1.2, Retrans: 0, Retries: 0 2 10.4.9.10 Fa0/0 13 1w0d 1 3000 0 6 S Version 12.2/1.2, Retrans: 1, Retries: 0 1 10.4.9.6 Fa0/0 12 1w0d 1 3000 0 4 S Version 12.2/1.2, Retrans: 1, Retries: 0
  • 10. © 2006 Cisco Systems, Inc. All rights reserved. Verifying the EIGRP Configuration (Cont.) Router# show ip eigrp topology • Displays the IP EIGRP topology table Router# show ip eigrp topology IP-EIGRP Topology Table for process 77 Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P 172.16.90.0 255.255.255.0, 2 successors, FD is 0 via 172.16.80.28 (46251776/46226176), Ethernet0 via 172.16.81.28 (46251776/46226176), Ethernet1 via 172.16.80.31 (46277376/46251776), Serial0 P 172.16.81.0 255.255.255.0, 1 successors, FD is 307200 via Connected, Ethernet1 via 172.16.81.28 (307200/281600), Ethernet1 via 172.16.80.28 (307200/281600), Ethernet0 via 172.16.80.31 (332800/307200), Serial0
  • 11. © 2006 Cisco Systems, Inc. All rights reserved. Verifying the EIGRP Configuration (Cont.) Router# show ip eigrp traffic • Displays the number of IP EIGRP packets sent and received Router# show ip eigrp traffic IP-EIGRP Traffic Statistics for process 77 Hellos sent/received: 218/205 Updates sent/received: 7/23 Queries sent/received: 2/0 Replies sent/received: 0/2 Acks sent/received: 21/14
  • 12. © 2006 Cisco Systems, Inc. All rights reserved. debug ip eigrp Command Router# debug ip eigrp IP-EIGRP: Processing incoming UPDATE packet IP-EIGRP: Ext 192.168.3.0 255.255.255.0 M 386560 - 256000 130560 SM 360960 - 256000 104960 IP-EIGRP: Ext 192.168.0.0 255.255.255.0 M 386560 - 256000 130560 SM 360960 - 256000 104960 IP-EIGRP: Ext 192.168.3.0 255.255.255.0 M 386560 - 256000 130560 SM 360960 - 256000 104960 IP-EIGRP: 172.69.43.0 255.255.255.0, - do advertise out Ethernet0/1 IP-EIGRP: Ext 172.69.43.0 255.255.255.0 metric 371200 - 256000 115200 IP-EIGRP: 192.135.246.0 255.255.255.0, - do advertise out Ethernet0/1 IP-EIGRP: Ext 192.135.246.0 255.255.255.0 metric 46310656 - 45714176 596480 IP-EIGRP: 172.69.40.0 255.255.255.0, - do advertise out Ethernet0/1 IP-EIGRP: Ext 172.69.40.0 255.255.255.0 metric 2272256 - 1657856 614400 IP-EIGRP: 192.135.245.0 255.255.255.0, - do advertise out Ethernet0/1 IP-EIGRP: Ext 192.135.245.0 255.255.255.0 metric 40622080 - 40000000 622080 IP-EIGRP: 192.135.244.0 255.255.255.0, - do advertise out Ethernet0/1
  • 13. © 2006 Cisco Systems, Inc. All rights reserved. Summary • EIGRP is an interior gateway protocol that scales well and provides quick convergence times with minimal network traffic. • EIGRP is an enhanced version of IGRP developed by Cisco, with improved convergence properties and operating efficiency over IGRP. • The router eigrp and network commands can be used to create an EIGRP routing process. • The show ip eigrp commands can be used to verify the EIGRP configuration. • The debug ip eigrp privileged EXEC command can be used to display information on EIGRP packets.