SlideShare a Scribd company logo
EIGRP
Juan Zambrano
CCNA/NSE4/F5 CA
Juan Zambrano Burgos
Network Engineer
Juan.zambrano@outlook.com
EIGRP
Enhanced Interior Gateway Routing es un protocolo de enrutamiento creado
por Cisco. Es llamado Hibrido o Vector distancia avanzado.
 Released in 1992 as a Cisco proprietary protocol.
 2013 basic functionality of EIGRP released as an open standard.
 Advanced Distance Vector routing protocol.
 Uses the Diffusing Update Algorithm (DUAL) to calculate paths and back-up paths.
 Establishes Neighbor Adjacencies.
 Uses the Reliable Transport Protocol to provide delivery of EIGRP packets to neighbors.
 Partial and Bounded Updates. Send updates only when there is a change and only to the
routers that need the information.
 Supports Equal and Unequal Cost Load Balancing.
EIGRP Packet Types
EIGRP Hello Packets
Used to discover EIGRP neighbors.
Used to form and maintain EIGRP neighbor adjacencies.
Sent as IPv4 or IPv6 multicasts.
IPv4 multicast address 224.0.0.10.
IPv6 multicast address FF02::A.
Sent every 5 seconds (every 60 seconds on low-speed NBMA
networks).
EIGRP uses a default Hold timer of three times the Hello interval
before declaring neighbor unreachable.
EIGRP Update & Acknowledgement Packets
Update packets are sent to
propagate routing information,
only when necessary.
Sends Partial updates – only
contains information about route
changes.
Sends Bounded updates-sent
only to routers affected by the
change.
Updates use reliable delivery,
therefore, require an
acknowledgement.
EIGRP Query and Reply Packets
Used when searching for networks.
Queries use reliable delivery, which can be multicast or unicast.
Replies use reliable delivery.
EIGRP
Tablas de EIGRP
 Utiliza Hellos para generar
adyacencia con sus vecinos.
(Neighbor table).
 Cuando ya establece adyacencia,
intercambia información de
enrutamiento con sus vecinos
(Topology Table).
 El mejor camino es copiado a la
tabla de enrutamiento. (Routing
Table)
EIGRP Neighbor Adjacency
EIGRP Topology Table
EIGRP Convergence
Convergence – All routers have the correct, most up-to-date information
about the network.
EIGRP
Topology Table.
Contiene la información de todos los
caminos posibles a través de EIGRP.
Para seleccionar el mejor camino,
Eigrp define los siguientes términos:
 Advertised Distance: Distancia
Anunciada por mi vecino hacia el
destino.
 Feasible Distance: Distancia total
hasta el destino.
 Succesor: Mejor camino hacia el
destino.
 Feasible Succesor: Camino Backup.
Regla:
Advertised distance of feasible successor < Feasible distance of successor.
EIGRP
Topology Table.
Contiene la información de todos los
caminos posibles a través de EIGRP.
Para seleccionar el mejor camino,
Eigrp define los siguientes términos:
 Advertised Distance: Distancia
Anunciada por mi vecino hacia el
destino.
 Feasible Distance: Distancia total
hasta el destino.
 Succesor: Mejor camino hacia el
destino.
 Feasible Succesor: Camino Backup.
Regla:
Advertised distance of feasible successor < Feasible distance of successor.
EIGRP
Métricas de Eigrp
Para el calculo de la métrica utiliza los siguientes valores K:
 Banwidth
 Delay
 Load
 Reliability
Adyacencia entre vecinos
Para formar adyacencia entre vecinos con EIGRP los siguientes valores deben ser iguales:
 El Sistema Autónomo en ambos debe ser el mismo
 Interfaces deben estar dentro del mismo segmento de red
 Las interfaces no deben estar como pasivas
 Los valores K de la métrica deben ser iguales
 La Autenticación debe ser aceptada (En caso de exista)
Por defecto se solo vienen habilitados el
Bandwidth y el Delay.
Configuración
Comandos:
R1(config)#router eigrp 1 <1-65535> Autonomous system number
R1(config-router)#network 192.168.12.0 0.0.0.255 <Red Wildcard>
R1(config-router)#network 192.168.13.0 0.0.0.255
R1(config-router)#network 192.168.16.0 0.0.0.255
R1(config-router)#passive-interface loopback 0 <Interface>
R1(config-router)#no auto-summary <Deshabilita sumarización auto>
 The router eigrp autonomous-system command
enables the EIGRP process.
 The autonomous system number is only significant to the EIGRP
routing domain.
 The EIGRP autonomous system number is not associated with the
Internet Assigned Numbers Authority (IANA) globally assigned
autonomous system numbers used by external routing protocols
Verificación
R1#show ip protocols
Routing Protocol is "eigrp 1 "
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Redistributing: eigrp 1
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
192.168.12.0
192.168.13.0
192.168.16.0
Passive Interface(s):
Loopback0
Routing Information Sources:
Gateway Distance Last Update
192.168.13.3 90 169559657
192.168.16.6 90 169618418
192.168.12.2 90 169663419
Distance: internal 90 external 170
Verificación
R1#show ip eigrp topology
IP-EIGRP Topology Table for AS 1/ID(10.1.1.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 10.2.2.0/24, 1 successors, FD is 2297856
via 192.168.12.2 (2297856/128256), Serial0/0/0
via 192.168.13.3 (2300416/156160), Serial0/0/1
P 10.3.3.0/24, 1 successors, FD is 2297856
via 192.168.13.3 (2297856/128256), Serial0/0/1
via 192.168.12.2 (2300416/156160), Serial0/0/0
P 10.6.6.0/24, 1 successors, FD is 156160
via 192.168.16.6 (156160/128256), FastEthernet0/0
P 192.168.12.0/24, 1 successors, FD is 2169856
via Connected, Serial0/0/0
P 192.168.13.0/24, 1 successors, FD is 2169856
via Connected, Serial0/0/1
P 192.168.16.0/24, 1 successors, FD is 28160
via Connected, FastEthernet0/0
P 192.168.123.0/24, 2 successors, FD is 2172416
via 192.168.13.3 (2172416/28160), Serial0/0/1
via 192.168.12.2 (2172416/28160), Serial0/0/0
Verificación
R1#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
10.0.0.0/24 is subnetted, 4 subnets
C 10.1.1.0 is directly connected, Loopback0
D 10.2.2.0 [90/2297856] via 192.168.12.2, 00:09:03, Serial0/0/0
D 10.3.3.0 [90/2297856] via 192.168.13.3, 00:10:19, Serial0/0/1
D 10.6.6.0 [90/156160] via 192.168.16.6, 00:09:29, FastEthernet0/0
C 192.168.12.0/24 is directly connected, Serial0/0/0
C 192.168.13.0/24 is directly connected, Serial0/0/1
C 192.168.16.0/24 is directly connected, FastEthernet0/0
D 192.168.123.0/24 [90/2172416] via 192.168.13.3, 00:10:19, Serial0/0/1
[90/2172416] via 192.168.12.2, 00:08:52, Serial0/0/0
Verificación
Router#show ip eigrp neighbors
LAB1. EIGRP
Instrucciones:
- Abrir archivo LAB1 EIGRP.doc
- Responder las 4 preguntas
asociadas a cada uno de los
archivos PKT que se
encuentran en la guía.

More Related Content

What's hot

OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
Ahmed Ali
 
Switching
SwitchingSwitching
Switching
Netwax Lab
 
OSPF Internal Route Summarization
OSPF Internal Route SummarizationOSPF Internal Route Summarization
OSPF Internal Route Summarization
NetProtocol Xpert
 
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
 
OSPF by Abdullah Mukhtar
OSPF by Abdullah MukhtarOSPF by Abdullah Mukhtar
OSPF by Abdullah Mukhtar
Abdullah Mukhtar
 
Ccnpswitch
CcnpswitchCcnpswitch
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)
Netwax Lab
 
Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD)
KHNOG
 
OSPF
OSPFOSPF
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
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2Juli Yaret
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
IT Tech
 
Packet Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPPacket Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRP
Rafat Khandaker
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
MohamedJafar5
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
Netwax Lab
 
network convergence problem and solutions
network convergence  problem and solutionsnetwork convergence  problem and solutions
network convergence problem and solutions
Siddhi Viradiya
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46lslsc
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPFarpit
 

What's hot (20)

OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
 
Switching
SwitchingSwitching
Switching
 
OSPF Internal Route Summarization
OSPF Internal Route SummarizationOSPF Internal Route Summarization
OSPF Internal Route Summarization
 
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)
 
OSPF by Abdullah Mukhtar
OSPF by Abdullah MukhtarOSPF by Abdullah Mukhtar
OSPF by Abdullah Mukhtar
 
Ccnpswitch
CcnpswitchCcnpswitch
Ccnpswitch
 
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)
 
Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD)
 
OSPF
OSPFOSPF
OSPF
 
EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)EIGRP (enhanced interior gateway routing protocol)
EIGRP (enhanced interior gateway routing protocol)
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2
 
CCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrpCCNA part 6 igrp,ospf,eigrp
CCNA part 6 igrp,ospf,eigrp
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
Packet Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRPPacket Tracer: Load Balancing with GLBP and FHRP
Packet Tracer: Load Balancing with GLBP and FHRP
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Eigrp
EigrpEigrp
Eigrp
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
 
network convergence problem and solutions
network convergence  problem and solutionsnetwork convergence  problem and solutions
network convergence problem and solutions
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 

Viewers also liked

EIGRP Jayanta
EIGRP Jayanta EIGRP Jayanta
EIGRP Jayanta Jayanta94
 
Eigrp Parte 1
Eigrp Parte 1Eigrp Parte 1
Eigrp Parte 1
Juan Zambrano Burgos
 
Bitcoin HD Wallet Technologies Part 1
Bitcoin HD Wallet Technologies Part 1Bitcoin HD Wallet Technologies Part 1
Bitcoin HD Wallet Technologies Part 1
BlockTrail
 
Possible Career Paths
Possible Career PathsPossible Career Paths
Possible Career Pathssherwynds
 
VLAN - Lab 1
VLAN - Lab 1VLAN - Lab 1
VLAN - Lab 1
Juan Zambrano Burgos
 
Vlan
VlanVlan
Ospf
OspfOspf
Aaa security
Aaa securityAaa security
Aaa security
Abubaker1000
 
CCNP Route - Distribución, IPSLA, PBR
CCNP Route - Distribución, IPSLA, PBRCCNP Route - Distribución, IPSLA, PBR
CCNP Route - Distribución, IPSLA, PBR
Juan Zambrano Burgos
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
Juan Zambrano Burgos
 
EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)EIGRP (Enhanced Interior Gateway Routing Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol)
NetProtocol Xpert
 
Bitcoin HD Wallet Technologies Part 2
Bitcoin HD Wallet Technologies Part 2Bitcoin HD Wallet Technologies Part 2
Bitcoin HD Wallet Technologies Part 2
BlockTrail
 
EIGRP - Authentification
EIGRP - Authentification EIGRP - Authentification
EIGRP - Authentification
mdyabi
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)
Peter R. Egli
 
OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)
NetProtocol Xpert
 
OSPF Network LSA (Type 2 LSA)
OSPF Network LSA (Type 2 LSA)OSPF Network LSA (Type 2 LSA)
OSPF Network LSA (Type 2 LSA)
NetProtocol Xpert
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
Vuz Dở Hơi
 
Routing Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRPRouting Protocols and Concepts: Ch9 - EIGRP
Routing Protocols and Concepts: Ch9 - EIGRP
Abdelkhalik Mosa
 

Viewers also liked (20)

EIGRP Jayanta
EIGRP Jayanta EIGRP Jayanta
EIGRP Jayanta
 
Eigrp Parte 1
Eigrp Parte 1Eigrp Parte 1
Eigrp Parte 1
 
Bitcoin HD Wallet Technologies Part 1
Bitcoin HD Wallet Technologies Part 1Bitcoin HD Wallet Technologies Part 1
Bitcoin HD Wallet Technologies Part 1
 
Possible Career Paths
Possible Career PathsPossible Career Paths
Possible Career Paths
 
VLAN - Lab 1
VLAN - Lab 1VLAN - Lab 1
VLAN - Lab 1
 
Vlan
VlanVlan
Vlan
 
Ospf
OspfOspf
Ospf
 
Aaa security
Aaa securityAaa security
Aaa security
 
Presentation pdb
Presentation pdbPresentation pdb
Presentation pdb
 
CCNP Route - Distribución, IPSLA, PBR
CCNP Route - Distribución, IPSLA, PBRCCNP Route - Distribución, IPSLA, PBR
CCNP Route - Distribución, IPSLA, PBR
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree 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)
 
First hop redundancy
First hop redundancyFirst hop redundancy
First hop redundancy
 
Bitcoin HD Wallet Technologies Part 2
Bitcoin HD Wallet Technologies Part 2Bitcoin HD Wallet Technologies Part 2
Bitcoin HD Wallet Technologies Part 2
 
EIGRP - Authentification
EIGRP - Authentification EIGRP - Authentification
EIGRP - Authentification
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)
 
OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)
 
OSPF Network LSA (Type 2 LSA)
OSPF Network LSA (Type 2 LSA)OSPF Network LSA (Type 2 LSA)
OSPF Network LSA (Type 2 LSA)
 
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
 

Similar to Eigrp

EIGRP CCNA
EIGRP CCNAEIGRP CCNA
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccnarobertoxe
 
Eigrp new
Eigrp newEigrp new
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
Varinder Singh Walia
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccnarobertoxe
 
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
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)
Tharindu Sankalpa
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和IgrpF.l. Yu
 
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
Harsh Mehta
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
saurabh goel
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrpzafar85
 
Network virtualization beyond vla ns-part2
Network virtualization beyond vla ns-part2Network virtualization beyond vla ns-part2
Network virtualization beyond vla ns-part2
IT Tech
 

Similar to Eigrp (20)

EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Eigrp new
Eigrp newEigrp new
Eigrp new
 
13. eigrp and ospf
13. eigrp and ospf13. eigrp and ospf
13. eigrp and ospf
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)Dynamic routing protocols (CCNA)
Dynamic routing protocols (CCNA)
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
Chapter6ccna
Chapter6ccnaChapter6ccna
Chapter6ccna
 
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
 
Routing Information Protocol (RIP)
Routing Information Protocol (RIP)Routing Information Protocol (RIP)
Routing Information Protocol (RIP)
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
第8讲 Rip和Igrp
第8讲 Rip和Igrp第8讲 Rip和Igrp
第8讲 Rip和Igrp
 
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
 
1 using default
1 using default1 using default
1 using default
 
1 using default
1 using default1 using default
1 using default
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
 
Network virtualization beyond vla ns-part2
Network virtualization beyond vla ns-part2Network virtualization beyond vla ns-part2
Network virtualization beyond vla ns-part2
 

More from Juan Zambrano Burgos

Conceptos Stack - Chassis Aggregation CCNA
Conceptos Stack - Chassis Aggregation CCNAConceptos Stack - Chassis Aggregation CCNA
Conceptos Stack - Chassis Aggregation CCNA
Juan Zambrano Burgos
 
CCNA L2 Protocols
CCNA L2 ProtocolsCCNA L2 Protocols
CCNA L2 Protocols
Juan Zambrano Burgos
 
Etherchannel CCNA
Etherchannel CCNAEtherchannel CCNA
Etherchannel CCNA
Juan Zambrano Burgos
 
Spanning tree protocol CCNA
Spanning tree protocol CCNASpanning tree protocol CCNA
Spanning tree protocol CCNA
Juan Zambrano Burgos
 
VLAN CCNA
VLAN CCNAVLAN CCNA
GRE TUNNEL CCNA
GRE TUNNEL CCNAGRE TUNNEL CCNA
GRE TUNNEL CCNA
Juan Zambrano Burgos
 
Frame relay CCNA
Frame relay CCNAFrame relay CCNA
Frame relay CCNA
Juan Zambrano Burgos
 
PPP & MLPPP CCNA
PPP & MLPPP CCNAPPP & MLPPP CCNA
PPP & MLPPP CCNA
Juan Zambrano Burgos
 
Cálculo de subredes
Cálculo de subredesCálculo de subredes
Cálculo de subredes
Juan Zambrano Burgos
 
Lab 1 - Basic Spanning tree
Lab 1 - Basic Spanning treeLab 1 - Basic Spanning tree
Lab 1 - Basic Spanning tree
Juan Zambrano Burgos
 
Modelo osi - Introducción
Modelo osi - IntroducciónModelo osi - Introducción
Modelo osi - Introducción
Juan Zambrano Burgos
 
CCNA - Subredes
CCNA - SubredesCCNA - Subredes
CCNA - Subredes
Juan Zambrano Burgos
 
Yo sé networking bgp
Yo sé networking bgpYo sé networking bgp
Yo sé networking bgp
Juan Zambrano Burgos
 

More from Juan Zambrano Burgos (13)

Conceptos Stack - Chassis Aggregation CCNA
Conceptos Stack - Chassis Aggregation CCNAConceptos Stack - Chassis Aggregation CCNA
Conceptos Stack - Chassis Aggregation CCNA
 
CCNA L2 Protocols
CCNA L2 ProtocolsCCNA L2 Protocols
CCNA L2 Protocols
 
Etherchannel CCNA
Etherchannel CCNAEtherchannel CCNA
Etherchannel CCNA
 
Spanning tree protocol CCNA
Spanning tree protocol CCNASpanning tree protocol CCNA
Spanning tree protocol CCNA
 
VLAN CCNA
VLAN CCNAVLAN CCNA
VLAN CCNA
 
GRE TUNNEL CCNA
GRE TUNNEL CCNAGRE TUNNEL CCNA
GRE TUNNEL CCNA
 
Frame relay CCNA
Frame relay CCNAFrame relay CCNA
Frame relay CCNA
 
PPP & MLPPP CCNA
PPP & MLPPP CCNAPPP & MLPPP CCNA
PPP & MLPPP CCNA
 
Cálculo de subredes
Cálculo de subredesCálculo de subredes
Cálculo de subredes
 
Lab 1 - Basic Spanning tree
Lab 1 - Basic Spanning treeLab 1 - Basic Spanning tree
Lab 1 - Basic Spanning tree
 
Modelo osi - Introducción
Modelo osi - IntroducciónModelo osi - Introducción
Modelo osi - Introducción
 
CCNA - Subredes
CCNA - SubredesCCNA - Subredes
CCNA - Subredes
 
Yo sé networking bgp
Yo sé networking bgpYo sé networking bgp
Yo sé networking bgp
 

Recently uploaded

一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
VivekSinghShekhawat2
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 

Recently uploaded (20)

一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptxInternet-Security-Safeguarding-Your-Digital-World (1).pptx
Internet-Security-Safeguarding-Your-Digital-World (1).pptx
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 

Eigrp

  • 1. EIGRP Juan Zambrano CCNA/NSE4/F5 CA Juan Zambrano Burgos Network Engineer Juan.zambrano@outlook.com
  • 2. EIGRP Enhanced Interior Gateway Routing es un protocolo de enrutamiento creado por Cisco. Es llamado Hibrido o Vector distancia avanzado.  Released in 1992 as a Cisco proprietary protocol.  2013 basic functionality of EIGRP released as an open standard.  Advanced Distance Vector routing protocol.  Uses the Diffusing Update Algorithm (DUAL) to calculate paths and back-up paths.  Establishes Neighbor Adjacencies.  Uses the Reliable Transport Protocol to provide delivery of EIGRP packets to neighbors.  Partial and Bounded Updates. Send updates only when there is a change and only to the routers that need the information.  Supports Equal and Unequal Cost Load Balancing.
  • 4. EIGRP Hello Packets Used to discover EIGRP neighbors. Used to form and maintain EIGRP neighbor adjacencies. Sent as IPv4 or IPv6 multicasts. IPv4 multicast address 224.0.0.10. IPv6 multicast address FF02::A. Sent every 5 seconds (every 60 seconds on low-speed NBMA networks). EIGRP uses a default Hold timer of three times the Hello interval before declaring neighbor unreachable.
  • 5. EIGRP Update & Acknowledgement Packets Update packets are sent to propagate routing information, only when necessary. Sends Partial updates – only contains information about route changes. Sends Bounded updates-sent only to routers affected by the change. Updates use reliable delivery, therefore, require an acknowledgement.
  • 6. EIGRP Query and Reply Packets Used when searching for networks. Queries use reliable delivery, which can be multicast or unicast. Replies use reliable delivery.
  • 7. EIGRP Tablas de EIGRP  Utiliza Hellos para generar adyacencia con sus vecinos. (Neighbor table).  Cuando ya establece adyacencia, intercambia información de enrutamiento con sus vecinos (Topology Table).  El mejor camino es copiado a la tabla de enrutamiento. (Routing Table)
  • 10. EIGRP Convergence Convergence – All routers have the correct, most up-to-date information about the network.
  • 11. EIGRP Topology Table. Contiene la información de todos los caminos posibles a través de EIGRP. Para seleccionar el mejor camino, Eigrp define los siguientes términos:  Advertised Distance: Distancia Anunciada por mi vecino hacia el destino.  Feasible Distance: Distancia total hasta el destino.  Succesor: Mejor camino hacia el destino.  Feasible Succesor: Camino Backup. Regla: Advertised distance of feasible successor < Feasible distance of successor.
  • 12. EIGRP Topology Table. Contiene la información de todos los caminos posibles a través de EIGRP. Para seleccionar el mejor camino, Eigrp define los siguientes términos:  Advertised Distance: Distancia Anunciada por mi vecino hacia el destino.  Feasible Distance: Distancia total hasta el destino.  Succesor: Mejor camino hacia el destino.  Feasible Succesor: Camino Backup. Regla: Advertised distance of feasible successor < Feasible distance of successor.
  • 13. EIGRP Métricas de Eigrp Para el calculo de la métrica utiliza los siguientes valores K:  Banwidth  Delay  Load  Reliability Adyacencia entre vecinos Para formar adyacencia entre vecinos con EIGRP los siguientes valores deben ser iguales:  El Sistema Autónomo en ambos debe ser el mismo  Interfaces deben estar dentro del mismo segmento de red  Las interfaces no deben estar como pasivas  Los valores K de la métrica deben ser iguales  La Autenticación debe ser aceptada (En caso de exista) Por defecto se solo vienen habilitados el Bandwidth y el Delay.
  • 14. Configuración Comandos: R1(config)#router eigrp 1 <1-65535> Autonomous system number R1(config-router)#network 192.168.12.0 0.0.0.255 <Red Wildcard> R1(config-router)#network 192.168.13.0 0.0.0.255 R1(config-router)#network 192.168.16.0 0.0.0.255 R1(config-router)#passive-interface loopback 0 <Interface> R1(config-router)#no auto-summary <Deshabilita sumarización auto>  The router eigrp autonomous-system command enables the EIGRP process.  The autonomous system number is only significant to the EIGRP routing domain.  The EIGRP autonomous system number is not associated with the Internet Assigned Numbers Authority (IANA) globally assigned autonomous system numbers used by external routing protocols
  • 15. Verificación R1#show ip protocols Routing Protocol is "eigrp 1 " Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Default networks flagged in outgoing updates Default networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 1 Automatic network summarization is not in effect Maximum path: 4 Routing for Networks: 192.168.12.0 192.168.13.0 192.168.16.0 Passive Interface(s): Loopback0 Routing Information Sources: Gateway Distance Last Update 192.168.13.3 90 169559657 192.168.16.6 90 169618418 192.168.12.2 90 169663419 Distance: internal 90 external 170
  • 16. Verificación R1#show ip eigrp topology IP-EIGRP Topology Table for AS 1/ID(10.1.1.1) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P 10.2.2.0/24, 1 successors, FD is 2297856 via 192.168.12.2 (2297856/128256), Serial0/0/0 via 192.168.13.3 (2300416/156160), Serial0/0/1 P 10.3.3.0/24, 1 successors, FD is 2297856 via 192.168.13.3 (2297856/128256), Serial0/0/1 via 192.168.12.2 (2300416/156160), Serial0/0/0 P 10.6.6.0/24, 1 successors, FD is 156160 via 192.168.16.6 (156160/128256), FastEthernet0/0 P 192.168.12.0/24, 1 successors, FD is 2169856 via Connected, Serial0/0/0 P 192.168.13.0/24, 1 successors, FD is 2169856 via Connected, Serial0/0/1 P 192.168.16.0/24, 1 successors, FD is 28160 via Connected, FastEthernet0/0 P 192.168.123.0/24, 2 successors, FD is 2172416 via 192.168.13.3 (2172416/28160), Serial0/0/1 via 192.168.12.2 (2172416/28160), Serial0/0/0
  • 17. Verificación R1#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/24 is subnetted, 4 subnets C 10.1.1.0 is directly connected, Loopback0 D 10.2.2.0 [90/2297856] via 192.168.12.2, 00:09:03, Serial0/0/0 D 10.3.3.0 [90/2297856] via 192.168.13.3, 00:10:19, Serial0/0/1 D 10.6.6.0 [90/156160] via 192.168.16.6, 00:09:29, FastEthernet0/0 C 192.168.12.0/24 is directly connected, Serial0/0/0 C 192.168.13.0/24 is directly connected, Serial0/0/1 C 192.168.16.0/24 is directly connected, FastEthernet0/0 D 192.168.123.0/24 [90/2172416] via 192.168.13.3, 00:10:19, Serial0/0/1 [90/2172416] via 192.168.12.2, 00:08:52, Serial0/0/0
  • 19. LAB1. EIGRP Instrucciones: - Abrir archivo LAB1 EIGRP.doc - Responder las 4 preguntas asociadas a cada uno de los archivos PKT que se encuentran en la guía.