DHCP relay agent operation

The DHCP server and client interact with each other in the same way regardless of whether the relay agent exists. For the interaction details, see "IP address allocation process." The following only describes steps related to the DHCP relay agent:

  1. After receiving a DHCP-DISCOVER or DHCP-REQUEST broadcast message from a DHCP client, the DHCP relay agent processes the message as follows:

    1. Fills the giaddr field of the message with its IP address.

    2. Unicasts the message to the designated DHCP server.

  2. Based on the giaddr field, the DHCP server returns an IP address and other configuration parameters in a response.

  3. The relay agent conveys the response to the client.

Figure 24: DHCP relay agent operation