IPv6 Addressing
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
Cisco Public
can be manually or dynamically assigned using the EUI-64 command. (Extended Unique Identifier)
Cisco Public
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)
Cisco Public
Cisco Public
The Interface ID are the remaining 64-bits of the address. Can be manually configured or dynamically by using the EUI-64
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
everywhere. Using anything less than /64 could potentially break IPv6 features and cause increased design complexity.
Cisco Public
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
Cisco Public
16-bits blocks. You cannot use double colons to include part of a block.
Cisco Public
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.
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.
and 1.
Maximum Transmission Unit
up to 1280 bytes.
Network address and
up to 576 bytes.
Network address and
Cisco Public
13
Thank you.