SlideShare uma empresa Scribd logo
1 de 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.

Mais conteúdo relacionado

Mais procurados

CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04Irsandi Hasan
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2Nil Menon
 
Cisco Packet Tracer Overview
Cisco Packet Tracer OverviewCisco Packet Tracer Overview
Cisco Packet Tracer OverviewAli Usman
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9Nil Menon
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...Tarun Khaneja
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)welcometofacebook
 
IP Address
IP AddressIP Address
IP AddressRahul P
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPTPijush Kanti Das
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6Adeel Rasheed
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressingvssnsarma
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configurationyasir1122
 
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 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06Irsandi Hasan
 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING AYESHA JAVED
 

Mais procurados (20)

CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
Cisco Packet Tracer Overview
Cisco Packet Tracer OverviewCisco Packet Tracer Overview
Cisco Packet Tracer Overview
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
IP Address
IP AddressIP Address
IP Address
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
IP addressing and Subnetting PPT
IP addressing and Subnetting PPTIP addressing and Subnetting PPT
IP addressing and Subnetting PPT
 
IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6IP Address - IPv4 & IPv6
IP Address - IPv4 & IPv6
 
IPV4 vs IPV6
IPV4 vs IPV6IPV4 vs IPV6
IPV4 vs IPV6
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Routers and Routing Configuration
Routers and Routing ConfigurationRouters and Routing Configuration
Routers and Routing Configuration
 
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 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING IP NETWORKING AND IP SUBNET MASKING
IP NETWORKING AND IP SUBNET MASKING
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 

Destaque

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
 
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
 

Destaque (20)

I pv4 format
I pv4 formatI pv4 format
I pv4 format
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
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
 
IPv6
IPv6IPv6
IPv6
 
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)
 

Semelhante a IPv6 Addressing

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
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6Syed Arshad
 
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
 

Semelhante a 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
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good 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
 

Mais de 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 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03Irsandi 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
 
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10Irsandi Hasan
 

Mais de Irsandi Hasan (20)

CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 11
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 09
 
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 08
 
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 03
 
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
 
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10
 

Último

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 

Último (20)

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 

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.