Managing Serviceguard Eighteenth Edition, September 2010
G IPv6 Network Support
This appendix describes some of the characteristics of IPv6 network addresses. Topics:
• IPv6 Address Types
• Network Configuration Restrictions
• Local Primary/Standby LAN Patterns
• IPv6 Relocatable Address and Duplicate Address Detection Feature (page 480)
IPv6 Address Types
Several IPv6 types of addressing schemes are specified in the RFC 2373 (IPv6 Addressing
Architecture). IPv6 addresses are 128-bit identifiers for interfaces and sets of interfaces.
There are various address formats for IPv6 defined by the RFC 2373. IPv6 addresses
are broadly classified as follows:
The following table explains the three types of IPv6 address types: unicast, anycast,
and multicast.
Table G-1 IPv6 Address Types
An address for a single interface. A packet sent to a unicast address is delivered to the
interface identified by that address.
Unicast
An address for a set of interfaces. In most cases these interfaces belong to different
nodes. A packet sent to an anycast address is delivered to one of these interfaces
identified by the address. Since the standards for using anycast addresses is still
evolving, they are not supported in HP-UX as of now.
Anycast
An address for a set of interfaces (typically belonging to different nodes). A packet
sent to a multicast address will be delivered to all interfaces identified by that address.
Multicast
Unlike IPv4, there are no broadcast addresses in IPv6 because their functions are
superseded by multicast.
Textual Representation of IPv6 Addresses
There are three conventional forms for representing IPv6 addresses as text strings:
• The first form is x:x:x:x:x:x:x:x, where x’s are the hexadecimal values of
eight 16-bit pieces of the 128-bit address. Example:
2001:fecd:ba23:cd1f:dcb1:1010:9234:4088.
• Some of the IPv6 addresses may contain a long strings of zero bits. In order to
make it easy for representing such addresses textually a special syntax is available.
The use of “::” indicates that there are multiple groups of 16-bits of zeros. The “::”
IPv6 Address Types 475