SlideShare uma empresa Scribd logo
1 de 17
Baixar para ler offline
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.

Mais conteúdo relacionado

Mais procurados

How to view a project, as a junior engineer - Networkshop44
How to view a project, as a junior engineer - Networkshop44How to view a project, as a junior engineer - Networkshop44
How to view a project, as a junior engineer - Networkshop44Jisc
 
Catalyst Backbone and Instant Access Technologies
Catalyst Backbone and Instant Access TechnologiesCatalyst Backbone and Instant Access Technologies
Catalyst Backbone and Instant Access TechnologiesCisco Russia
 
LA Micro Stock Report 17th October 2013
LA Micro Stock Report 17th October 2013LA Micro Stock Report 17th October 2013
LA Micro Stock Report 17th October 2013LA Micro Group UK Ltd
 
Regional Bank IPSec Solution
Regional Bank IPSec SolutionRegional Bank IPSec Solution
Regional Bank IPSec SolutionJeffrey Sicuranza
 
A new featured product cisco ie4010 series switches
A new featured product cisco ie4010 series switchesA new featured product cisco ie4010 series switches
A new featured product cisco ie4010 series switchesIT Tech
 
ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]
ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]
ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]APNIC
 
La micro stock report 25th Sept 2013
La micro stock report 25th Sept 2013La micro stock report 25th Sept 2013
La micro stock report 25th Sept 2013LA Micro Group UK Ltd
 
LA Micro Stock Report 26th February 2014
 LA Micro Stock Report 26th February 2014 LA Micro Stock Report 26th February 2014
LA Micro Stock Report 26th February 2014LA Micro Group UK Ltd
 
Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)Cisco Security
 
LA Micro stock report 9.9.13
LA Micro stock report 9.9.13LA Micro stock report 9.9.13
LA Micro stock report 9.9.13Danilo Carri
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOIJohnson Liu
 
Cisco catalyst 3560 c and 2960-c series compact install guide
Cisco catalyst 3560 c and 2960-c series compact install guideCisco catalyst 3560 c and 2960-c series compact install guide
Cisco catalyst 3560 c and 2960-c series compact install guideo3428375
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
LA Micro Stock Report 10th October 2013
LA Micro Stock Report 10th October 2013LA Micro Stock Report 10th October 2013
LA Micro Stock Report 10th October 2013LA Micro Group UK Ltd
 

Mais procurados (20)

How to view a project, as a junior engineer - Networkshop44
How to view a project, as a junior engineer - Networkshop44How to view a project, as a junior engineer - Networkshop44
How to view a project, as a junior engineer - Networkshop44
 
Eigrp authentication
Eigrp authenticationEigrp authentication
Eigrp authentication
 
JUNOS: OSPF and BGP
JUNOS: OSPF and BGPJUNOS: OSPF and BGP
JUNOS: OSPF and BGP
 
Catalyst Backbone and Instant Access Technologies
Catalyst Backbone and Instant Access TechnologiesCatalyst Backbone and Instant Access Technologies
Catalyst Backbone and Instant Access Technologies
 
LA Micro Stock Report 17th October 2013
LA Micro Stock Report 17th October 2013LA Micro Stock Report 17th October 2013
LA Micro Stock Report 17th October 2013
 
Regional Bank IPSec Solution
Regional Bank IPSec SolutionRegional Bank IPSec Solution
Regional Bank IPSec Solution
 
Icnd210 s08l04
Icnd210 s08l04Icnd210 s08l04
Icnd210 s08l04
 
A new featured product cisco ie4010 series switches
A new featured product cisco ie4010 series switchesA new featured product cisco ie4010 series switches
A new featured product cisco ie4010 series switches
 
Icnd210 s08l03
Icnd210 s08l03Icnd210 s08l03
Icnd210 s08l03
 
ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]
ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]
ULA network experience @ JANOG34, by Shishio Tsuchiya [APNIC 38 / APIPv6TF]
 
Brocade VDX 6730 Converged Switch for IBM
Brocade VDX 6730 Converged Switch for IBMBrocade VDX 6730 Converged Switch for IBM
Brocade VDX 6730 Converged Switch for IBM
 
La micro stock report 25th Sept 2013
La micro stock report 25th Sept 2013La micro stock report 25th Sept 2013
La micro stock report 25th Sept 2013
 
LA Micro Stock Report 26th February 2014
 LA Micro Stock Report 26th February 2014 LA Micro Stock Report 26th February 2014
LA Micro Stock Report 26th February 2014
 
CCNA Lab Guide
CCNA Lab GuideCCNA Lab Guide
CCNA Lab Guide
 
Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)
 
LA Micro stock report 9.9.13
LA Micro stock report 9.9.13LA Micro stock report 9.9.13
LA Micro stock report 9.9.13
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOI
 
Cisco catalyst 3560 c and 2960-c series compact install guide
Cisco catalyst 3560 c and 2960-c series compact install guideCisco catalyst 3560 c and 2960-c series compact install guide
Cisco catalyst 3560 c and 2960-c series compact install guide
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
LA Micro Stock Report 10th October 2013
LA Micro Stock Report 10th October 2013LA Micro Stock Report 10th October 2013
LA Micro Stock Report 10th October 2013
 

Destaque

I pv6 better than IPv4 but why ?
I pv6 better than IPv4 but why ?I pv6 better than IPv4 but why ?
I pv6 better than IPv4 but why ?Fred Bovy
 
Funtions of i pv6
Funtions of i pv6Funtions of i pv6
Funtions of i pv6thanhthat1
 
WiMAX BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.
WiMAX  BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.WiMAX  BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.
WiMAX BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.AJAL A J
 
WiMAX - Next Generation Mobile Network
WiMAX - Next Generation Mobile NetworkWiMAX - Next Generation Mobile Network
WiMAX - Next Generation Mobile NetworkDr. Mazlan Abbas
 
WiMAX II (IEEE 802.16m) as 4G Mobile Candidate
WiMAX II (IEEE 802.16m) as 4G Mobile CandidateWiMAX II (IEEE 802.16m) as 4G Mobile Candidate
WiMAX II (IEEE 802.16m) as 4G Mobile CandidateKuncoro Wastuwibowo
 
Wimax - Opportunites for Developing Nations
Wimax - Opportunites for Developing NationsWimax - Opportunites for Developing Nations
Wimax - Opportunites for Developing Nationskamalmittal1
 
WiMax and non standard solutions
WiMax and non standard solutionsWiMax and non standard solutions
WiMax and non standard solutionsMario B.
 
seminar report on wimax
seminar report on wimaxseminar report on wimax
seminar report on wimaxgo2project
 
LTE & WiMax- Nokia Siemens
LTE & WiMax- Nokia SiemensLTE & WiMax- Nokia Siemens
LTE & WiMax- Nokia SiemensGoing LTE
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginnersDave Neary
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesJustyna Bak
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVKingston Smiler
 

Destaque (20)

I pv6 better than IPv4 but why ?
I pv6 better than IPv4 but why ?I pv6 better than IPv4 but why ?
I pv6 better than IPv4 but why ?
 
Funtions of i pv6
Funtions of i pv6Funtions of i pv6
Funtions of i pv6
 
I pv6 revolution
I pv6 revolutionI pv6 revolution
I pv6 revolution
 
WiMAX BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.
WiMAX  BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.WiMAX  BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.
WiMAX BASED APPROACH TO ENHANCE LOCALIZED HUMAN SOCIAL NETWORK.
 
WiMAX - Next Generation Mobile Network
WiMAX - Next Generation Mobile NetworkWiMAX - Next Generation Mobile Network
WiMAX - Next Generation Mobile Network
 
WiMAX II (IEEE 802.16m) as 4G Mobile Candidate
WiMAX II (IEEE 802.16m) as 4G Mobile CandidateWiMAX II (IEEE 802.16m) as 4G Mobile Candidate
WiMAX II (IEEE 802.16m) as 4G Mobile Candidate
 
Wimax - Opportunites for Developing Nations
Wimax - Opportunites for Developing NationsWimax - Opportunites for Developing Nations
Wimax - Opportunites for Developing Nations
 
WiMax and non standard solutions
WiMax and non standard solutionsWiMax and non standard solutions
WiMax and non standard solutions
 
seminar report on wimax
seminar report on wimaxseminar report on wimax
seminar report on wimax
 
LTE & WiMax- Nokia Siemens
LTE & WiMax- Nokia SiemensLTE & WiMax- Nokia Siemens
LTE & WiMax- Nokia Siemens
 
Wimax
WimaxWimax
Wimax
 
What Is WiMax
What Is WiMaxWhat Is WiMax
What Is WiMax
 
NFV and OpenStack
NFV and OpenStackNFV and OpenStack
NFV and OpenStack
 
NFV Open Source projects
NFV Open Source projectsNFV Open Source projects
NFV Open Source projects
 
Wimax / ieee 802.16
Wimax / ieee 802.16Wimax / ieee 802.16
Wimax / ieee 802.16
 
NFV for beginners
NFV for beginnersNFV for beginners
NFV for beginners
 
SDN and NFV: Friends or Enemies
SDN and NFV: Friends or EnemiesSDN and NFV: Friends or Enemies
SDN and NFV: Friends or Enemies
 
Wimax Technology
Wimax TechnologyWimax Technology
Wimax Technology
 
WiMAX vs LTE
WiMAX vs LTEWiMAX vs LTE
WiMAX vs LTE
 
Introduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFVIntroduction to OpenFlow, SDN and NFV
Introduction to OpenFlow, SDN and NFV
 

Semelhante a I pv6 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 instructionstrayyoo
 
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 USAJose Liste
 
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 6Nil Menon
 
شرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNAشرح مبسط جدا لمنهج سيسكو CCNA
شرح مبسط جدا لمنهج سيسكو CCNADawood Aqlan
 
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 9000Vinod Kumar Balasubramanyam
 
57798_Lectures1415.pptx
57798_Lectures1415.pptx57798_Lectures1415.pptx
57798_Lectures1415.pptxSheerazAli55
 
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.docxgalerussel59292
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfNesibusami
 
Chapter 6 : Network layer
Chapter 6 : Network layerChapter 6 : Network layer
Chapter 6 : Network layerteknetir
 
Chapter 06 - Network Layer
Chapter 06 - Network LayerChapter 06 - Network Layer
Chapter 06 - Network LayerYaser Rahmati
 
CCNAv5 - S1: Chapter 6 - Network Layer
CCNAv5 - S1: Chapter 6 - Network LayerCCNAv5 - S1: Chapter 6 - Network Layer
CCNAv5 - S1: Chapter 6 - Network LayerVuz Dở Hơi
 
Segment Routing for Dummies
Segment Routing for DummiesSegment Routing for Dummies
Segment Routing for DummiesGary Jan
 
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 - examTamukuze Mukuze
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6Private
 
Introduction to Segment Routing
Introduction to Segment RoutingIntroduction to Segment Routing
Introduction to Segment RoutingMyNOG
 
Sca n skills assess eigrp - student trng - exam-1
Sca n skills assess   eigrp - student trng - exam-1Sca n skills assess   eigrp - student trng - exam-1
Sca n skills assess eigrp - student trng - exam-1rafa1976
 

Semelhante a I pv6 eigrp (20)

IPv6 Static Routes
IPv6 Static RoutesIPv6 Static Routes
IPv6 Static Routes
 
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...
 
Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
OSPF v3
OSPF v3OSPF v3
OSPF v3
 
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
 
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
 
Sca n skills assess eigrp - student trng - exam-1
Sca n skills assess   eigrp - student trng - exam-1Sca n skills assess   eigrp - student trng - exam-1
Sca n skills assess eigrp - student trng - exam-1
 

Mais de Evandro Madeira

Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02
Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02
Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02Evandro Madeira
 
Gerenciamentodecustos 130918192946-phpapp02
Gerenciamentodecustos 130918192946-phpapp02Gerenciamentodecustos 130918192946-phpapp02
Gerenciamentodecustos 130918192946-phpapp02Evandro Madeira
 

Mais de Evandro Madeira (6)

Fit2014
Fit2014Fit2014
Fit2014
 
Custo pmbok
Custo pmbokCusto pmbok
Custo pmbok
 
Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02
Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02
Exemplodeplanodegerenciamentodeprojeto 100726151218-phpapp02
 
Gerenciamentodecustos 130918192946-phpapp02
Gerenciamentodecustos 130918192946-phpapp02Gerenciamentodecustos 130918192946-phpapp02
Gerenciamentodecustos 130918192946-phpapp02
 
07 pmbok5 cap07 custo
07   pmbok5 cap07 custo07   pmbok5 cap07 custo
07 pmbok5 cap07 custo
 
Atifalhas
AtifalhasAtifalhas
Atifalhas
 

Último

Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxAS Design & AST.
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsJean Silva
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxRTS corp
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdfAndrey Devyatkin
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecturerahul_net
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfmaor17
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?Alexandre Beguel
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdfSteve Caron
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptxVinzoCenzo
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 

Último (20)

Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Mastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptxMastering Project Planning with Microsoft Project 2016.pptx
Mastering Project Planning with Microsoft Project 2016.pptx
 
Strategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero resultsStrategies for using alternative queries to mitigate zero results
Strategies for using alternative queries to mitigate zero results
 
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecture
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdf
 
Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
[ CNCF Q1 2024 ] Intro to Continuous Profiling and Grafana Pyroscope.pdf
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptx
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 

I pv6 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 do 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.