HP VPN Firewall Appliances Network Management Configuration Guide

729
Configuring the DHCPv6 relay agent
DHCPv6 relay agent can be configured only at the CLI.
Overview
A DHCPv6 client usually uses a multicast address to contact the DHCPv6 server on the local link to obtain
an IPv6 address and other configuration parameters. As shown in Figure 377, if the DHCPv6 server
resides on another subnet, t
he DHCPv6 client can contact the server through a DHCPv6 relay agent, so
you do not need to deploy a DHCPv6 server on each subnet.
Figure 377 Typical DHCPv6 relay agent application
Figure 378 shows how the DHCPv6 client obtains an IPv6 address and other network configuration
parameters from the DHCPv6 server through the DHCPv6 relay agent, using the process of rapid
assignment involving two messages as an example.
1. The DHCPv6 client sends a Solicit message containing the Rapid Commit option to the multicast
address FF02::1:2 of all DHCPv6 servers and relay agents.
2. After receiving the Solicit message, the DHCPv6 relay agent encapsulates the message into the
Relay Message option of a Relay-forward message, and sends the message to the DHCPv6 server.
3. After obtaining the Solicit message from the Relay-forward message, the DHCPv6 server selects an
IPv6 address and other required parameters, and adds them to the reply which is encapsulated
within the Relay Message option of a Relay-reply message. The DHCPv6 server then sends the
Relay-reply message to the DHCPv6 relay agent.
4. The DHCPv6 relay agent obtains the reply from the Relay-reply message and sends the reply to the
DHCPv6 client.
Then the DHCPv6 client uses the IPv6 address and other configuration parameters assigned by the
DHCPv6 server to perform network configuration.