HP-UX IPv6 Transport Administrator Guide HP-UX 11i v3 (5992-6426, May 2013)
Table Of Contents
- HP-UX IPv6 Transport Administrator Guide
- Contents
- About This Document
- 1 Features Overview
- IPv6 Transport
- New IPv6 Transport Features
- Support for RFC 3542 (Advanced Sockets API for IPv6)
- Configurable Policy Table Support
- Anycast Address Support
- Support for RFC 4291 (IP Version 6 Addressing Architecture)
- Support for RFC 4213 (Basic Transition Mechanisms for IPv6 Hosts and Routers)
- Support for RFC 3484 (Default Address Selection for Internet Protocol version 6 (IPv6))
- Support for RFC 3493 (Basic Socket Interface Extensions for IPv6)
- Support for RFC 4584 (Extension to Sockets API for Mobile IPv6)
- Support for RFC 4193 (Unique Local IPv6 Unicast Addresses)
- Support for RFC 4443 (Internet Control Message Protocol for IPv6 (ICMPv6))
- Support for IPv6 over VLAN
- Ability to Disable Autoconfiguration Based on Router Advertisements
- Support for RFC 3810 (Multicast Listener Discovery Version 2 (MLDv2))
- Support for RFC 3376 (Internet Group Management Protocol Version 3 (IGMPv3))
- Support for RFC 3678 (Socket Extension to Multicast Source Filter API)
- Support for RFC 4941 (Privacy Extensions for Stateless Address Autoconfiguration in IPv6)
- New ndd Tunables
- IPv6 Transport Features Available in the Core HP-UX 11i v3 Operating System
- Limitations
- IPv6 Transport
- 2 Configuration
- Configuring IPv6 Interfaces and Addresses
- Stateless Autoconfiguration
- Manual Configuration
- Configurable Policy Table for Default Address Selection for IPv6
- Host Names and IPv6 Addresses
- 3 Troubleshooting
- 4 IPv6 Addressing and Concepts
- 5 IPv6 Software and Interface Technology
- 6 Utilities
- A IPv6 ndd Tunable Parameters
- Index

4 IPv6 Addressing and Concepts
This chapter introduces network addressing concepts for IPv6. It contains sections on
Obtaining IPv6 Addresses, IPv6 Address Formats, Neighbor Discovery, Stateless Address
Autoconfiguration and some basic general Networking Terminology.
Where to Get IPv6 Addresses
To obtain an IPv6 address, contact a local ISP or the Regional Internet Registries from
the following list:
ARIN - American IPv6 registration services
APNIC- Asia Pacific Network Information Center
RIPE - European Regional Internet Registry
The amount of addresses allocated varies according to your network requirements. Small
Internet Service Providers (ISPs) or end nodes acquire IPv6 addresses from their upstream
provider. Large ISPs, for example can receive from ARIN a minimum prefix of /48 with
a second-level allocation of 16 bits for subnets. The remaining 64 bits are for a network
interface.
IPv6 Address Formats
IPv6 addresses are 128-bit entities. IPv4 addresses are 32-bit addresses normally written
as four decimal numbers (dotted decimal), one for each byte of the address.
Example: 192.1.2.34
IPv6 Node Addresses are 128-bit records represented as eight fields of up to four
hexadecimal digits. A colon separates each field (:). Example:
2001:db8:101::230:6eff:fe04:d9ff.
NOTE: The symbol “::” is a special syntax that can be used as a shorthand way of
representing multiple 16-bit groups of contiguous 0’s (zeros). The “::” can appear
anywhere in the address; however it can only appear once in the address.
To indicate a subnetwork address, IPv6 uses subnet prefixes similar to IPv4 CIDR format.
Figure 7shows a 128-bit IPv6 node address with a 64-bit subnet prefix.
Figure 7 IPv6 128-bit Addresses; HP-UX Default Prefix 64
An IPv6 node address and its subnet prefix length can be combined in the following
format:
<IPv6-Node-Address>/<Prefix-Length>
46 IPv6 Addressing and Concepts