A network administrator is troubleshooting connectivity for a workstation on a newly configured VLAN 25 (). The central DHCP server is located on VLAN 10 (). Running `ipconfig /all` on the workstation yields the following output snippet:
IPv4 Address. . . . . . . . . . . : 169.254.88.12
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . :
Which of the following is the most likely cause of this issue?
- The router interface serving VLAN 25 lacks a configured IP helper address pointing to the central DHCP server.Answer
- BThe client workstation was configured with an incorrect default gateway subnet mask, causing DHCP request drops.
- CThe network interface assigned an APIPA address because the client's static IP configuration conflicts with the default gateway.
- DThe DHCP scope for VLAN 25 exhausted its address space because unusable network and broadcast addresses were included as valid host allocations.
Answer
The router interface serving VLAN 25 lacks a configured IP helper address pointing to the central DHCP server.
DHCP clients broadcast DHCPDISCOVER messages on their local subnet. Because routers do not forward Layer 3 broadcast traffic by default, clients on subnets separate from the central DHCP server cannot obtain an IP address unless an IP helper address (DHCP relay) is configured on the router gateway interface. Without a relay, the client times out and assigns itself an APIPA address ().
Step-by-Step Solution
Key Concept
DHCP Relay (IP Helper) Configuration across VLAN boundaries
Estimated Time:1m 15s