SlideShare a Scribd company logo
1 of 18
IPv6 Routing Lab
Quick review of IPv6 Addressing
Basic v6 Router configs
Setting up OSPFv3
Setting up DHCPv6
By: Rob Hamm
Instructor
Computer Information Systems Administration
British Columbia Institute of Technology
Fa 0/0
PC1
PC2
PC3
R2
R3 ISP
R1
Ser 0/1/0
.2
Ser 0/1/0
.1
Ser 0/1/0
.2
Ser 0/2/0
.1
Ser 0/2/0
.2
Ser 0/1/0
.1
Fa 0/0
Fa 0/0
2000:1::/64
2000:5::/64
2000:6::/64
2000:3::/64
2000:2::/64 2000:4::/64
IPv6 Lab Topology
1. Setup static addresses
2. Setup OSPFv3
3. Create static/default routes
4. Setup DHCPv6
2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64
0010 0000 0000 0000 : 0000 0000 0000 0001 : …
 IPv6 addresses are 128-bit addresses represented in:
 Eight 16-bit segments or “hextets”
 Hexadecimal (non-case sensitive) between 0000 and FFFF
 Separated by colons
 Subnet masks shown as a prefix length (in bits)
16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits
<-------------- Network -----------> <--------------- Host ------------->
2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64
 No More Subnetting! (sort of)
 Default/standard addresses use 3-1-4 rule
 3 hextets for networks (281 Trillion)
 1 hextet for subnets (65,536)
 4 hextets for hosts (18 Quintillion = Billion x Billion)
16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits
<-------- Network -----> <--------------- Host -------------><Subnet>
Two Rules for Address Abbreviation
Rule 1: Leading zeroes in any segment can be omitted
2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64
2000: 1 : 0 : 0 : 0 : 0 : 0 : 1 / 64
Rule 2: A single contiguous string of all-zero segments can be
represented with a double colon.
2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64
2000: 1 :: 1 / 64
<-------------- Network -----------> <--------------- Host ------------->
<-------------- Network -----------> <--------------- Host ------------->
IPv6 Addressing
IPv6 Address Types:
MulticastUnicast Anycast
Assigned Solicited
Global Unicast UnspecifiedLoopback
Embedded IPv4
Link-Local Unique Local
FF00::/8 FF02::1:FF00:0000/104
::/128::1/1282000::/3
3FFF::/3
FE80::/10
FEBF::/10
FC00::/7
FDFF::/7
::/80
Note: There are no broadcast addresses in IPv6
Interface IDSubnet IDGlobal Routing Prefix
Structure of a Global Unicast Address
n bits m bits 128-n-m bits
001 Range 2000::/3 to 3FFF::/3
7
IANA’s allocation of IPv6 address space in 1/8th sections
• Global unicast addresses
are similar to IPv4
addresses.
• Routable
• Unique
Stateless
Autoconfiguration
Global Unicast
Static Global Unicast Addresses
Dynamic
IPv6
Unnumbered
DHCPv6
Static EUI-64
Manual
IPv6 Address
R1# conf t
R1(config)#
R1(config)# interface fa 0/0
R1(config-if)# ipv6 address 2000:1::1/64  Manual Static
OR
R1(config-if)# ipv6 address 2000:1::/64 EUI  Manual EUI-64
2 Ways to Configure a Static Global Unicast Address
No Host Portion
R1(config)# ipv6 router ospf 1
R1(config-rtr)# router-id 1.1.1.1  still use 32 bit router ID
R1(config-rtr)# exit  NO network statements at all!
R1(config)# interface fa0/0
R1(config-if)# ipv6 ospf 1 area 0
Default route on R3
R3(config)# ipv6 route ::/0 Serial0/1/0
R3(config)# ipv6 router ospf 1
R3(config-rtr)# default-information originate  still same
Configuring OSPFv3
! SLAAC configures IP address & Default Gateway on hosts
! DHCP is necessary to provide DNS information
R1(config)# ipv6 dhcp pool cisco1
R1(config-dhcp)# dns-server 2000:6::2
R1(config-dhcp)# exit
R1(config)# interface fa 0/0
R1(config-if)# ipv6 dhcp server cisco1
! Tell ICMPv6 to set “O” flag so clients will accept DHCP info
R1(config-if)# ipv6 nd other-config-flag
Configuring Stateless DHCPv6
show ipv6 interface brief command on router R1
R1# show ipv6 interface brief
FastEthernet0/0 [up/up]
FE80::203:6BFF:FEE9:D480
2000:1::1 Global unicast address
Link-local unicast address
12
• Link-local address automatically created when/before the
global unicast address is.
• We will discuss link-local addresses next.
PC1> ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : 2000:1::2
Link-local IPv6 Address . . . . . : fe80::50a5:8a35:a5bb:66e1%11
Default Gateway . . . . . . . . . : 2000:1::1
13
PC1: Static Global Unicast Address
Global Unicast
Manual
IPv6
UnnumberedIPv6 Address Stateless
Autoconfiguration
DHCPv6
Static EUI-64
14
Dynamic
2 Ways to Configure a Dynamic Global Unicast Address
R1
DHCPv6 Server
• Neighbor Discovery Protocol
• The router’s Router Advertisement (RAs)determines how the
host gets its dynamic address configuration.
• ipv6 unicast-routing command enables router to send RAs.
• Default = Stateless Address Auto Configuration (SLAAC)
• Router uses ICMPv6 to deliver IP address & D.G. via RA.
• Other Options:
• Stateless DHCPv6 – delivers only additional info (e.g. DNS)
• Stateful DHCPv6 – delivers all IP info
RA 
 RS
 DNS info
• Used to communicate with other devices on the link.
• Are NOT routable off the link.
• An IPv6 device must have at least one link-local address.
• Used by:
• Hosts to communicate to the IPv6 network before it has a
global unicast address.
• Used as the default gateway address by hosts.
• Adjacent routers to exchange routing updates
Interface ID
/64
1111 1110 10xx xxxx
FE80::/10
Remaining 54 bits10 bits 64 bits
EUI-64, Random or Manual Configuration
Link-local unicast
PC1> ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
IPv6 Address. . . . . . . . . : 2000:1::D2FF:FE8C:E04C
Link-local IPv6 Address . . . : fe80::50a5:8a35:a5bb:66e1%11
Default Gateway . . . . . . . : fe80::200:CFF:FEDA:37D7
Windows Addresses
• WinXP and Server 2003 use EUI-64.
• Vista & Win7/8 use pseudo random 64-bit Interface ID.
• The %11 following the address is a Windows Zone ID (not IPv6).
IPv6 Resources
• IPv6 Fundamentals, Rick Graziani, Cisco Press
• www.cabrillo.edu/~rgraziani/ipv6/Site/IPv6.html
– Watch Rick’s videos and check out his PPTs
• Keith Barker’s YouTube Channel has a fantastic 9-video playlist on
IPv6 (most are 15-20 minutes long)

More Related Content

What's hot

NAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewallNAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewallCassiano Campes
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of RoutersKishore Kumar
 
CCNA ppt Day 9
CCNA ppt Day 9CCNA ppt Day 9
CCNA ppt Day 9VISHNU N
 
Switch configuration
Switch configurationSwitch configuration
Switch configurationMuuluu
 
Migrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip SmithMigrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip SmithMyNOG
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracerAnabia Anabia
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Dân Chơi
 
CCNA ppt Day 7
CCNA ppt Day 7CCNA ppt Day 7
CCNA ppt Day 7VISHNU N
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationHamed Moghaddam
 
CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6VISHNU N
 
CCNA ppt Day 8
CCNA ppt Day 8CCNA ppt Day 8
CCNA ppt Day 8VISHNU N
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationHamed Moghaddam
 
Routing basics/CEF
Routing basics/CEFRouting basics/CEF
Routing basics/CEFDmitry Figol
 

What's hot (20)

Basic BGP Configuration
Basic BGP ConfigurationBasic BGP Configuration
Basic BGP Configuration
 
NAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewallNAT and firewall presentation - how setup a nice firewall
NAT and firewall presentation - how setup a nice firewall
 
Internal & External of Routers
Internal & External of RoutersInternal & External of Routers
Internal & External of Routers
 
CCNA ppt Day 9
CCNA ppt Day 9CCNA ppt Day 9
CCNA ppt Day 9
 
Chapter5ccna
Chapter5ccnaChapter5ccna
Chapter5ccna
 
Ipv6 Alp
Ipv6 AlpIpv6 Alp
Ipv6 Alp
 
Switch configuration
Switch configurationSwitch configuration
Switch configuration
 
Migrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip SmithMigrating from OSPF to IS-IS by Philip Smith
Migrating from OSPF to IS-IS by Philip Smith
 
Router configuration in packet tracer
Router configuration in packet  tracerRouter configuration in packet  tracer
Router configuration in packet tracer
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
 
CCNA ppt Day 7
CCNA ppt Day 7CCNA ppt Day 7
CCNA ppt Day 7
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6
 
CCNA ppt Day 8
CCNA ppt Day 8CCNA ppt Day 8
CCNA ppt Day 8
 
Day 12 enabling ospf
Day 12 enabling ospfDay 12 enabling ospf
Day 12 enabling ospf
 
Chapter7ccna
Chapter7ccnaChapter7ccna
Chapter7ccna
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
 
Practice Lab CSC
Practice Lab CSCPractice Lab CSC
Practice Lab CSC
 
Routing basics/CEF
Routing basics/CEFRouting basics/CEF
Routing basics/CEF
 

Similar to IPV6 IPv6 Routing Lab By Rob Hamm

ipv6 introduction & environment buildup
ipv6 introduction & environment buildupipv6 introduction & environment buildup
ipv6 introduction & environment builduppsychesnet Hsieh
 
IPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdf
IPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdfIPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdf
IPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdf1987gelhu
 
Neighbor Discovery Deep Dive – IPv6-Networking-Referat
Neighbor Discovery Deep Dive – IPv6-Networking-ReferatNeighbor Discovery Deep Dive – IPv6-Networking-Referat
Neighbor Discovery Deep Dive – IPv6-Networking-ReferatDigicomp Academy AG
 
Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static ConfigurationHamed Moghaddam
 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2ehsan nazer
 
SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...
SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...
SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...Louis Göhl
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6Private
 
IPv6 networking training sduffy v3
IPv6 networking training   sduffy v3IPv6 networking training   sduffy v3
IPv6 networking training sduffy v3Shane Duffy
 
Fedv6tf-IPv6-new-friends
Fedv6tf-IPv6-new-friendsFedv6tf-IPv6-new-friends
Fedv6tf-IPv6-new-friendsTim Martin
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsMahmmoud Mahdi
 
IPv6 Fundamentals
IPv6 FundamentalsIPv6 Fundamentals
IPv6 FundamentalsMatt Bynum
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcpFred Bovy
 
Ipv6 cheat sheet
Ipv6 cheat sheetIpv6 cheat sheet
Ipv6 cheat sheetSwarup Hait
 
ipv6_cheat_sheet.pdf
ipv6_cheat_sheet.pdfipv6_cheat_sheet.pdf
ipv6_cheat_sheet.pdfpradeeppotter
 

Similar to IPV6 IPv6 Routing Lab By Rob Hamm (20)

7 slaac-rick graziani
7 slaac-rick graziani7 slaac-rick graziani
7 slaac-rick graziani
 
ipv6 introduction & environment buildup
ipv6 introduction & environment buildupipv6 introduction & environment buildup
ipv6 introduction & environment buildup
 
IPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdf
IPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdfIPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdf
IPV6 TYPESghjgkhggggggdhfhgfjfjgjhggkgkg .pdf
 
Neighbor Discovery Deep Dive – IPv6-Networking-Referat
Neighbor Discovery Deep Dive – IPv6-Networking-ReferatNeighbor Discovery Deep Dive – IPv6-Networking-Referat
Neighbor Discovery Deep Dive – IPv6-Networking-Referat
 
Cisco CCNA IPV6 Static Configuration
Cisco CCNA  IPV6 Static ConfigurationCisco CCNA  IPV6 Static Configuration
Cisco CCNA IPV6 Static Configuration
 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2
 
SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...
SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...
SVR401: DirectAccess Technical Drilldown, Part 1 of 2: IPv6 and transition te...
 
Ipv6
Ipv6Ipv6
Ipv6
 
Getting started with IPv6
Getting started with IPv6Getting started with IPv6
Getting started with IPv6
 
Icnd210 s04l01
Icnd210 s04l01Icnd210 s04l01
Icnd210 s04l01
 
IPv6 networking training sduffy v3
IPv6 networking training   sduffy v3IPv6 networking training   sduffy v3
IPv6 networking training sduffy v3
 
Ipv6
Ipv6Ipv6
Ipv6
 
Fedv6tf-IPv6-new-friends
Fedv6tf-IPv6-new-friendsFedv6tf-IPv6-new-friends
Fedv6tf-IPv6-new-friends
 
IPv6
IPv6IPv6
IPv6
 
OSPF_Exercises.pdf
OSPF_Exercises.pdfOSPF_Exercises.pdf
OSPF_Exercises.pdf
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 Fundamentals
 
IPv6 Fundamentals
IPv6 FundamentalsIPv6 Fundamentals
IPv6 Fundamentals
 
Neighbor discoverydhcp
Neighbor discoverydhcpNeighbor discoverydhcp
Neighbor discoverydhcp
 
Ipv6 cheat sheet
Ipv6 cheat sheetIpv6 cheat sheet
Ipv6 cheat sheet
 
ipv6_cheat_sheet.pdf
ipv6_cheat_sheet.pdfipv6_cheat_sheet.pdf
ipv6_cheat_sheet.pdf
 

More from Information and Communications Technology Council

More from Information and Communications Technology Council (11)

CIPs - Leveraging your learning
CIPs - Leveraging your learningCIPs - Leveraging your learning
CIPs - Leveraging your learning
 
HP Institute University presentation Canada May 2013
HP Institute University presentation Canada May 2013HP Institute University presentation Canada May 2013
HP Institute University presentation Canada May 2013
 
CompTIA
CompTIACompTIA
CompTIA
 
Futures in ICT - Ontario Collaboration Conference: Specialist High Skills Maj...
Futures in ICT - Ontario Collaboration Conference: Specialist High Skills Maj...Futures in ICT - Ontario Collaboration Conference: Specialist High Skills Maj...
Futures in ICT - Ontario Collaboration Conference: Specialist High Skills Maj...
 
HP Institute University Presentation_May 213
HP Institute University Presentation_May 213HP Institute University Presentation_May 213
HP Institute University Presentation_May 213
 
Online fit overview presentation ontario collaboration event may 2013 fit pr...
Online fit overview presentation  ontario collaboration event may 2013 fit pr...Online fit overview presentation  ontario collaboration event may 2013 fit pr...
Online fit overview presentation ontario collaboration event may 2013 fit pr...
 
3rd Annual, 'Futures in ICT' Collaboration Conference presentation on labour ...
3rd Annual, 'Futures in ICT' Collaboration Conference presentation on labour ...3rd Annual, 'Futures in ICT' Collaboration Conference presentation on labour ...
3rd Annual, 'Futures in ICT' Collaboration Conference presentation on labour ...
 
Fit alberta collaboration part ii fit program_may 2013
Fit alberta collaboration  part ii  fit program_may 2013Fit alberta collaboration  part ii  fit program_may 2013
Fit alberta collaboration part ii fit program_may 2013
 
FIT Alberta Collaboration Part I of II_Labour market information and ICT_may ...
FIT Alberta Collaboration Part I of II_Labour market information and ICT_may ...FIT Alberta Collaboration Part I of II_Labour market information and ICT_may ...
FIT Alberta Collaboration Part I of II_Labour market information and ICT_may ...
 
Bcit win8 ws2012 session
Bcit win8 ws2012 sessionBcit win8 ws2012 session
Bcit win8 ws2012 session
 
The Canadian Labour Market and Education
The Canadian Labour Market and Education The Canadian Labour Market and Education
The Canadian Labour Market and Education
 

Recently uploaded

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
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...Martijn de Jong
 
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 textsMaria Levchenko
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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 productivityPrincipled Technologies
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
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...Drew Madelung
 
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...Enterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
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...
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
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...
 
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...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

IPV6 IPv6 Routing Lab By Rob Hamm

  • 1. IPv6 Routing Lab Quick review of IPv6 Addressing Basic v6 Router configs Setting up OSPFv3 Setting up DHCPv6 By: Rob Hamm Instructor Computer Information Systems Administration British Columbia Institute of Technology
  • 2. Fa 0/0 PC1 PC2 PC3 R2 R3 ISP R1 Ser 0/1/0 .2 Ser 0/1/0 .1 Ser 0/1/0 .2 Ser 0/2/0 .1 Ser 0/2/0 .2 Ser 0/1/0 .1 Fa 0/0 Fa 0/0 2000:1::/64 2000:5::/64 2000:6::/64 2000:3::/64 2000:2::/64 2000:4::/64 IPv6 Lab Topology 1. Setup static addresses 2. Setup OSPFv3 3. Create static/default routes 4. Setup DHCPv6
  • 3. 2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64 0010 0000 0000 0000 : 0000 0000 0000 0001 : …  IPv6 addresses are 128-bit addresses represented in:  Eight 16-bit segments or “hextets”  Hexadecimal (non-case sensitive) between 0000 and FFFF  Separated by colons  Subnet masks shown as a prefix length (in bits) 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits <-------------- Network -----------> <--------------- Host ------------->
  • 4. 2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64  No More Subnetting! (sort of)  Default/standard addresses use 3-1-4 rule  3 hextets for networks (281 Trillion)  1 hextet for subnets (65,536)  4 hextets for hosts (18 Quintillion = Billion x Billion) 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits 16 bits <-------- Network -----> <--------------- Host -------------><Subnet>
  • 5. Two Rules for Address Abbreviation Rule 1: Leading zeroes in any segment can be omitted 2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64 2000: 1 : 0 : 0 : 0 : 0 : 0 : 1 / 64 Rule 2: A single contiguous string of all-zero segments can be represented with a double colon. 2000 : 0001 : 0000 : 0000 : 0000 : 0000 : 0000 : 0001 / 64 2000: 1 :: 1 / 64 <-------------- Network -----------> <--------------- Host -------------> <-------------- Network -----------> <--------------- Host ------------->
  • 6. IPv6 Addressing IPv6 Address Types: MulticastUnicast Anycast Assigned Solicited Global Unicast UnspecifiedLoopback Embedded IPv4 Link-Local Unique Local FF00::/8 FF02::1:FF00:0000/104 ::/128::1/1282000::/3 3FFF::/3 FE80::/10 FEBF::/10 FC00::/7 FDFF::/7 ::/80 Note: There are no broadcast addresses in IPv6
  • 7. Interface IDSubnet IDGlobal Routing Prefix Structure of a Global Unicast Address n bits m bits 128-n-m bits 001 Range 2000::/3 to 3FFF::/3 7 IANA’s allocation of IPv6 address space in 1/8th sections • Global unicast addresses are similar to IPv4 addresses. • Routable • Unique
  • 8. Stateless Autoconfiguration Global Unicast Static Global Unicast Addresses Dynamic IPv6 Unnumbered DHCPv6 Static EUI-64 Manual IPv6 Address
  • 9. R1# conf t R1(config)# R1(config)# interface fa 0/0 R1(config-if)# ipv6 address 2000:1::1/64  Manual Static OR R1(config-if)# ipv6 address 2000:1::/64 EUI  Manual EUI-64 2 Ways to Configure a Static Global Unicast Address No Host Portion
  • 10. R1(config)# ipv6 router ospf 1 R1(config-rtr)# router-id 1.1.1.1  still use 32 bit router ID R1(config-rtr)# exit  NO network statements at all! R1(config)# interface fa0/0 R1(config-if)# ipv6 ospf 1 area 0 Default route on R3 R3(config)# ipv6 route ::/0 Serial0/1/0 R3(config)# ipv6 router ospf 1 R3(config-rtr)# default-information originate  still same Configuring OSPFv3
  • 11. ! SLAAC configures IP address & Default Gateway on hosts ! DHCP is necessary to provide DNS information R1(config)# ipv6 dhcp pool cisco1 R1(config-dhcp)# dns-server 2000:6::2 R1(config-dhcp)# exit R1(config)# interface fa 0/0 R1(config-if)# ipv6 dhcp server cisco1 ! Tell ICMPv6 to set “O” flag so clients will accept DHCP info R1(config-if)# ipv6 nd other-config-flag Configuring Stateless DHCPv6
  • 12. show ipv6 interface brief command on router R1 R1# show ipv6 interface brief FastEthernet0/0 [up/up] FE80::203:6BFF:FEE9:D480 2000:1::1 Global unicast address Link-local unicast address 12 • Link-local address automatically created when/before the global unicast address is. • We will discuss link-local addresses next.
  • 13. PC1> ipconfig Windows IP Configuration Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : IPv6 Address. . . . . . . . . . . : 2000:1::2 Link-local IPv6 Address . . . . . : fe80::50a5:8a35:a5bb:66e1%11 Default Gateway . . . . . . . . . : 2000:1::1 13 PC1: Static Global Unicast Address
  • 14. Global Unicast Manual IPv6 UnnumberedIPv6 Address Stateless Autoconfiguration DHCPv6 Static EUI-64 14 Dynamic 2 Ways to Configure a Dynamic Global Unicast Address
  • 15. R1 DHCPv6 Server • Neighbor Discovery Protocol • The router’s Router Advertisement (RAs)determines how the host gets its dynamic address configuration. • ipv6 unicast-routing command enables router to send RAs. • Default = Stateless Address Auto Configuration (SLAAC) • Router uses ICMPv6 to deliver IP address & D.G. via RA. • Other Options: • Stateless DHCPv6 – delivers only additional info (e.g. DNS) • Stateful DHCPv6 – delivers all IP info RA   RS  DNS info
  • 16. • Used to communicate with other devices on the link. • Are NOT routable off the link. • An IPv6 device must have at least one link-local address. • Used by: • Hosts to communicate to the IPv6 network before it has a global unicast address. • Used as the default gateway address by hosts. • Adjacent routers to exchange routing updates Interface ID /64 1111 1110 10xx xxxx FE80::/10 Remaining 54 bits10 bits 64 bits EUI-64, Random or Manual Configuration Link-local unicast
  • 17. PC1> ipconfig Windows IP Configuration Ethernet adapter Local Area Connection: IPv6 Address. . . . . . . . . : 2000:1::D2FF:FE8C:E04C Link-local IPv6 Address . . . : fe80::50a5:8a35:a5bb:66e1%11 Default Gateway . . . . . . . : fe80::200:CFF:FEDA:37D7 Windows Addresses • WinXP and Server 2003 use EUI-64. • Vista & Win7/8 use pseudo random 64-bit Interface ID. • The %11 following the address is a Windows Zone ID (not IPv6).
  • 18. IPv6 Resources • IPv6 Fundamentals, Rick Graziani, Cisco Press • www.cabrillo.edu/~rgraziani/ipv6/Site/IPv6.html – Watch Rick’s videos and check out his PPTs • Keith Barker’s YouTube Channel has a fantastic 9-video playlist on IPv6 (most are 15-20 minutes long)

Editor's Notes

  1. NOTE: Several of these slides are altered versions from Rick Graziani’s IPv6 Presentation