HP-UX IP Address and Client Management Administrator's Guide (October 2009)
dest-dhcp-server-address = 7ffe:1234::34;
##
# DHCP Device specific settings
##
DHCP_DEVICE_GROUP;\
vendor-class-id = 1234 "OS = HP-UX B.11.11 U 9000/800" "Mem
= 512 kb";\
V100 = "/depot/Install";\
address-pool-names = GRAPE;\
preference = 255;
##
# Interface mappings
##
RELAY_INTERFACE_MAPPINGS;\
# <Interface ID1> -> <Subnet address>
10:24:ab:1d -> 3ffe::/64;\
ac:12:23 -> 3000::/64;
##
# Client duid settings
##
DHCP_CLIENT_DUID_GROUP;\
client-duid = 41:42:43:44:f2:ec:45:9f;\
pool-group-name = RED;\
addresses = 5ffe::90f 4000::209;\
DNS-server-address = 4000::100;
NOTE: The dhcpv6tab file discards the DHCP_POOL_GROUP section because it starts with a
pound sign (#).
Configuring the Client
This section describes how to configure the DHCPv6 client.
It discusses the following topics:
• “The dhcpv6client.data File” (page 134)
• “The dhcpv6clientd Client Daemon” (page 135)
• “Setting Up the DHCPv6 Client” (page 135)
• “The dhcpv6client_ui Interface” (page 136)
• “The dhcpv6config Script” (page 137)
• “The dhcpv6db2conf Utility” (page 138)
The dhcpv6client.data File
The client database file /etc/dhcpv6client.data contains a series of records to represent
various configuration parameters, such as DNS server address, DHCPv6 server address, DNS
domain name list, and others. Each record is of the following format:
<opcode> <length> <data>
where
<opcode> is the option code for the parameter or identifier, followed by a space.
<length> is the length of the information, followed by a space.
<data> is the data representing the information denoted by the option code, followed by a
newline character.
The DHCPv6 client uses dhcpv6client.data to build its internal database and to maintain
the leases. This file contains information about the IP address leases and other configuration
parameters.
134 Configuring DHCPv6