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

For more MLD information refer to RFC 2710, “Multicast Listener Discovery (MLD)
for IPv6”.
• Router Advertisement: Router Functionality as specified in RFC 2461 “Neighbor
Discovery for IP Version 6 (IPv6)”, is implemented with a daemon, rtradvd, and
an accompanying configuration file, /etc/rtradvd.conf. The rtradvd daemon
listens to router solicitation and sends router advertisement messages on demand
or periodically (as described in RFC 2461). These advertisements allow any listening
host to configure their addresses and some other parameters automatically without
manual intervention. They can also choose a default router based on these
advertisements
Router advertisement is configured on a per interface basis. Refer to the
rtradvd.conf(4) man page for more information.
• IPv6 Transition Mechanism Enhancements: HP-UX 11i v3 provides several IPv6
transition mechanism changes from those previously offered in base (default) HP-UX
11i v2. Highlights of these changes are provided below. There have been no changes
to the dual stack mechanism, but several important changes to the tunneling
mechanisms. The following RFCs are supported (the IETF documents listed below
are available at http://www.ietf.org):
RFC 2473 - Packet Tunneling in IPv6
RFC 2893 - Transition Mechanisms for IPv6 Hosts and Routers
RFC 3056 - Connection of IPv6 Domains via IPv4 Clouds
IMPORTANT: As a result of supporting RFC 2893, tunnel configuration on HP-UX
11i v3, requires specific changes from tunnel configurations on base (default) HP-UX
11i v2. For detailed information, including specific configuration instructions, refer
to relevant sections of Chapter 2: “Configuration”, of this guide.
HP SMH has not been enhanced to support the tunneling enhancements. HP-UX 11i
v3 tunneling configuration must be done by editing the
/etc/rc.config.d/netconf-ipv6 file or by using the ifconfig command.
◦ Configured tunneling is point-to-point with addresses assigned to tunnel endpoints:
In conformance with RFC 2893 (which obsoletes RFC 1933) configured tunnels
are pseudo-interfaces with associated addresses. Previously, when conforming
to RFC 1933, tunnels were implemented using special routing entries. The RFC
1933 implementation did not allow addresses to be associated with tunnels and
hence, routing protocol daemons were not able to operate over tunnels. To
IPv6 Transport 19