A network administrator provisions a new VLAN at a remote office site, routing inter-VLAN traffic through a local Layer 3 switch. Clients connected to the new VLAN are unable to access network resources and receive self-assigned IP addresses starting with . The centralized DHCP server located at the main headquarters has a valid, non-exhausted scope created for the new subnet. Which of the following is the most likely cause of this issue?
- The Layer 3 switch interface serving the new VLAN lacks a DHCP relay agent configuration.Answer
- BThe workstation operating systems automatically assigned APIPA addresses due to an incorrect default gateway setting on the client NICs.
- CThe DHCP scope was miscalculated by neglecting to subtract the network and broadcast addresses from the usable host pool.
- DThe centralized DHCP server rejected client requests because the server's own interface resides on a different IP subnet than the new gateway.
Answer
The Layer 3 switch interface serving the new VLAN lacks a DHCP relay agent configuration.
DHCP DISCOVER messages are sent as Layer 2 broadcast frames. Because routers and Layer 3 switches do not forward broadcast traffic, a DHCP relay agent (or IP helper address) must be enabled on the client-facing gateway interface to convert broadcasts into unicast traffic directed to the remote DHCP server. Without this relay, clients fail to reach the server and fall back to Automatic Private IP Addressing (APIPA).
Step-by-Step Solution
Key Concept
DHCP Relay / IP Helper Operation across Layer 3 Boundaries