SlideShare a Scribd company logo
1 of 14
Download to read offline
IPv6 Addressing
John Rullan
Cisco Certified Instructor Trainer
Thomas A. Edison CTE HS
Stephen Lynch
Network Architect, CCIE #36243
ABS Technology Architects
• 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

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

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

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

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

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

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

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

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

10
• 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.
Protocol
OSPF (Router)
OSPF (DR/BDR)
RIPv2
EIGRP

IPv4 Multicast
224.0.0.5
224.0.0.6
224.0.0.9
224.0.0.10

IPv6 Multicast
FF02::5
FF02::6
FF02::9
FF02::A

• 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.
© 2013 Cisco and/or its affiliates. All rights reserved.

Cisco Public

11
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
Preferred
No Leading 0’s
Compresses
© 2013 Cisco and/or its affiliates. All rights reserved.

IPv6 Loopback Address
0000:0000:0000:0000:0000:0000:0000:0001
0:0:0:0:0:0:0:1
::1
Cisco Public

12
• 128-bits address containing

• 32-bits addressing scheme

global routing prefix, subnet ID
and interface ID.

containing a host and a
network portion.

• Uses a hexadecimal format

•Use binary format between 0

ranging from 0-9, A-F.

and 1.

• Maximum Transmission Unit

• Maximum Transmission Unit

up to 1280 bytes.

up to 576 bytes.

• Network address and

• Network address and

broadcasts address can be
assigned to an interface or end
device.

broadcasts address cannot be
assigned to an interface or
end device.

• Native IPsec encryption

• VPN technologies must be

used to encrypt IPv4 packets.

© 2013 Cisco and/or its affiliates. All rights reserved.

Cisco Public

13
Thank you.

More Related Content

What's hot (20)

IPv6 Addressing Architecture
IPv6 Addressing ArchitectureIPv6 Addressing Architecture
IPv6 Addressing Architecture
 
Mac Filtering
Mac FilteringMac Filtering
Mac Filtering
 
MAC & IP addresses
MAC & IP addressesMAC & IP addresses
MAC & IP addresses
 
Internet address
Internet addressInternet address
Internet address
 
IP Address
IP AddressIP Address
IP Address
 
Ipv6^ new
Ipv6^ newIpv6^ new
Ipv6^ new
 
IPv6
IPv6IPv6
IPv6
 
Cisco IPv6 Tutorial
Cisco IPv6 TutorialCisco IPv6 Tutorial
Cisco IPv6 Tutorial
 
IPv6 theoryfinalx
IPv6 theoryfinalxIPv6 theoryfinalx
IPv6 theoryfinalx
 
Ip v4 & ip v6
Ip v4 & ip v6Ip v4 & ip v6
Ip v4 & ip v6
 
IP classes
IP classesIP classes
IP classes
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
Ip addressing...
Ip addressing... Ip addressing...
Ip addressing...
 
Networking Chapter 11
Networking Chapter 11Networking Chapter 11
Networking Chapter 11
 
Ip address
Ip addressIp address
Ip address
 
Ip address
Ip addressIp address
Ip address
 
InfiniFlux IP Address Type
InfiniFlux IP Address TypeInfiniFlux IP Address Type
InfiniFlux IP Address Type
 
IPv6 Best Practice
IPv6 Best PracticeIPv6 Best Practice
IPv6 Best Practice
 
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 07
 
IP addressing seminar ppt
IP addressing seminar pptIP addressing seminar ppt
IP addressing seminar ppt
 

Similar to I pv6 addressing

07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdf07_IP_Addressing ayudaok.pdf
07_IP_Addressing ayudaok.pdfJosue138778
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsMahmmoud Mahdi
 
ITN_Module_12.pptx
ITN_Module_12.pptxITN_Module_12.pptx
ITN_Module_12.pptxseare1
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6Syed Arshad
 
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
 
IPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptxIPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptxNandaKumar106002
 
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
 
Conceptos ipv6, direccionamiento
Conceptos ipv6, direccionamientoConceptos ipv6, direccionamiento
Conceptos ipv6, direccionamientoEdgardo Scrimaglia
 
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
 
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
 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2ehsan nazer
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxGeorgeThoreJr
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipAtika Zaimi
 
IPv6 The Big Move
IPv6 The Big MoveIPv6 The Big Move
IPv6 The Big Movefrenildand
 

Similar to I pv6 addressing (20)

IPV6
IPV6 IPV6
IPV6
 
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
 
Lesson 3: IPv6 Fundamentals
Lesson 3: IPv6 FundamentalsLesson 3: IPv6 Fundamentals
Lesson 3: IPv6 Fundamentals
 
ITN_Module_12.pptx
ITN_Module_12.pptxITN_Module_12.pptx
ITN_Module_12.pptx
 
A very good introduction to IPv6
A very good introduction to IPv6A very good introduction to IPv6
A very good introduction to IPv6
 
IPv6.pptx
IPv6.pptxIPv6.pptx
IPv6.pptx
 
I pv6(internet protocol version 6)
I pv6(internet protocol version 6)I pv6(internet protocol version 6)
I pv6(internet protocol version 6)
 
IPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.pptxIPv6 Impo Addressing and Protocols2.pptx
IPv6 Impo Addressing and Protocols2.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
 
Conceptos ipv6, direccionamiento
Conceptos ipv6, direccionamientoConceptos ipv6, direccionamiento
Conceptos ipv6, direccionamiento
 
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
 
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
 
IPv6 By Vipin
IPv6 By VipinIPv6 By Vipin
IPv6 By Vipin
 
Cisco presentation2
Cisco presentation2Cisco presentation2
Cisco presentation2
 
IPv6
IPv6IPv6
IPv6
 
Module (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptxModule (10) NAT for IPV4.pptx
Module (10) NAT for IPV4.pptx
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpip
 
IPv6 The Big Move
IPv6 The Big MoveIPv6 The Big Move
IPv6 The Big Move
 
Introduction to IPv6
Introduction to IPv6Introduction to IPv6
Introduction to IPv6
 

More from turismolacandelaria (19)

Fernando morocho
Fernando morochoFernando morocho
Fernando morocho
 
Luis peña
Luis peñaLuis peña
Luis peña
 
Dolores aushay
Dolores aushayDolores aushay
Dolores aushay
 
Romulo lliquin
Romulo lliquinRomulo lliquin
Romulo lliquin
 
Yolanda chiriboga
Yolanda chiribogaYolanda chiriboga
Yolanda chiriboga
 
Jose lliquin
Jose lliquinJose lliquin
Jose lliquin
 
Hernesto chavez
Hernesto chavezHernesto chavez
Hernesto chavez
 
Ana lliquin
Ana lliquinAna lliquin
Ana lliquin
 
Victor pusay
Victor pusayVictor pusay
Victor pusay
 
Luis lliquin
Luis lliquinLuis lliquin
Luis lliquin
 
Juana llallico
Juana llallicoJuana llallico
Juana llallico
 
Jose imba
Jose imbaJose imba
Jose imba
 
Florencio lliquin
Florencio lliquinFlorencio lliquin
Florencio lliquin
 
Rosa chavez
Rosa chavezRosa chavez
Rosa chavez
 
Rene Chavez
Rene ChavezRene Chavez
Rene Chavez
 
Marcelo Pusay
Marcelo PusayMarcelo Pusay
Marcelo Pusay
 
Jimena Rruiz
Jimena RruizJimena Rruiz
Jimena Rruiz
 
Gladys Chavez
Gladys ChavezGladys Chavez
Gladys Chavez
 
Mauricio Chiriboga
Mauricio ChiribogaMauricio Chiriboga
Mauricio Chiriboga
 

Recently uploaded

16042024_First India Newspaper Jaipur.pdf
16042024_First India Newspaper Jaipur.pdf16042024_First India Newspaper Jaipur.pdf
16042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
Political-Ideologies-and-The-Movements.pptx
Political-Ideologies-and-The-Movements.pptxPolitical-Ideologies-and-The-Movements.pptx
Political-Ideologies-and-The-Movements.pptxSasikiranMarri
 
11042024_First India Newspaper Jaipur.pdf
11042024_First India Newspaper Jaipur.pdf11042024_First India Newspaper Jaipur.pdf
11042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
15042024_First India Newspaper Jaipur.pdf
15042024_First India Newspaper Jaipur.pdf15042024_First India Newspaper Jaipur.pdf
15042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
Geostrategic significance of South Asian countries.ppt
Geostrategic significance of South Asian countries.pptGeostrategic significance of South Asian countries.ppt
Geostrategic significance of South Asian countries.pptUsmanKaran
 
Transforming Andhra Pradesh: TDP's Legacy in Road Connectivity
Transforming Andhra Pradesh: TDP's Legacy in Road ConnectivityTransforming Andhra Pradesh: TDP's Legacy in Road Connectivity
Transforming Andhra Pradesh: TDP's Legacy in Road Connectivitynarsireddynannuri1
 
lok sabha Elections in india- 2024 .pptx
lok sabha Elections in india- 2024 .pptxlok sabha Elections in india- 2024 .pptx
lok sabha Elections in india- 2024 .pptxdigiyvbmrkt
 
Emerging issues in migration policies.ppt
Emerging issues in migration policies.pptEmerging issues in migration policies.ppt
Emerging issues in migration policies.pptNandinituteja1
 
Power in International Relations (Pol 5)
Power in International Relations (Pol 5)Power in International Relations (Pol 5)
Power in International Relations (Pol 5)ssuser583c35
 
13042024_First India Newspaper Jaipur.pdf
13042024_First India Newspaper Jaipur.pdf13042024_First India Newspaper Jaipur.pdf
13042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
Foreign Relation of Pakistan with Neighboring Countries.pptx
Foreign Relation of Pakistan with Neighboring Countries.pptxForeign Relation of Pakistan with Neighboring Countries.pptx
Foreign Relation of Pakistan with Neighboring Countries.pptxunark75
 
14042024_First India Newspaper Jaipur.pdf
14042024_First India Newspaper Jaipur.pdf14042024_First India Newspaper Jaipur.pdf
14042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
12042024_First India Newspaper Jaipur.pdf
12042024_First India Newspaper Jaipur.pdf12042024_First India Newspaper Jaipur.pdf
12042024_First India Newspaper Jaipur.pdfFIRST INDIA
 
Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...
Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...
Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...The Lifesciences Magazine
 

Recently uploaded (14)

16042024_First India Newspaper Jaipur.pdf
16042024_First India Newspaper Jaipur.pdf16042024_First India Newspaper Jaipur.pdf
16042024_First India Newspaper Jaipur.pdf
 
Political-Ideologies-and-The-Movements.pptx
Political-Ideologies-and-The-Movements.pptxPolitical-Ideologies-and-The-Movements.pptx
Political-Ideologies-and-The-Movements.pptx
 
11042024_First India Newspaper Jaipur.pdf
11042024_First India Newspaper Jaipur.pdf11042024_First India Newspaper Jaipur.pdf
11042024_First India Newspaper Jaipur.pdf
 
15042024_First India Newspaper Jaipur.pdf
15042024_First India Newspaper Jaipur.pdf15042024_First India Newspaper Jaipur.pdf
15042024_First India Newspaper Jaipur.pdf
 
Geostrategic significance of South Asian countries.ppt
Geostrategic significance of South Asian countries.pptGeostrategic significance of South Asian countries.ppt
Geostrategic significance of South Asian countries.ppt
 
Transforming Andhra Pradesh: TDP's Legacy in Road Connectivity
Transforming Andhra Pradesh: TDP's Legacy in Road ConnectivityTransforming Andhra Pradesh: TDP's Legacy in Road Connectivity
Transforming Andhra Pradesh: TDP's Legacy in Road Connectivity
 
lok sabha Elections in india- 2024 .pptx
lok sabha Elections in india- 2024 .pptxlok sabha Elections in india- 2024 .pptx
lok sabha Elections in india- 2024 .pptx
 
Emerging issues in migration policies.ppt
Emerging issues in migration policies.pptEmerging issues in migration policies.ppt
Emerging issues in migration policies.ppt
 
Power in International Relations (Pol 5)
Power in International Relations (Pol 5)Power in International Relations (Pol 5)
Power in International Relations (Pol 5)
 
13042024_First India Newspaper Jaipur.pdf
13042024_First India Newspaper Jaipur.pdf13042024_First India Newspaper Jaipur.pdf
13042024_First India Newspaper Jaipur.pdf
 
Foreign Relation of Pakistan with Neighboring Countries.pptx
Foreign Relation of Pakistan with Neighboring Countries.pptxForeign Relation of Pakistan with Neighboring Countries.pptx
Foreign Relation of Pakistan with Neighboring Countries.pptx
 
14042024_First India Newspaper Jaipur.pdf
14042024_First India Newspaper Jaipur.pdf14042024_First India Newspaper Jaipur.pdf
14042024_First India Newspaper Jaipur.pdf
 
12042024_First India Newspaper Jaipur.pdf
12042024_First India Newspaper Jaipur.pdf12042024_First India Newspaper Jaipur.pdf
12042024_First India Newspaper Jaipur.pdf
 
Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...
Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...
Mitochondrial Fusion Vital for Adult Brain Function and Disease Understanding...
 

I pv6 addressing

  • 1. IPv6 Addressing John Rullan Cisco Certified Instructor Trainer Thomas A. Edison CTE HS Stephen Lynch Network Architect, CCIE #36243 ABS Technology Architects
  • 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 2
  • 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 3
  • 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 4
  • 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 5
  • 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 6
  • 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 7
  • 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 8
  • 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 9
  • 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 10
  • 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. Protocol OSPF (Router) OSPF (DR/BDR) RIPv2 EIGRP IPv4 Multicast 224.0.0.5 224.0.0.6 224.0.0.9 224.0.0.10 IPv6 Multicast FF02::5 FF02::6 FF02::9 FF02::A • 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. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 11
  • 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 Preferred No Leading 0’s Compresses © 2013 Cisco and/or its affiliates. All rights reserved. IPv6 Loopback Address 0000:0000:0000:0000:0000:0000:0000:0001 0:0:0:0:0:0:0:1 ::1 Cisco Public 12
  • 13. • 128-bits address containing • 32-bits addressing scheme global routing prefix, subnet ID and interface ID. containing a host and a network portion. • Uses a hexadecimal format •Use binary format between 0 ranging from 0-9, A-F. and 1. • Maximum Transmission Unit • Maximum Transmission Unit up to 1280 bytes. up to 576 bytes. • Network address and • Network address and broadcasts address can be assigned to an interface or end device. broadcasts address cannot be assigned to an interface or end device. • Native IPsec encryption • VPN technologies must be used to encrypt IPv4 packets. © 2013 Cisco and/or its affiliates. All rights reserved. Cisco Public 13