A network engineer is configuring a centralized DHCP server located at to issue IPv4 address leases to workstations across remote subnets. The remote site utilizes a Layer 3 router as the default gateway for multiple local networks, including VLAN 15 (). Workstations connected to VLAN 15 are failing to receive IP addresses and are instead generating APIPA addresses. Packet captures indicate that client DHCP DISCOVER broadcast messages from VLAN 15 are not reaching the centralized DHCP server across the WAN link. Which configuration modification on the remote router will resolve this connectivity issue?
- Configure the helper address command with specifically on the VLAN 15 interface on the remote router.Answer
- BConfigure the helper address command with on the WAN uplink interface facing the central core network.
- CModify the DHCP relay traffic parameters on the router to forward requests using TCP port 67 instead of UDP port 67.
- DReconfigure the router to forward incoming client DHCP DISCOVER messages to destination UDP port 68.
Answer
Configure the helper address command with specifically on the VLAN 15 interface on the remote router.
Configuring the IP helper address on the client-facing gateway interface allows the router to receive local broadcast DHCP DISCOVER messages from VLAN 15 hosts. The router converts these broadcasts into unicast UDP packets directed to the central DHCP server at , adding the router's interface IP to the GIADDR field so the server allocates an IP from the correct pool.
Step-by-Step Solution
Key Concept
DHCP Relay Agent and IP Helper Placement
Estimated Time:1m 30s