Place the following operational steps in the correct chronological order to show how a Cisco router configured as a DHCP relay agent processes an incoming client discovery message.
- 1The host client broadcasts a DHCP DISCOVER packet on its local subnet.
- 2The local router interface receives the broadcast packet and evaluates the configured ip helper-address.
- 3The router inserts its local receiving interface IP address into the Gateway IP Address (giaddr) field.
- 4The router converts the packet to a unicast IP packet and forwards it to the target DHCP server address.
Answer
The correct sequence begins with the host client broadcasting a DHCP DISCOVER packet on its local subnet. Next, the local router interface receives the broadcast packet and evaluates the configured ip helper-address. The router then inserts its local receiving interface IP address into the Gateway IP Address (giaddr) field. Finally, the router converts the packet to a unicast IP packet and forwards it to the target DHCP server address.
When an unconfigured host requests an IP address, it broadcasts a DHCP DISCOVER frame. The local router interface intercepts this broadcast, modifies the DHCP header by adding its receiving interface IP to the giaddr field, and changes the destination from broadcast to unicast directed at the configured DHCP server IP.
Step-by-Step Solution
Key Concept
DHCP Relay Agent Operation and Payload Modification (giaddr)
Estimated Time:45s