A network engineer is troubleshooting IP address acquisition issues for client hosts residing on VLAN 50 (). The centralized DHCP server () is active and reachable via ping from the core router. Packet captures indicate that client broadcast packets are successfully arriving at the switch Virtual Interface (SVI 50), but the Layer 3 switch fails to generate and forward unicast DHCP messages to the remote DHCP server. Which of the following configuration issues on the Layer 3 switch explains why the DHCP relay agent is unable to forward the client requests?
- The switch interface SVI 50 lacks an assigned IPv4 address, preventing the relay agent from populating the gateway IP address () field required for forwarding.Answer
- BThe ip helper-address command was incorrectly configured on the switch interface connected to the DHCP server instead of the client-facing SVI 50 interface.
- CThe relay agent attempted to establish a TCP session on port 67 to forward the request, which was dropped by the DHCP server.
- DThe relay agent attempted to intercept client traffic on UDP port 67 instead of listening on UDP port 68.
Answer
The switch interface SVI 50 lacks an assigned IPv4 address, preventing the relay agent from populating the gateway IP address () field required for forwarding.
For a DHCP relay agent to successfully forward a client's broadcast request as a unicast packet, the receiving Layer 3 interface (SVI 50) must have a valid IP address. The relay agent writes this IP address into the gateway IP address () field of the DHCP header. The remote DHCP server relies on the value to determine which IP address scope to allocate from. If no IP address is assigned to the SVI, the packet cannot be populated with a valid and is dropped by the relay agent.
Step-by-Step Solution
Key Concept
DHCP Relay Agent and GIADDR Population
Estimated Time:2m 0s