SlideShare a Scribd company logo
1 of 49
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Routing Protocols and Concepts
Abdelkhalik Mosa
abdu.elsaid@yahoo.com
abdu.elsaid@gmail.com
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Introduction
• EIGRP is a Classless DV “not hybrid” routing protocol.
• Cisco proprietary, Released in 1992 with IOS 9.21.
• The main purpose was to create a classless version of IGRP.
 IGRP:1985, overcome RIPv1’s metric and network size.
 Classful DV routing protocol uses Bellman-Ford algorithm.
 Both IGRP & EIGRP use composite metric
 Discontinued support starting with IOS 12.2.
• EIGRP new features that are not found in other DV Protocols
 RTP Provides reliable & unreliable delivery of EIGRP packets.
 Bounded Updates.
 DUAL guarantees loop-free paths and backup paths.
 Establishing Adjacencies, Neighbor and Topology Tables.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
IGRP to EIGRP
Enhanced Distance Vector
Routing Protocol
Traditional Distance Vector
Routing Protocols
1. DUAL algorithm
2. Route entries doesn’t age
out, Uses Hello protocol
to monitor connection
status.
3. No periodic updates.
1. Bellman-Ford or Ford-
Fulkerson algorithm.
2. Age out routing entries.
3. Use periodic updates.
Algorithm
1. Topology table contains
best path and loop-free
backup path.
2. DUAL uses backup path in
case of unavailable route.
1. Keep track of only the best
routes.
2. The router must wait for a new
routing update in case of
unavailable route.
Path
determination
Faster convergenceSlower convergence due to
hold-down timers.
Convergence
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Message Format
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Packet Header
• Opcode: specifies the EIGRP packet type:
 Update (1).
 Query (3).
 Reply (4).
 Hello (5).
• Autonomous System (AS): Number specifies the EIGRP
routing process, also called “Global Process ID”.
 ID for EIGRP Routing process, Cisco routers can run multiple instances of EIGRP.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
TLV: EIGRP Parameters
• The EIGRP parameters message includes the weights that
EIGRP uses for its composite metric.
• K1 field for bandwidth and the K3 for delay are both set to 1.
• The Hold Time is the maximum time router should wait for
the next hello.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
TLV: IP Internal
• The IP Internal message is used to advertise EIGRP routes
within an autonomous system.
• Delay: sum of delays from source to destination in units of 10
microseconds.
• Bandwidth is the lowest configured bandwidth of any
interface along the route.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
TLV: IP External
• The IP External message is used when external routes are
imported into the EIGRP routing process.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Protocol Dependent Modules (PDM)
• EIGRP uses PDM to route several different protocols “IP, IPX &
AppleTalk”.
• PDMs are responsible for the specific routing task for each
network layer protocol.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Reliable Transport Protocol (RTP)
• RTP: is the protocol used by EIGRP for the delivery and
reception of EIGRP packets.
• EIGRP was designed as a Network layer independent routing
protocol.
• EIGRP replaces TCP with RTP.
• Involves both reliable “ack” &
unreliable “no ack” delivery
of EIGRP packets.
• RTP Packets can be sent
either Unicast or Multicast
“224.0.0.10”.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Packet Types
• Hello packets
Used to discover neighbors & form adjacencies with those
neighbors.
 Multicasts and use unreliable delivery.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Packet Types
• Update packets
Used to propagate routing information.
Are Triggered, Partial, Bounded and not Periodic.
Use reliable delivery.
Multicast / Unicast.
• Acknowledgement packets
Used to acknowledge
receipt of update, query &
reply packets.
Use unreliable delivery.
 Always Unicast.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Packet Types
• Query & Reply packets
Query Packet: used by DUAL for searching for networks.
Reply Packet: automatically sent in response to query.
Both use reliable delivery.
Query packets are either Unicast or Multicast.
Reply packet are only Unicast.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Purpose of Hello Packet
• To discover & establish adjacencies with neighbor routers.
• Time interval for sending hello packet
5 seconds: High bandwidth (greater than T1)
60 seconds: Low bandwidth, NBMA networks (T1 or slower ).
• Holdtime: the maximum time the router should wait to receive
the next Hello before declaring that neighbor as unreachable.
• Holdtime = 3 times hello interval.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Bounded Updates
• EIGRP uses the term partial or bounded when referring to its
update packets.
Partial: update only includes information about route
changes “not the full routing table”.
Bounded only routers affected by the change will receive the
update .
• The partial update is automatically "bounded“.
• EIGRP minimizes the bandwidth required to send EIGRP
packets.
‫به‬ ‫مجازى‬ ‫فإنك‬ ‫شئت‬ ‫ما‬ ‫واعمل‬ ،‫مفارق‬ ‫فإنك‬ ‫شئت‬ ‫من‬ ‫وأحبب‬ ،‫ميت‬ ‫فإنك‬ ‫شئت‬ ‫ما‬ ‫عش‬
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
DUAL: An Introduction
• DUAL: is the convergence algorithm used by EIGRP.
• Provides for fast convergence time by keeping a list of loop-
free backup routes.
• The decision process for all route computations is done by the
DUAL FSM.
• FSM: is a model of behavior composed of a finite number of
states, transitions between those states, and events or actions
that create the transitions.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Administrative Distance (AD)
• the trustworthiness “preference” of the source route.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Authentication
• EIGRP can
Encrypt routing information.
Authenticate routing information.
• Note: Authentication does not encrypt the router's routing
table.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Network Topology
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Basic EIGRP configuration: AS & Process ID
• AS is a collection of networks under the control of a single
authority that presents a common routing policy to the
Internet. (RFC 1930).
 AS Numbers are assigned by IANA.
 Prior to 2007, AS numbers were 16-bit numbers.
 Now 32-bit AS numbers are assigned.
 Entities needing AS numbers: ISP
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Basic EIGRP configuration: AS & Process ID
• EIGRP AS number actually functions as a Global process ID.
• Process ID represents an instance of the routing protocol
running on a router.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
The Router EIGRP Command
• router eigrp autonomous-system
• All routers in the EIGRP routing domain must use the same
process ID number (AS Number)
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
The Network Command
• Functions of the network command
1. Enables interfaces that belong to the advertised network to send &
receive EIGRP updates.
2. Includes network or subnet in EIGRP updates.
• Router(config-router)#network classful_network_address.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
The Network Command with a Wildcard Mask
• Wildcard mask is used when the network administrator does
not want to include all interfaces within a network when
enabling EIGRP.
• Think of a wildcard mask as the inverse of a subnet mask.
255.255.255.255
-255.255.255.252
-----------------------
0. 0. 0. 3 “Wildcard mask”
• Router(config-router)#network network-address [wildcard-mask]
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Verifying EIGRP
• EIGRP routers must establish adjacencies using Hello with their
neighbors before any updates can be sent or received.
• To view neighbor table use: show ip eigrp neighbors
• Common Adjacency problems
1.Different process ID.
2.Incorrect network command.
3.Passive-interface.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Verifying EIGRP
• The show ip protocols: used to verify that EIGRP is enabled.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Metric Calculation
• EIGRP uses Bandwidth, delay, reliability, and load in its metric:
• Verifying the K Values
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Examining the Metric values
• Bandwidth: The value of the bandwidth may or may not reflect
the actual physical bandwidth of the interface.
Most serial interfaces use a default bandwidth value of 1.544Mbps (T1)
• Delay: a measure of the time it takes for a packet to traverse a
route.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Examining the Metric values
• Reliability: how often the link has experienced errors.
Reliability is expressed as a fraction of 255.
The higher the value, the more reliable the link.
• Load: reflects the amount of traffic utilizing the link.
Load is expressed as a fraction of 255.
A lower load value is more desirable because it indicates less
load on the link.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Using the Bandwidth Command
• The bandwidth command only modifies the bandwidth metric
used by routing protocols not the physical metric.
• Verifying the bandwidth
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Calculating the EIGRP metric
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Calculating the EIGRP metric
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
DUAL Concepts
• Successor: The next hop in the best path.
• Feasible distance (FD): Best Path metric.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
DUAL Concepts
• Feasible successor (FS): The next hop in the backup path.
• Reported distance (RD)/ AD :The distance (metric) from the
next hop to the destination network.
• Feasibility Condition (FC): RD<FD.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
DUAL Concepts
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Topology Table: Successor and Feasible Successor
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Topology Table: Successor and Feasible Successor
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Topology Table: Successor and Feasible Successor
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
DUAL Finite State Machine
• FSMs are used to describe how a device, computer program, or
routing algorithm will react to a set of input events.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
DUAL Finite State Machine
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
The Null0 Summary Route
• By default, EIGRP uses the Null0 interface to discard any
packets that match the parent route but do not match any of
the child routes
• EIGRP automatically includes a null0 summary route as a child
route whenever both of the following conditions exist
1. There is at least one subnet that was learned via EIGRP.
2. Automatic summarization is enabled.
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Disabling Automatic Summarization
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Disabling Automatic Summarization
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Disabling Automatic Summarization
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Manual Summarization
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Manual Summarization
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
EIGRP Default Route
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy
Fine-tuning EIGRP
• EIGRP Bandwidth Utilization
 By default, EIGRP will use only up to 50 percent of the
bandwidth of an interface for EIGRP information.
• Configuring Hello Intervals and Hold Times
Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy

More Related Content

What's hot

CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9Chaing Ravuth
 
Eigrp
EigrpEigrp
Eigrpfirey
 
CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4Chaing Ravuth
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2Andy Juan Sarango Veliz
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1Chaing Ravuth
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3Chaing Ravuth
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detailDil_E_Dastan
 
CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8Chaing Ravuth
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3Chaing Ravuth
 
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
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bullsSwapnil Kapate
 
CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9Chaing Ravuth
 

What's hot (20)

CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9CCNA3 Verson6 Chapter9
CCNA3 Verson6 Chapter9
 
Eigrp
EigrpEigrp
Eigrp
 
CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 
CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8
 
CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3CCNA2 Verson6 Chapter3
CCNA2 Verson6 Chapter3
 
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)
 
CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5CCNP ROUTE V7 CH5
CCNP ROUTE V7 CH5
 
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9CCNA2 Verson6 Chapter9
CCNA2 Verson6 Chapter9
 

Viewers also liked

Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRPDmitry Figol
 
Routing basics/CEF
Routing basics/CEFRouting basics/CEF
Routing basics/CEFDmitry Figol
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerAbdelkhalik Mosa
 
Academic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAcademic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAbdelkhalik Mosa
 
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Abdelkhalik Mosa
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routingphanleson
 
Network Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerNetwork Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerAbdelkhalik Mosa
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPVuz Dở Hơi
 
Network Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerNetwork Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerAbdelkhalik Mosa
 
Network Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerNetwork Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerAbdelkhalik Mosa
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1CAVC
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router97148881557
 
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 routertcpipguru
 

Viewers also liked (20)

Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Eigrp
EigrpEigrp
Eigrp
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
 
Routing basics/CEF
Routing basics/CEFRouting basics/CEF
Routing basics/CEF
 
Eigrp
EigrpEigrp
Eigrp
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical Layer
 
Academic Poster Design, Review and Presentation
Academic Poster Design, Review and PresentationAcademic Poster Design, Review and Presentation
Academic Poster Design, Review and Presentation
 
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
Routing Protocols and Concepts: Ch5 - Routing Information Protocol (RIP v1)
 
Chapter 06 - Routing
Chapter 06 - RoutingChapter 06 - Routing
Chapter 06 - Routing
 
Network Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport LayerNetwork Fundamentals: Ch4 - Transport Layer
Network Fundamentals: Ch4 - Transport Layer
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
 
Network Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link LayerNetwork Fundamentals: Ch7 - Data Link Layer
Network Fundamentals: Ch7 - Data Link Layer
 
Network Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network LayerNetwork Fundamentals: Ch5 - Network Layer
Network Fundamentals: Ch5 - Network Layer
 
Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1Routing Protocols and Concepts - Chapter 1
Routing Protocols and Concepts - Chapter 1
 
IP Routing Tutorial
IP Routing TutorialIP Routing Tutorial
IP Routing Tutorial
 
EIGRP
EIGRPEIGRP
EIGRP
 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
 
Ccna2 mod3-configuring a-router
Ccna2 mod3-configuring a-routerCcna2 mod3-configuring a-router
Ccna2 mod3-configuring a-router
 
PACE-IT: The Transport Layer Plus ICMP
PACE-IT: The Transport Layer Plus ICMPPACE-IT: The Transport Layer Plus ICMP
PACE-IT: The Transport Layer Plus ICMP
 
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
 

Similar to Routing Protocols and Concepts: Ch9 - EIGRP

EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesJohn Berry
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layerZee Haak
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)CCNAResources
 
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
 
Evolution Network
Evolution NetworkEvolution Network
Evolution NetworkAPNIC
 
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 PROTOCOLNutan Singh
 
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 BasicsHarsh Mehta
 
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 1NetworKingStudy
 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicastinghamsa nandhini
 
100G Networking Berlin.pdf
100G Networking Berlin.pdf100G Networking Berlin.pdf
100G Networking Berlin.pdfJunZhao68
 
Bitm2003 802.11g
Bitm2003 802.11gBitm2003 802.11g
Bitm2003 802.11gArpan Pal
 
CCNA EIGRP Overview and Basic Configuration
CCNA EIGRP Overview and Basic ConfigurationCCNA EIGRP Overview and Basic Configuration
CCNA EIGRP Overview and Basic ConfigurationNetworkel
 
Implementing an EGIRP Based Solution
Implementing an EGIRP Based SolutionImplementing an EGIRP Based Solution
Implementing an EGIRP Based SolutionArnold Derrick Kinney
 

Similar to Routing Protocols and Concepts: Ch9 - EIGRP (20)

EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS Differences
 
Final Presentation on the Network layer
Final Presentation on the Network layerFinal Presentation on the Network layer
Final Presentation on the Network layer
 
CCCNP ROUTE v6_ch02
CCCNP ROUTE v6_ch02CCCNP ROUTE v6_ch02
CCCNP ROUTE v6_ch02
 
6978106.ppt
6978106.ppt6978106.ppt
6978106.ppt
 
Eigrp Summary (Ccna4.Com)
Eigrp Summary  (Ccna4.Com)Eigrp Summary  (Ccna4.Com)
Eigrp Summary (Ccna4.Com)
 
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
EigrpEigrp
Eigrp
 
Eigrp
EigrpEigrp
Eigrp
 
Evolution Network
Evolution NetworkEvolution Network
Evolution Network
 
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
 
EIGRP, DHCP, OSPF, NAT
EIGRP, DHCP, OSPF, NATEIGRP, DHCP, OSPF, NAT
EIGRP, DHCP, OSPF, NAT
 
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
 
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet MulticastingNP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
NP - Unit 4 - Routing - RIP, OSPF and Internet Multicasting
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
100G Networking Berlin.pdf
100G Networking Berlin.pdf100G Networking Berlin.pdf
100G Networking Berlin.pdf
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
Bitm2003 802.11g
Bitm2003 802.11gBitm2003 802.11g
Bitm2003 802.11g
 
CCNA EIGRP Overview and Basic Configuration
CCNA EIGRP Overview and Basic ConfigurationCCNA EIGRP Overview and Basic Configuration
CCNA EIGRP Overview and Basic Configuration
 
Implementing an EGIRP Based Solution
Implementing an EGIRP Based SolutionImplementing an EGIRP Based Solution
Implementing an EGIRP Based Solution
 

More from Abdelkhalik Mosa

Towards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOTowards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOAbdelkhalik Mosa
 
Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Abdelkhalik Mosa
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesAbdelkhalik Mosa
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationAbdelkhalik Mosa
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)Abdelkhalik Mosa
 
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)Abdelkhalik Mosa
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationLAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationAbdelkhalik Mosa
 
Accessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAccessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAbdelkhalik Mosa
 
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignAbdelkhalik Mosa
 
Network Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkNetwork Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkAbdelkhalik Mosa
 
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Abdelkhalik Mosa
 
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsNetwork Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsAbdelkhalik Mosa
 
Network Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetNetwork Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetAbdelkhalik Mosa
 

More from Abdelkhalik Mosa (14)

Towards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADOTowards a Cloud Native Big Data Platform using MiCADO
Towards a Cloud Native Big Data Platform using MiCADO
 
Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...Virtual machine consolidation for cloud data centers using parameter based ad...
Virtual machine consolidation for cloud data centers using parameter based ad...
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling Technologies
 
IPv6
IPv6IPv6
IPv6
 
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and ConfigurationLAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
LAN Switching and Wireless: Ch7 - Basic Wireless Concepts and Configuration
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
 
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
 
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and ConfigurationLAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
LAN Switching and Wireless: Ch2 - Basic Switch Concepts and Configuration
 
Accessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network SecurityAccessing the WAN: Ch4 - Network Security
Accessing the WAN: Ch4 - Network Security
 
LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN Design
 
Network Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your NetworkNetwork Fundamentals: Ch11 - Configuring and Testing your Network
Network Fundamentals: Ch11 - Configuring and Testing your Network
 
Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4Network Fundamentals: Ch6 - Addressing the Network IP v4
Network Fundamentals: Ch6 - Addressing the Network IP v4
 
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and ProtocolsNetwork Fundamentals: Ch3 - Application Layer Functionality and Protocols
Network Fundamentals: Ch3 - Application Layer Functionality and Protocols
 
Network Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - EthernetNetwork Fundamentals: Ch9 - Ethernet
Network Fundamentals: Ch9 - Ethernet
 

Recently uploaded

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Recently uploaded (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

Routing Protocols and Concepts: Ch9 - EIGRP

  • 1. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Routing Protocols and Concepts Abdelkhalik Mosa abdu.elsaid@yahoo.com abdu.elsaid@gmail.com
  • 2. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Introduction • EIGRP is a Classless DV “not hybrid” routing protocol. • Cisco proprietary, Released in 1992 with IOS 9.21. • The main purpose was to create a classless version of IGRP.  IGRP:1985, overcome RIPv1’s metric and network size.  Classful DV routing protocol uses Bellman-Ford algorithm.  Both IGRP & EIGRP use composite metric  Discontinued support starting with IOS 12.2. • EIGRP new features that are not found in other DV Protocols  RTP Provides reliable & unreliable delivery of EIGRP packets.  Bounded Updates.  DUAL guarantees loop-free paths and backup paths.  Establishing Adjacencies, Neighbor and Topology Tables.
  • 3. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy IGRP to EIGRP Enhanced Distance Vector Routing Protocol Traditional Distance Vector Routing Protocols 1. DUAL algorithm 2. Route entries doesn’t age out, Uses Hello protocol to monitor connection status. 3. No periodic updates. 1. Bellman-Ford or Ford- Fulkerson algorithm. 2. Age out routing entries. 3. Use periodic updates. Algorithm 1. Topology table contains best path and loop-free backup path. 2. DUAL uses backup path in case of unavailable route. 1. Keep track of only the best routes. 2. The router must wait for a new routing update in case of unavailable route. Path determination Faster convergenceSlower convergence due to hold-down timers. Convergence
  • 4. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Message Format
  • 5. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Packet Header • Opcode: specifies the EIGRP packet type:  Update (1).  Query (3).  Reply (4).  Hello (5). • Autonomous System (AS): Number specifies the EIGRP routing process, also called “Global Process ID”.  ID for EIGRP Routing process, Cisco routers can run multiple instances of EIGRP.
  • 6. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy TLV: EIGRP Parameters • The EIGRP parameters message includes the weights that EIGRP uses for its composite metric. • K1 field for bandwidth and the K3 for delay are both set to 1. • The Hold Time is the maximum time router should wait for the next hello.
  • 7. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy TLV: IP Internal • The IP Internal message is used to advertise EIGRP routes within an autonomous system. • Delay: sum of delays from source to destination in units of 10 microseconds. • Bandwidth is the lowest configured bandwidth of any interface along the route.
  • 8. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy TLV: IP External • The IP External message is used when external routes are imported into the EIGRP routing process.
  • 9. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Protocol Dependent Modules (PDM) • EIGRP uses PDM to route several different protocols “IP, IPX & AppleTalk”. • PDMs are responsible for the specific routing task for each network layer protocol.
  • 10. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Reliable Transport Protocol (RTP) • RTP: is the protocol used by EIGRP for the delivery and reception of EIGRP packets. • EIGRP was designed as a Network layer independent routing protocol. • EIGRP replaces TCP with RTP. • Involves both reliable “ack” & unreliable “no ack” delivery of EIGRP packets. • RTP Packets can be sent either Unicast or Multicast “224.0.0.10”.
  • 11. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Packet Types • Hello packets Used to discover neighbors & form adjacencies with those neighbors.  Multicasts and use unreliable delivery.
  • 12. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Packet Types • Update packets Used to propagate routing information. Are Triggered, Partial, Bounded and not Periodic. Use reliable delivery. Multicast / Unicast. • Acknowledgement packets Used to acknowledge receipt of update, query & reply packets. Use unreliable delivery.  Always Unicast.
  • 13. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Packet Types • Query & Reply packets Query Packet: used by DUAL for searching for networks. Reply Packet: automatically sent in response to query. Both use reliable delivery. Query packets are either Unicast or Multicast. Reply packet are only Unicast.
  • 14. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Purpose of Hello Packet • To discover & establish adjacencies with neighbor routers. • Time interval for sending hello packet 5 seconds: High bandwidth (greater than T1) 60 seconds: Low bandwidth, NBMA networks (T1 or slower ). • Holdtime: the maximum time the router should wait to receive the next Hello before declaring that neighbor as unreachable. • Holdtime = 3 times hello interval.
  • 15. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Bounded Updates • EIGRP uses the term partial or bounded when referring to its update packets. Partial: update only includes information about route changes “not the full routing table”. Bounded only routers affected by the change will receive the update . • The partial update is automatically "bounded“. • EIGRP minimizes the bandwidth required to send EIGRP packets. ‫به‬ ‫مجازى‬ ‫فإنك‬ ‫شئت‬ ‫ما‬ ‫واعمل‬ ،‫مفارق‬ ‫فإنك‬ ‫شئت‬ ‫من‬ ‫وأحبب‬ ،‫ميت‬ ‫فإنك‬ ‫شئت‬ ‫ما‬ ‫عش‬
  • 16. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy DUAL: An Introduction • DUAL: is the convergence algorithm used by EIGRP. • Provides for fast convergence time by keeping a list of loop- free backup routes. • The decision process for all route computations is done by the DUAL FSM. • FSM: is a model of behavior composed of a finite number of states, transitions between those states, and events or actions that create the transitions.
  • 17. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Administrative Distance (AD) • the trustworthiness “preference” of the source route.
  • 18. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Authentication • EIGRP can Encrypt routing information. Authenticate routing information. • Note: Authentication does not encrypt the router's routing table.
  • 19. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Network Topology
  • 20. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Basic EIGRP configuration: AS & Process ID • AS is a collection of networks under the control of a single authority that presents a common routing policy to the Internet. (RFC 1930).  AS Numbers are assigned by IANA.  Prior to 2007, AS numbers were 16-bit numbers.  Now 32-bit AS numbers are assigned.  Entities needing AS numbers: ISP
  • 21. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Basic EIGRP configuration: AS & Process ID • EIGRP AS number actually functions as a Global process ID. • Process ID represents an instance of the routing protocol running on a router.
  • 22. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy The Router EIGRP Command • router eigrp autonomous-system • All routers in the EIGRP routing domain must use the same process ID number (AS Number)
  • 23. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy The Network Command • Functions of the network command 1. Enables interfaces that belong to the advertised network to send & receive EIGRP updates. 2. Includes network or subnet in EIGRP updates. • Router(config-router)#network classful_network_address.
  • 24. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy The Network Command with a Wildcard Mask • Wildcard mask is used when the network administrator does not want to include all interfaces within a network when enabling EIGRP. • Think of a wildcard mask as the inverse of a subnet mask. 255.255.255.255 -255.255.255.252 ----------------------- 0. 0. 0. 3 “Wildcard mask” • Router(config-router)#network network-address [wildcard-mask]
  • 25. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Verifying EIGRP • EIGRP routers must establish adjacencies using Hello with their neighbors before any updates can be sent or received. • To view neighbor table use: show ip eigrp neighbors • Common Adjacency problems 1.Different process ID. 2.Incorrect network command. 3.Passive-interface.
  • 26. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Verifying EIGRP • The show ip protocols: used to verify that EIGRP is enabled.
  • 27. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Metric Calculation • EIGRP uses Bandwidth, delay, reliability, and load in its metric: • Verifying the K Values
  • 28. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Examining the Metric values • Bandwidth: The value of the bandwidth may or may not reflect the actual physical bandwidth of the interface. Most serial interfaces use a default bandwidth value of 1.544Mbps (T1) • Delay: a measure of the time it takes for a packet to traverse a route.
  • 29. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Examining the Metric values • Reliability: how often the link has experienced errors. Reliability is expressed as a fraction of 255. The higher the value, the more reliable the link. • Load: reflects the amount of traffic utilizing the link. Load is expressed as a fraction of 255. A lower load value is more desirable because it indicates less load on the link.
  • 30. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Using the Bandwidth Command • The bandwidth command only modifies the bandwidth metric used by routing protocols not the physical metric. • Verifying the bandwidth
  • 31. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Calculating the EIGRP metric
  • 32. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Calculating the EIGRP metric
  • 33. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy DUAL Concepts • Successor: The next hop in the best path. • Feasible distance (FD): Best Path metric.
  • 34. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy DUAL Concepts • Feasible successor (FS): The next hop in the backup path. • Reported distance (RD)/ AD :The distance (metric) from the next hop to the destination network. • Feasibility Condition (FC): RD<FD.
  • 35. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy DUAL Concepts
  • 36. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Topology Table: Successor and Feasible Successor
  • 37. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Topology Table: Successor and Feasible Successor
  • 38. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Topology Table: Successor and Feasible Successor
  • 39. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy DUAL Finite State Machine • FSMs are used to describe how a device, computer program, or routing algorithm will react to a set of input events.
  • 40. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy DUAL Finite State Machine
  • 41. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy The Null0 Summary Route • By default, EIGRP uses the Null0 interface to discard any packets that match the parent route but do not match any of the child routes • EIGRP automatically includes a null0 summary route as a child route whenever both of the following conditions exist 1. There is at least one subnet that was learned via EIGRP. 2. Automatic summarization is enabled.
  • 42. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Disabling Automatic Summarization
  • 43. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Disabling Automatic Summarization
  • 44. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Disabling Automatic Summarization
  • 45. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Manual Summarization
  • 46. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Manual Summarization
  • 47. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy EIGRP Default Route
  • 48. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy Fine-tuning EIGRP • EIGRP Bandwidth Utilization  By default, EIGRP will use only up to 50 percent of the bandwidth of an interface for EIGRP information. • Configuring Hello Intervals and Hold Times
  • 49. Suez Canal University – Faculty of Computers & Informatics - Cisco Local Academy