SlideShare una empresa de Scribd logo
1 de 17
IPv6 EIGRP
John Rullan
Cisco Certified Instructor Trainer
Thomas A. Edison CTE HS
Stephen Lynch
Network Architect, CCIE #36243
ABS Technology Architects
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 2
Branch-2
2001:DB8:ACAD:C::2/64
2001:DB8:CAFE::/127
2001:DB8:ACAD:C::1/64
S0/0/0 S0/0/1
Branch-3
S1 S2
Branch-1
2001:DB8:CAFE::2/127
S3 S4
PC-A PC-B PC-C PC-D
2001:DB8:ACAD:D::1/64 2001:DB8:ACAD:A::1/64 2001:DB8:ACAD:B::1/64
S0/0/1S0/0/0
2001:DB8:ACAD:D::2/64 2001:DB8:ACAD:A::2/64 2001:DB8:ACAD:B::2/64
Lo0 2001:DB8:1::/64
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 3
• IPv6 packet forwarding is disabled by default. To enable IPv6 packet
forwarding, use the ipv6 unicast-routing command in global
configuration mode before enabling EIGRP.
• A router ID is mandatory for IPv6 EIGRP to be functioning properly. If
one isn't manually configured, one will be generated using the
loopback or physical interface.
Branch-1(config)# ipv6 router eigrp 100
% IPv6 routing not enabled
Branch-1(config)# ipv6 unicast-routing
Branch-1(config)# ipv6 router eigrp 100
Branch-1(config-rtr)# router-id 1.1.1.1
Branch-1(config-rtr)# no shutdown
Branch-1(config)# ipv6 router eigrp 100
Branch-1(config-rtr)# eigrp router-id 1.1.1.1
Packet Tracer
Real Equipment
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 4
• Unlike IPv4 EIGRP, IPv6 EIGRP does not require the use of
network command to advertise its networks. Instead IPv6 EIGRP
must be enabled on all of the router's interfaces.
• This command must be configured on all of the router's interfaces
that are participating in EIGRP. If we fail to configure this
command on an interface, that network will not be
advertised, therefore, will not be learned by its neighbors.
Branch-1(config)# int s0/0/0
Branch-1(config-if)# ipv6 eigrp 100
Branch-1(config-if)# int g0/0
Branch-1(config-if)# ipv6 eigrp 100
Branch-1(config-if)# int g0/1
Branch-1(config-if)# ipv6 eigrp 100
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 5
• When IPv6 EIGRP is configured on all interfaces, a log message
will inform you that an adjacency has formed.
Branch-2(config)# int s0/0/0
Branch-2(config-if)# ipv6 eigrp 100
Branch-2(config-if)#
%DUAL-5-NBRCHANGE: IPv6-EIGRP 100: Neighbor FE80::1 (Serial0/0/0) is up:
new adjacency
Branch-2(config-if)# int s0/0/1
Branch-2(config-if)# ipv6 eigrp 100
Branch-2(config-if)#
%DUAL-5-NBRCHANGE: IPv6-EIGRP 100: Neighbor FE80::3 (Serial0/0/1) is up:
new adjacency
Branch-2(config-if)#
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 6
Neighbor’s IPv6
Link-local Address
Local
Interface
receiving
EIGRP for
IPv6 Hello
packets
Seconds remaining
before declaring
neighbor down.
The current hold
time and is reset to
the maximum hold
time whenever a
Hello packet is
received.
Amount of
time since
this neighbor
was added to
the neighbor
table.
Branch-2# show ipv6 eigrp neighbor
IPv6-EIGRP neighbors for process 100
H Address Interface Hold Uptime SRTT RTO Q Seq
(sec) (ms) Cnt Num
0 Link-local address: Se0/0/0 14 00:01:31 40 1000 0 18
FE80::1
1 Link-local address: Se0/0/1 12 00:01:24 40 1000 0 20
FE80::3
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 7
Routing protocol and Process ID (AS Number)
K values used in composite metric
EIGRP Administrative Distances
Interfaces enabled for this EIGRP for IPv6.
Branch-2# show ipv6 protocols
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "static
IPv6 Routing Protocol is "eigrp 100 "
EIGRP metric weight K1=1, K2=0,
K3=1, K4=0, K5=0
EIGRP maximum hopcount 100
EIGRP maximum metric variance 1
Interfaces:
Serial0/0/0
Serial0/0/1
Redistributing: eigrp 100
Maximum path: 16
Distance: internal 90 external 170
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 8
Branch-2#show ipv6 route
(Output Omitted)
IPv6 Routing Table - 9 entries
C - Connected, L – Local, D - EIGRP, EX - EIGRP
external
D 2001:DB8:ACAD:A::/64 [90/2170112]
via FE80::3, Serial0/0/1
D 2001:DB8:ACAD:B::/64 [90/2170112]
via FE80::3, Serial0/0/1
D 2001:DB8:ACAD:C::/64 [90/2170112]
via FE80::1, Serial0/0/0
D 2001:DB8:ACAD:D::/64 [90/2170112]
via FE80::1, Serial0/0/0
C 2001:DB8:CAFE::/127 [0/0]
via ::, Serial0/0/0
L 2001:DB8:CAFE::1/128 [0/0]
via ::, Serial0/0/0
C 2001:DB8:CAFE::2/127 [0/0]
via ::, Serial0/0/1
L 2001:DB8:CAFE::2/128 [0/0]
via ::, Serial0/0/1
L FF00::/8 [0/0]
via ::, Null0
Learned Networks
Directly Connected
Network Address
Interface Address
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 9
• You can use the passive-interface command to control the
advertisement of routing information.
• The command enables the suppression of routing updates over
some interfaces while it allows updates to be exchanged normally
over other interfaces.
• When used with EIGRP, it suppresses the exchange of hello
packets between routers which will result in the loss of a neighbor
relationship. Therefore, it is only used on interfaces where no
routers are connected.
• This stops not only routing updates from being advertised, but it
also suppresses incoming routing updates.
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 10
Branch-1(config)# ipv6 router eigrp 100
Branch-1(config-rtr)# passive-interface g0/0
Branch-1(config-rtr)# passive-interface g0/1
Branch-1
S3 S4
PC-C PC-D
2001:DB8:ACAD:C::1/64 2001:DB8:ACAD:D::1/64
2001:DB8:ACAD:C::2/64 2001:DB8:ACAD:D::2/64
G0/0 G0/1
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 11
Branch-1#show ipv6 protocols
IPv6 Routing Protocol is "ND"
IPv6 Routing Protocol is "connected"
IPv6 Routing Protocol is "eigrp 100"
EIGRP-IPv6 Protocol for AS(100)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
NSF-aware route hold timer is 240
Router-ID: 1.1.1.1
Topology : 0 (base)
Active Timer: 3 min
Distance: internal 90 external 170
Maximum path: 16
Maximum hopcount 100
Maximum metric variance 1
Interfaces:
Serial0/0/0
GigabitEthernet0/0 (passive)
GigabitEthernet0/1 (passive)
Redistribution:
None
Branch-1#
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 12
• Summarize Branch-3’s LANs into one summary address and then
advertise to Branch-2.
Branch-3
S3 S4
PC-C PC-D
2001:DB8:ACAD:A::/64
2001:DB8:ACAD:B::/64
2001:DB8:ACAD:A::1/64 2001:DB8:ACAD:B::1/64
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13
• Summarized addresses are based on common bits in the
network portion of the address.
• The 2001:DB8:ACAD:A::/64 and the
2001:DB8:ACAD:B::/64 networks have 63-bits in common.
2001:DB8:ACAD:0000000000001010 = A
2001:DB8:ACAD:0000000000001011 = B
16-bits + 16-bits + 16-bits + 15-bits = 63 bits
Summary address would be 2001:DB8:ACAD:A::/63
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 14
• To advertise a summary address, issue the ipv6 summary-
address eigrp AS address command and apply it to an interface
where you would like the address to be advertised.
Branch-3(config)#int s0/0/1
Branch-3(config-if)#ipv6 summary-address eigrp 100 2001:DB8:ACAD:A::/63 5
Branch-3(config-if)#
%DUAL-5-NBRCHANGE: IPv6-EIGRP 100: Neighbor FE80::290:CFF:FE90:3E02 (Serial0/0/1) is up: new adjacency
Branch-2#show ipv6 route
(Output Omitted)
IPv6 Routing Table - 9 entries
C - Connected, L – Local, D - EIGRP, EX - EIGRP external
D 2001:DB8:ACAD:A::/63 [/2170112]
via FE80::3, Serial0/0/1
D 2001:DB8:ACAD:C::/64 [90/2170112]
via FE80::1, Serial0/0/0
D 2001:DB8:ACAD:D::/64 [90/2170112]
via FE80::1, Serial0/0/0
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 15
Branch-2
2001:DB8:ACAD:C::1/64
2001:DB8:CAFE::/127
2001:DB8:ACAD:C::/64
S0/0/0 S0/0/1
Branch-3
S1 S2
Branch-1
2001:DB8:CAFE::2/127
S3 S4
PC-A PC-B PC-C PC-D
2001:DB8:ACAD:D::/64
2001:DB8:ACAD:A::/64
2001:DB8:ACAD:B::/64
S0/0/1S0/0/0
2001:DB8:ACAD:D::1/64 2001:DB8:ACAD:A::1/64 2001:DB8:ACAD:B::1/64
Lo0 2001:DB8:1::/64
Branch-2(config)# ipv6 route ::/0 lo0
Branch-2(config)# ipv6 router eigrp 100
Branch-2(config-rtr)# redistribute static
© 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 16
Branch-1#show ipv6 route
IPv6 Routing Table - 12 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route, M - MIPv6
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS
summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2
- OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
D - EIGRP, EX - EIGRP external
EX ::/0 [170/3449856]
via FE80::2, Serial0/0/0
D 2001:DB8:ACAD::/62 [5/2816]
via ::, Null0
C 2001:DB8:ACAD:C::/64 [0/0]
via ::, GigabitEthernet0/0
L 2001:DB8:ACAD:C::/128 [0/0]
via ::, GigabitEthernet0/0
Branch-2#show ipv6 route
IPv6 Routing Table - 11 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route, M - MIPv6
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS
summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 -
OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
D - EIGRP, EX - EIGRP external
S ::/0 [1/0]
via ::, Loopback0
C 2001:DB8:1::/64 [0/0]
via ::, Loopback0
L 2001:DB8:1::/128 [0/0]
via ::, Loopback0
Thank you.

Más contenido relacionado

La actualidad más candente

CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLICCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
Hoàng Hải Nguyễn
 

La actualidad más candente (20)

CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLICCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
CCNA Security Lab 9 - Enabling SSH and HTTPS access to Cisco IOS Routers - CLI
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
Juniper mpls best practice part 1
Juniper mpls best practice   part 1Juniper mpls best practice   part 1
Juniper mpls best practice part 1
 
IPv6 Static Routes
IPv6 Static RoutesIPv6 Static Routes
IPv6 Static Routes
 
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
VRF Lab WorkBook
VRF Lab WorkBookVRF Lab WorkBook
VRF Lab WorkBook
 
axi protocol
axi protocolaxi protocol
axi protocol
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Linux Native, HTTP Aware Network Security
Linux Native, HTTP Aware Network SecurityLinux Native, HTTP Aware Network Security
Linux Native, HTTP Aware Network Security
 
OSPF Fundamental
OSPF FundamentalOSPF Fundamental
OSPF Fundamental
 
Cisco hsrp configuration
Cisco hsrp configurationCisco hsrp configuration
Cisco hsrp configuration
 
Layer 3 redundancy hsrp
Layer 3 redundancy   hsrpLayer 3 redundancy   hsrp
Layer 3 redundancy hsrp
 
Chapter 11 - Network Address Translation for IPv4
Chapter 11 - Network Address Translation for IPv4Chapter 11 - Network Address Translation for IPv4
Chapter 11 - Network Address Translation for IPv4
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Static Routing
Static RoutingStatic Routing
Static Routing
 
Vxlan deep dive session rev0.5 final
Vxlan deep dive session rev0.5   finalVxlan deep dive session rev0.5   final
Vxlan deep dive session rev0.5 final
 
Basic BGP Configuration
Basic BGP ConfigurationBasic BGP Configuration
Basic BGP Configuration
 
EVPN Introduction
EVPN IntroductionEVPN Introduction
EVPN Introduction
 

Destacado

κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44
κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44
κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44
sotirisgar
 
Infection control -_students.ppt;filename*= utf-8''infection control - students
Infection control -_students.ppt;filename*= utf-8''infection control - studentsInfection control -_students.ppt;filename*= utf-8''infection control - students
Infection control -_students.ppt;filename*= utf-8''infection control - students
Ahmed Elkony
 

Destacado (19)

OSPF v3
OSPF v3OSPF v3
OSPF v3
 
Ospf
OspfOspf
Ospf
 
Eigrp y enrutamiento estático con ipv6
Eigrp y enrutamiento estático con ipv6Eigrp y enrutamiento estático con ipv6
Eigrp y enrutamiento estático con ipv6
 
pricig
pricigpricig
pricig
 
Tema. Derechos Humanos
Tema. Derechos HumanosTema. Derechos Humanos
Tema. Derechos Humanos
 
Creations2014
Creations2014Creations2014
Creations2014
 
Organisaatioviestinnän portinvartijoista mahdollistajiksi - puheviestijöiden ...
Organisaatioviestinnän portinvartijoista mahdollistajiksi - puheviestijöiden ...Organisaatioviestinnän portinvartijoista mahdollistajiksi - puheviestijöiden ...
Organisaatioviestinnän portinvartijoista mahdollistajiksi - puheviestijöiden ...
 
Elmet Presentation
Elmet PresentationElmet Presentation
Elmet Presentation
 
Avatar
AvatarAvatar
Avatar
 
Proyecto de Linux avanzado
Proyecto de Linux avanzado  Proyecto de Linux avanzado
Proyecto de Linux avanzado
 
κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44
κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44
κοινωνικές και πολιτικές διαστάσεις της βιομηχανικής επανάστασης σελ. 44
 
Infection control -_students.ppt;filename*= utf-8''infection control - students
Infection control -_students.ppt;filename*= utf-8''infection control - studentsInfection control -_students.ppt;filename*= utf-8''infection control - students
Infection control -_students.ppt;filename*= utf-8''infection control - students
 
Aguilar merida eric javier. evidencias ética. ige 2°a
Aguilar merida eric javier. evidencias ética. ige 2°aAguilar merida eric javier. evidencias ética. ige 2°a
Aguilar merida eric javier. evidencias ética. ige 2°a
 
Analisis. cosechando estrellas
Analisis. cosechando estrellasAnalisis. cosechando estrellas
Analisis. cosechando estrellas
 
1.1.3.-Valores éticos fundamentales
1.1.3.-Valores éticos fundamentales1.1.3.-Valores éticos fundamentales
1.1.3.-Valores éticos fundamentales
 
Administracion Maquinas Virtuales Microsoft Azure
 Administracion Maquinas Virtuales Microsoft Azure  Administracion Maquinas Virtuales Microsoft Azure
Administracion Maquinas Virtuales Microsoft Azure
 
Cisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 ConfigurationCisco CCNA EIGRP IPV6 Configuration
Cisco CCNA EIGRP IPV6 Configuration
 
Competencias y habilidades del s xxi
Competencias y habilidades del s xxiCompetencias y habilidades del s xxi
Competencias y habilidades del s xxi
 
Eğitim ve Koçlukta Oyun / Oyunlaştırma
Eğitim ve Koçlukta Oyun / OyunlaştırmaEğitim ve Koçlukta Oyun / Oyunlaştırma
Eğitim ve Koçlukta Oyun / Oyunlaştırma
 

Similar a IPv6 EIGRP

ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
SilvioDias29
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
trayyoo
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
Nesibusami
 
Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253
Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253
Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253
guestda14e85
 

Similar a IPv6 EIGRP (20)

ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
 
Krzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergenceKrzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast Convergence
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
 
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
Segment Routing Advanced Use Cases - Cisco Live 2016 USASegment Routing Advanced Use Cases - Cisco Live 2016 USA
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
 
شرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNAشرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNA
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
57798_Lectures1415.pptx
57798_Lectures1415.pptx57798_Lectures1415.pptx
57798_Lectures1415.pptx
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
 
Chapter 6 : Network layer
Chapter 6 : Network layerChapter 6 : Network layer
Chapter 6 : Network layer
 
Chapter 06 - Network Layer
Chapter 06 - Network LayerChapter 06 - Network Layer
Chapter 06 - Network Layer
 
CCNAv5 - S1: Chapter 6 - Network Layer
CCNAv5 - S1: Chapter 6 - Network LayerCCNAv5 - S1: Chapter 6 - Network Layer
CCNAv5 - S1: Chapter 6 - Network Layer
 
Segment Routing for Dummies
Segment Routing for DummiesSegment Routing for Dummies
Segment Routing for Dummies
 
Sca n skills assess ospf - student trng - exam
Sca n skills assess   ospf - student trng - examSca n skills assess   ospf - student trng - exam
Sca n skills assess ospf - student trng - exam
 
Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253
Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253
Troubleshooting Eigrp Ccnp (Dharmender Kumar) 09990478253
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6
 
Introduction to Segment Routing
Introduction to Segment RoutingIntroduction to Segment Routing
Introduction to Segment Routing
 

Más de Irsandi Hasan

Más de Irsandi Hasan (20)

CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05
 
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04
 
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - Overview
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4
 

Último

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
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
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
 
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
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

IPv6 EIGRP

  • 1. IPv6 EIGRP John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS Stephen Lynch Network Architect, CCIE #36243 ABS Technology Architects
  • 2. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 Branch-2 2001:DB8:ACAD:C::2/64 2001:DB8:CAFE::/127 2001:DB8:ACAD:C::1/64 S0/0/0 S0/0/1 Branch-3 S1 S2 Branch-1 2001:DB8:CAFE::2/127 S3 S4 PC-A PC-B PC-C PC-D 2001:DB8:ACAD:D::1/64 2001:DB8:ACAD:A::1/64 2001:DB8:ACAD:B::1/64 S0/0/1S0/0/0 2001:DB8:ACAD:D::2/64 2001:DB8:ACAD:A::2/64 2001:DB8:ACAD:B::2/64 Lo0 2001:DB8:1::/64
  • 3. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 3 • IPv6 packet forwarding is disabled by default. To enable IPv6 packet forwarding, use the ipv6 unicast-routing command in global configuration mode before enabling EIGRP. • A router ID is mandatory for IPv6 EIGRP to be functioning properly. If one isn't manually configured, one will be generated using the loopback or physical interface. Branch-1(config)# ipv6 router eigrp 100 % IPv6 routing not enabled Branch-1(config)# ipv6 unicast-routing Branch-1(config)# ipv6 router eigrp 100 Branch-1(config-rtr)# router-id 1.1.1.1 Branch-1(config-rtr)# no shutdown Branch-1(config)# ipv6 router eigrp 100 Branch-1(config-rtr)# eigrp router-id 1.1.1.1 Packet Tracer Real Equipment
  • 4. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 4 • Unlike IPv4 EIGRP, IPv6 EIGRP does not require the use of network command to advertise its networks. Instead IPv6 EIGRP must be enabled on all of the router's interfaces. • This command must be configured on all of the router's interfaces that are participating in EIGRP. If we fail to configure this command on an interface, that network will not be advertised, therefore, will not be learned by its neighbors. Branch-1(config)# int s0/0/0 Branch-1(config-if)# ipv6 eigrp 100 Branch-1(config-if)# int g0/0 Branch-1(config-if)# ipv6 eigrp 100 Branch-1(config-if)# int g0/1 Branch-1(config-if)# ipv6 eigrp 100
  • 5. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 5 • When IPv6 EIGRP is configured on all interfaces, a log message will inform you that an adjacency has formed. Branch-2(config)# int s0/0/0 Branch-2(config-if)# ipv6 eigrp 100 Branch-2(config-if)# %DUAL-5-NBRCHANGE: IPv6-EIGRP 100: Neighbor FE80::1 (Serial0/0/0) is up: new adjacency Branch-2(config-if)# int s0/0/1 Branch-2(config-if)# ipv6 eigrp 100 Branch-2(config-if)# %DUAL-5-NBRCHANGE: IPv6-EIGRP 100: Neighbor FE80::3 (Serial0/0/1) is up: new adjacency Branch-2(config-if)#
  • 6. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 6 Neighbor’s IPv6 Link-local Address Local Interface receiving EIGRP for IPv6 Hello packets Seconds remaining before declaring neighbor down. The current hold time and is reset to the maximum hold time whenever a Hello packet is received. Amount of time since this neighbor was added to the neighbor table. Branch-2# show ipv6 eigrp neighbor IPv6-EIGRP neighbors for process 100 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 0 Link-local address: Se0/0/0 14 00:01:31 40 1000 0 18 FE80::1 1 Link-local address: Se0/0/1 12 00:01:24 40 1000 0 20 FE80::3
  • 7. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 7 Routing protocol and Process ID (AS Number) K values used in composite metric EIGRP Administrative Distances Interfaces enabled for this EIGRP for IPv6. Branch-2# show ipv6 protocols IPv6 Routing Protocol is "connected" IPv6 Routing Protocol is "static IPv6 Routing Protocol is "eigrp 100 " EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Interfaces: Serial0/0/0 Serial0/0/1 Redistributing: eigrp 100 Maximum path: 16 Distance: internal 90 external 170
  • 8. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 8 Branch-2#show ipv6 route (Output Omitted) IPv6 Routing Table - 9 entries C - Connected, L – Local, D - EIGRP, EX - EIGRP external D 2001:DB8:ACAD:A::/64 [90/2170112] via FE80::3, Serial0/0/1 D 2001:DB8:ACAD:B::/64 [90/2170112] via FE80::3, Serial0/0/1 D 2001:DB8:ACAD:C::/64 [90/2170112] via FE80::1, Serial0/0/0 D 2001:DB8:ACAD:D::/64 [90/2170112] via FE80::1, Serial0/0/0 C 2001:DB8:CAFE::/127 [0/0] via ::, Serial0/0/0 L 2001:DB8:CAFE::1/128 [0/0] via ::, Serial0/0/0 C 2001:DB8:CAFE::2/127 [0/0] via ::, Serial0/0/1 L 2001:DB8:CAFE::2/128 [0/0] via ::, Serial0/0/1 L FF00::/8 [0/0] via ::, Null0 Learned Networks Directly Connected Network Address Interface Address
  • 9. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 9 • You can use the passive-interface command to control the advertisement of routing information. • The command enables the suppression of routing updates over some interfaces while it allows updates to be exchanged normally over other interfaces. • When used with EIGRP, it suppresses the exchange of hello packets between routers which will result in the loss of a neighbor relationship. Therefore, it is only used on interfaces where no routers are connected. • This stops not only routing updates from being advertised, but it also suppresses incoming routing updates.
  • 10. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 10 Branch-1(config)# ipv6 router eigrp 100 Branch-1(config-rtr)# passive-interface g0/0 Branch-1(config-rtr)# passive-interface g0/1 Branch-1 S3 S4 PC-C PC-D 2001:DB8:ACAD:C::1/64 2001:DB8:ACAD:D::1/64 2001:DB8:ACAD:C::2/64 2001:DB8:ACAD:D::2/64 G0/0 G0/1
  • 11. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 11 Branch-1#show ipv6 protocols IPv6 Routing Protocol is "ND" IPv6 Routing Protocol is "connected" IPv6 Routing Protocol is "eigrp 100" EIGRP-IPv6 Protocol for AS(100) Metric weight K1=1, K2=0, K3=1, K4=0, K5=0 NSF-aware route hold timer is 240 Router-ID: 1.1.1.1 Topology : 0 (base) Active Timer: 3 min Distance: internal 90 external 170 Maximum path: 16 Maximum hopcount 100 Maximum metric variance 1 Interfaces: Serial0/0/0 GigabitEthernet0/0 (passive) GigabitEthernet0/1 (passive) Redistribution: None Branch-1#
  • 12. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 12 • Summarize Branch-3’s LANs into one summary address and then advertise to Branch-2. Branch-3 S3 S4 PC-C PC-D 2001:DB8:ACAD:A::/64 2001:DB8:ACAD:B::/64 2001:DB8:ACAD:A::1/64 2001:DB8:ACAD:B::1/64
  • 13. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13 • Summarized addresses are based on common bits in the network portion of the address. • The 2001:DB8:ACAD:A::/64 and the 2001:DB8:ACAD:B::/64 networks have 63-bits in common. 2001:DB8:ACAD:0000000000001010 = A 2001:DB8:ACAD:0000000000001011 = B 16-bits + 16-bits + 16-bits + 15-bits = 63 bits Summary address would be 2001:DB8:ACAD:A::/63
  • 14. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 14 • To advertise a summary address, issue the ipv6 summary- address eigrp AS address command and apply it to an interface where you would like the address to be advertised. Branch-3(config)#int s0/0/1 Branch-3(config-if)#ipv6 summary-address eigrp 100 2001:DB8:ACAD:A::/63 5 Branch-3(config-if)# %DUAL-5-NBRCHANGE: IPv6-EIGRP 100: Neighbor FE80::290:CFF:FE90:3E02 (Serial0/0/1) is up: new adjacency Branch-2#show ipv6 route (Output Omitted) IPv6 Routing Table - 9 entries C - Connected, L – Local, D - EIGRP, EX - EIGRP external D 2001:DB8:ACAD:A::/63 [/2170112] via FE80::3, Serial0/0/1 D 2001:DB8:ACAD:C::/64 [90/2170112] via FE80::1, Serial0/0/0 D 2001:DB8:ACAD:D::/64 [90/2170112] via FE80::1, Serial0/0/0
  • 15. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 15 Branch-2 2001:DB8:ACAD:C::1/64 2001:DB8:CAFE::/127 2001:DB8:ACAD:C::/64 S0/0/0 S0/0/1 Branch-3 S1 S2 Branch-1 2001:DB8:CAFE::2/127 S3 S4 PC-A PC-B PC-C PC-D 2001:DB8:ACAD:D::/64 2001:DB8:ACAD:A::/64 2001:DB8:ACAD:B::/64 S0/0/1S0/0/0 2001:DB8:ACAD:D::1/64 2001:DB8:ACAD:A::1/64 2001:DB8:ACAD:B::1/64 Lo0 2001:DB8:1::/64 Branch-2(config)# ipv6 route ::/0 lo0 Branch-2(config)# ipv6 router eigrp 100 Branch-2(config-rtr)# redistribute static
  • 16. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 16 Branch-1#show ipv6 route IPv6 Routing Table - 12 entries Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route, M - MIPv6 I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 D - EIGRP, EX - EIGRP external EX ::/0 [170/3449856] via FE80::2, Serial0/0/0 D 2001:DB8:ACAD::/62 [5/2816] via ::, Null0 C 2001:DB8:ACAD:C::/64 [0/0] via ::, GigabitEthernet0/0 L 2001:DB8:ACAD:C::/128 [0/0] via ::, GigabitEthernet0/0 Branch-2#show ipv6 route IPv6 Routing Table - 11 entries Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP U - Per-user Static route, M - MIPv6 I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2 D - EIGRP, EX - EIGRP external S ::/0 [1/0] via ::, Loopback0 C 2001:DB8:1::/64 [0/0] via ::, Loopback0 L 2001:DB8:1::/128 [0/0] via ::, Loopback0

Notas del editor

  1. The default route was configured on Branch-2 and is displayed as a static route via the Loop back interface. Branch-1 displays the default route in its routing table as an external route. The only differences between IPv4 EIGRP and IPv6 EIGRP is (1) there is no asterisk shown on the device that creates the default route and it doesn’t list the gateway of last resort.