SlideShare ist ein Scribd-Unternehmen logo
1 von 14
John Rullan
Cisco Certified Instructor Trainer
Thomas A. Edison CTE HS
Stephen Lynch
Network Architect, CCIE #36243
ABS Technology Architects
IPv6 Addressing
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 2
• 128-bit hexadecimal format (0-9, A-F)
• Uses 16-bit hexadecimal number fields separated by colons (:)
• Every 4-hexadecimal digits are equivalent to 16-bits.
• Consists of 8 hextets/quartets which is the equivalent to 16-bits
per-hextet.
2001:0DB8:0001:5270:0127:00AB:CAFE:0E1F /64
- 2001 in hexadecimal is 0010 0000 0000 0001 in binary
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 3
• The Site Prefix or Global Routing Prefix is the first 3 hextets or
48-bits of the address. It is assigned by the service provider.
• The Site Topology or Subnet ID Is the 4th hextet of the address.
• The Interface ID is the last 4 hextets or 64-bits of the address. It
can be manually or dynamically assigned using the EUI-64
command. (Extended Unique Identifier)
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 4
• First 3 bits are fixed at 001 or 200::/12 (IANA Global Routing
Number)
• Bits 16-24 identifies the Regional Registry:
- AfriNIC, APNIC, LACNIC, RIPE NCC and ARIN
2001:0000::/23 – IANA
2001:0200::/23 – APNIC (Asia/Pacific Region)
2001:0400::/23 – ARIN (North America Region)
2001:0600::/23 – RIPE (Europe, Middle East and Central Asia)
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 5
• Remaining 8-bits up to /32 identifies the ISP.
• The 3rd hextet represents the Site/Customer Identifier.
• The 4th hextet represent the Site Topology/Subnet ID.
- Allows 65,536 subnets with 18,446,744,073,709,551,616 (18 quintillion)
for each subnet.
- Not part of the host address field.
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 6
• The Interface ID are the remaining 64-bits of the address.
• Can be manually configured or dynamically by using the EUI-64
(Extended Unique Identifier).
• The EUI-64 command uses the device 48-bits MAC Address and
convert it into 64-bits by adding FF:FE in the middle of the
address.
• The first (network) and last (broadcast) address may be assigned
to an interface. An interface may contain more than one IPv6
address.
• There are no broadcast addresses, multicast is used instead.
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 7
• IPv6 uses the same method as IPv4 to subnet their addresses.
• /127 gives you 2 addresses.
• /124 gives you 16 addresses
• /120 gives you 256 addresses
• The first address in a network consists of all 0's and the last
address consists of all F's.
• It’s recommended for simplicity and design purposes to use /64
everywhere. Using anything less than /64 could potentially break
IPv6 features and cause increased design complexity.
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 8
• Leading 0s (zeroes) in any 16-bit section can be omitted.
Address before omission:
2001:0DB8:0001:5270:0127:00AB:CAFE:0E1F /64
Address after omission:
2001:DB8:1:5270:127:AB:CAFE:E1F /64
• This rule applies only to leading 0s; if trailing 0s are omitted, the
address would be vague.
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 9
• A Double Colons or Compressing Zeroes can be used to shorten
an IPv6 address when one or more hextets consist of all 0s.
• Double Colons can only be used to compress a single contiguous
16-bits blocks. You cannot use double colons to include part of a
block.
• Double Colons can only be used once in an address, if it's used
more than once the address could be ambiguous
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 10
• Unicast Address
• Uniquely identifies a single
interface on an IPv6 device.
• A packet sent to a unicast
address destination travels
from one host to the destination
host.
• An interface may have more than
one IPv6 address or an IPv6 and an
IPv4 addresses which is referred as
"Double Stack".
• When mistakes are made on
Entering an address to the IPv6
interface, the user must issue the
no ipv6 address command before
entering the correct one or the
address will remain on the interface.
(see figure)
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 11
• Multicast Address
• A Multicast address identifies a group of interfaces.
• All Multicast address are identified by their reserved address range
FF00::0/8
• A packet sent to a multicast address is delivered to all devices that are
identified by that address.
• Anycast Address
• A unicast address can be assigned to several interfaces/devices.
• A packet sent to an Anycast address goes only to the nearest member of
the group, according to the routing protocols measures of distance.
• Anycast is described as a cross between a Unicast and Multicast.
• The difference between an Anycast and Multicast is that in Anycast packet
is only delivered to a single device, while Multicast send it to multiple
devices.
Protocol IPv4 Multicast IPv6 Multicast
OSPF (Router) 224.0.0.5 FF02::5
OSPF (DR/BDR) 224.0.0.6 FF02::6
RIPv2 224.0.0.9 FF02::9
EIGRP 224.0.0.10 FF02::A
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 12
Link-Local Address
• Link-Local address are designed for use on a single local link.
• Link-Local address are automatically configured on all interfaces.
• The prefix used for a Link-Local address is FE80::X/10.
• Routers do not forward packet with a destination and source address
containing a link-local address.
Loopback Address
• Similar function to IPv4 127.0.0.1 address
• The Loopback address is 0:0:0:0:0:0:0:1 or may be simplify by using double
colons as ::1.
• It is used by a device to send a packet to itself
Representation IPv6 Loopback Address
Preferred 0000:0000:0000:0000:0000:0000:0000:0001
No Leading 0’s 0:0:0:0:0:0:0:1
Compresses ::1
Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13
• 128-bits address containing
global routing prefix, subnet ID
and interface ID.
• Uses a hexadecimal format
ranging from 0-9, A-F.
• Maximum Transmission Unit
up to 1280 bytes.
• Network address and
broadcasts address can be
assigned to an interface or end
device.
• Native IPsec encryption
• 32-bits addressing scheme
containing a host and a
network portion.
•Use binary format between 0
and 1.
• Maximum Transmission Unit
up to 576 bytes.
• Network address and
broadcasts address cannot be
assigned to an interface or
end device.
• VPN technologies must be
used to encrypt IPv4 packets.
Thank you.

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

IPV4 vs IPV6
IPV4 vs IPV6IPV4 vs IPV6
IPV4 vs IPV6
 
CCNA training 101
CCNA training 101CCNA training 101
CCNA training 101
 
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6
 
CCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless LansCCNAv5 - S3: Chapter 4 Wireless Lans
CCNAv5 - S3: Chapter 4 Wireless Lans
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
ipv4
ipv4ipv4
ipv4
 
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03
 
IP Address
IP AddressIP Address
IP Address
 
Dhcp
DhcpDhcp
Dhcp
 
Subnet calculation Tutorial
Subnet calculation TutorialSubnet calculation Tutorial
Subnet calculation Tutorial
 
Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
 
IPv4 to IPv6
IPv4 to IPv6IPv4 to IPv6
IPv4 to IPv6
 
Icmp
IcmpIcmp
Icmp
 
IPv6 Overview
IPv6 OverviewIPv6 Overview
IPv6 Overview
 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
DHCP
DHCPDHCP
DHCP
 
Encor chapter 1_packet forwarding
Encor chapter 1_packet forwardingEncor chapter 1_packet forwarding
Encor chapter 1_packet forwarding
 

Andere mochten auch

I pv4 format
I pv4 formatI pv4 format
I pv4 formatNitesh Singh
 
IPv6 address
IPv6 addressIPv6 address
IPv6 addressPina Parmar
 
IPv6 Addressing Fundamentals
IPv6 Addressing FundamentalsIPv6 Addressing Fundamentals
IPv6 Addressing FundamentalsRIPE NCC
 
Ch19 network layer-logical add
Ch19 network layer-logical addCh19 network layer-logical add
Ch19 network layer-logical addMohammed Romi
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarpMohd Arif
 
Network address translation
Network address translationNetwork address translation
Network address translationKarppinen Ngoc Anh
 
Chapter 19: Logical Addressing
Chapter 19: Logical AddressingChapter 19: Logical Addressing
Chapter 19: Logical AddressingShafaan Khaliq Bhatti
 
Routing, Different types of forwarding technique
Routing, Different types of forwarding techniqueRouting, Different types of forwarding technique
Routing, Different types of forwarding techniquerajib_
 
Internetworking Overview
Internetworking OverviewInternetworking Overview
Internetworking Overviewscooby_doo
 
Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcpMohd Arif
 
Nat presentation
Nat presentationNat presentation
Nat presentationhassoon3
 
Routing protocols-network-layer
Routing protocols-network-layerRouting protocols-network-layer
Routing protocols-network-layerNitesh Singh
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp1991shalu
 
RARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsRARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsPeter R. Egli
 
The Network Layer
The Network LayerThe Network Layer
The Network Layeradil raja
 

Andere mochten auch (20)

I pv4 format
I pv4 formatI pv4 format
I pv4 format
 
IPv6 address
IPv6 addressIPv6 address
IPv6 address
 
Ipv 4 and ipv6
Ipv 4 and ipv6Ipv 4 and ipv6
Ipv 4 and ipv6
 
IPv6 Addressing Fundamentals
IPv6 Addressing FundamentalsIPv6 Addressing Fundamentals
IPv6 Addressing Fundamentals
 
Ch19 network layer-logical add
Ch19 network layer-logical addCh19 network layer-logical add
Ch19 network layer-logical add
 
Ip addressing classful
Ip addressing classfulIp addressing classful
Ip addressing classful
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
Network address translation
Network address translationNetwork address translation
Network address translation
 
Routing Protocols
Routing ProtocolsRouting Protocols
Routing Protocols
 
Chapter 19: Logical Addressing
Chapter 19: Logical AddressingChapter 19: Logical Addressing
Chapter 19: Logical Addressing
 
Routing, Different types of forwarding technique
Routing, Different types of forwarding techniqueRouting, Different types of forwarding technique
Routing, Different types of forwarding technique
 
Internetworking Overview
Internetworking OverviewInternetworking Overview
Internetworking Overview
 
Bootp and dhcp
Bootp and dhcpBootp and dhcp
Bootp and dhcp
 
Nat presentation
Nat presentationNat presentation
Nat presentation
 
Nat
Nat Nat
Nat
 
Routing protocols-network-layer
Routing protocols-network-layerRouting protocols-network-layer
Routing protocols-network-layer
 
Arp and rarp
Arp and rarpArp and rarp
Arp and rarp
 
What is Network Address Translation (NAT)
What is Network Address Translation (NAT)What is Network Address Translation (NAT)
What is Network Address Translation (NAT)
 
RARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE ProtocolsRARP, BOOTP, DHCP and PXE Protocols
RARP, BOOTP, DHCP and PXE Protocols
 
The Network Layer
The Network LayerThe Network Layer
The Network Layer
 

Ähnlich wie IPv6 Addressing

IPv6 theoryfinalx
IPv6 theoryfinalxIPv6 theoryfinalx
IPv6 theoryfinalxPawan Sharma
 
ITN_Module_12.pptx
ITN_Module_12.pptxITN_Module_12.pptx
ITN_Module_12.pptxseare1
 
07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdfJosue138778
 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2ehsan nazer
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsMahmmoud Mahdi
 
Como definir un esquema de direcciones IPv6
Como definir un esquema de direcciones IPv6Como definir un esquema de direcciones IPv6
Como definir un esquema de direcciones IPv6Edgardo Scrimaglia
 
Conceptos ipv6, direccionamiento
Conceptos ipv6, direccionamientoConceptos ipv6, direccionamiento
Conceptos ipv6, direccionamientoEdgardo Scrimaglia
 
I pv6(internet protocol version 6)
I pv6(internet protocol version 6)I pv6(internet protocol version 6)
I pv6(internet protocol version 6)Subrata Kumer Paul
 
10 IP VERSION SIX (6) WEEK TEN notes.pptx
10 IP VERSION SIX (6)  WEEK TEN notes.pptx10 IP VERSION SIX (6)  WEEK TEN notes.pptx
10 IP VERSION SIX (6) WEEK TEN notes.pptxJoshuaAnnan5
 
8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptxZahouAmel1
 
Why We Need IPv6
Why We Need IPv6Why We Need IPv6
Why We Need IPv6Netwax Lab
 
IPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptxIPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptxNandaKumar106002
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxGeorgeThoreJr
 

Ähnlich wie IPv6 Addressing (20)

I pv6 addressing
I pv6 addressingI pv6 addressing
I pv6 addressing
 
IPv6 theoryfinalx
IPv6 theoryfinalxIPv6 theoryfinalx
IPv6 theoryfinalx
 
IPV6
IPV6 IPV6
IPV6
 
ITN_Module_12.pptx
ITN_Module_12.pptxITN_Module_12.pptx
ITN_Module_12.pptx
 
07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf
 
07_IP_Addressing.pdf
07_IP_Addressing.pdf07_IP_Addressing.pdf
07_IP_Addressing.pdf
 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 Fundamentals
 
IPv6.pptx
IPv6.pptxIPv6.pptx
IPv6.pptx
 
Como definir un esquema de direcciones IPv6
Como definir un esquema de direcciones IPv6Como definir un esquema de direcciones IPv6
Como definir un esquema de direcciones IPv6
 
Conceptos ipv6, direccionamiento
Conceptos ipv6, direccionamientoConceptos ipv6, direccionamiento
Conceptos ipv6, direccionamiento
 
I pv6(internet protocol version 6)
I pv6(internet protocol version 6)I pv6(internet protocol version 6)
I pv6(internet protocol version 6)
 
10 IP VERSION SIX (6) WEEK TEN notes.pptx
10 IP VERSION SIX (6)  WEEK TEN notes.pptx10 IP VERSION SIX (6)  WEEK TEN notes.pptx
10 IP VERSION SIX (6) WEEK TEN notes.pptx
 
8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx8-Lect_8 Addressing the Network.tcp.pptx
8-Lect_8 Addressing the Network.tcp.pptx
 
IPv4 adressing
IPv4 adressingIPv4 adressing
IPv4 adressing
 
Introduction to IPv6
Introduction to IPv6Introduction to IPv6
Introduction to IPv6
 
IPv6
IPv6IPv6
IPv6
 
Why We Need IPv6
Why We Need IPv6Why We Need IPv6
Why We Need IPv6
 
IPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptxIPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptx
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptx
 

Mehr von Irsandi Hasan

CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02Irsandi Hasan
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01Irsandi Hasan
 
VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - OverviewIrsandi Hasan
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11Irsandi Hasan
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10Irsandi Hasan
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9Irsandi Hasan
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8Irsandi Hasan
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7Irsandi Hasan
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6Irsandi Hasan
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5Irsandi Hasan
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4Irsandi Hasan
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3Irsandi Hasan
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2Irsandi Hasan
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1Irsandi Hasan
 
CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11Irsandi Hasan
 

Mehr von 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 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
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1
 
CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11
 

KĂźrzlich hochgeladen

Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
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
 
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
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 

KĂźrzlich hochgeladen (20)

Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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
 
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
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

IPv6 Addressing

  • 1. John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS Stephen Lynch Network Architect, CCIE #36243 ABS Technology Architects IPv6 Addressing
  • 2. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 2 • 128-bit hexadecimal format (0-9, A-F) • Uses 16-bit hexadecimal number fields separated by colons (:) • Every 4-hexadecimal digits are equivalent to 16-bits. • Consists of 8 hextets/quartets which is the equivalent to 16-bits per-hextet. 2001:0DB8:0001:5270:0127:00AB:CAFE:0E1F /64 - 2001 in hexadecimal is 0010 0000 0000 0001 in binary
  • 3. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 3 • The Site Prefix or Global Routing Prefix is the first 3 hextets or 48-bits of the address. It is assigned by the service provider. • The Site Topology or Subnet ID Is the 4th hextet of the address. • The Interface ID is the last 4 hextets or 64-bits of the address. It can be manually or dynamically assigned using the EUI-64 command. (Extended Unique Identifier)
  • 4. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 4 • First 3 bits are fixed at 001 or 200::/12 (IANA Global Routing Number) • Bits 16-24 identifies the Regional Registry: - AfriNIC, APNIC, LACNIC, RIPE NCC and ARIN 2001:0000::/23 – IANA 2001:0200::/23 – APNIC (Asia/Pacific Region) 2001:0400::/23 – ARIN (North America Region) 2001:0600::/23 – RIPE (Europe, Middle East and Central Asia)
  • 5. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 5 • Remaining 8-bits up to /32 identifies the ISP. • The 3rd hextet represents the Site/Customer Identifier. • The 4th hextet represent the Site Topology/Subnet ID. - Allows 65,536 subnets with 18,446,744,073,709,551,616 (18 quintillion) for each subnet. - Not part of the host address field.
  • 6. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 6 • The Interface ID are the remaining 64-bits of the address. • Can be manually configured or dynamically by using the EUI-64 (Extended Unique Identifier). • The EUI-64 command uses the device 48-bits MAC Address and convert it into 64-bits by adding FF:FE in the middle of the address. • The first (network) and last (broadcast) address may be assigned to an interface. An interface may contain more than one IPv6 address. • There are no broadcast addresses, multicast is used instead.
  • 7. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 7 • IPv6 uses the same method as IPv4 to subnet their addresses. • /127 gives you 2 addresses. • /124 gives you 16 addresses • /120 gives you 256 addresses • The first address in a network consists of all 0's and the last address consists of all F's. • It’s recommended for simplicity and design purposes to use /64 everywhere. Using anything less than /64 could potentially break IPv6 features and cause increased design complexity.
  • 8. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 8 • Leading 0s (zeroes) in any 16-bit section can be omitted. Address before omission: 2001:0DB8:0001:5270:0127:00AB:CAFE:0E1F /64 Address after omission: 2001:DB8:1:5270:127:AB:CAFE:E1F /64 • This rule applies only to leading 0s; if trailing 0s are omitted, the address would be vague.
  • 9. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 9 • A Double Colons or Compressing Zeroes can be used to shorten an IPv6 address when one or more hextets consist of all 0s. • Double Colons can only be used to compress a single contiguous 16-bits blocks. You cannot use double colons to include part of a block. • Double Colons can only be used once in an address, if it's used more than once the address could be ambiguous
  • 10. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 10 • Unicast Address • Uniquely identifies a single interface on an IPv6 device. • A packet sent to a unicast address destination travels from one host to the destination host. • An interface may have more than one IPv6 address or an IPv6 and an IPv4 addresses which is referred as "Double Stack". • When mistakes are made on Entering an address to the IPv6 interface, the user must issue the no ipv6 address command before entering the correct one or the address will remain on the interface. (see figure)
  • 11. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 11 • Multicast Address • A Multicast address identifies a group of interfaces. • All Multicast address are identified by their reserved address range FF00::0/8 • A packet sent to a multicast address is delivered to all devices that are identified by that address. • Anycast Address • A unicast address can be assigned to several interfaces/devices. • A packet sent to an Anycast address goes only to the nearest member of the group, according to the routing protocols measures of distance. • Anycast is described as a cross between a Unicast and Multicast. • The difference between an Anycast and Multicast is that in Anycast packet is only delivered to a single device, while Multicast send it to multiple devices. Protocol IPv4 Multicast IPv6 Multicast OSPF (Router) 224.0.0.5 FF02::5 OSPF (DR/BDR) 224.0.0.6 FF02::6 RIPv2 224.0.0.9 FF02::9 EIGRP 224.0.0.10 FF02::A
  • 12. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 12 Link-Local Address • Link-Local address are designed for use on a single local link. • Link-Local address are automatically configured on all interfaces. • The prefix used for a Link-Local address is FE80::X/10. • Routers do not forward packet with a destination and source address containing a link-local address. Loopback Address • Similar function to IPv4 127.0.0.1 address • The Loopback address is 0:0:0:0:0:0:0:1 or may be simplify by using double colons as ::1. • It is used by a device to send a packet to itself Representation IPv6 Loopback Address Preferred 0000:0000:0000:0000:0000:0000:0000:0001 No Leading 0’s 0:0:0:0:0:0:0:1 Compresses ::1
  • 13. Š 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13 • 128-bits address containing global routing prefix, subnet ID and interface ID. • Uses a hexadecimal format ranging from 0-9, A-F. • Maximum Transmission Unit up to 1280 bytes. • Network address and broadcasts address can be assigned to an interface or end device. • Native IPsec encryption • 32-bits addressing scheme containing a host and a network portion. •Use binary format between 0 and 1. • Maximum Transmission Unit up to 576 bytes. • Network address and broadcasts address cannot be assigned to an interface or end device. • VPN technologies must be used to encrypt IPv4 packets.