N10-005 · Question #621
Jeff, a network engineer, is troubleshooting an issue where clients are not receiving IP addresses from a new, properly configured DHCP server on another subnet. Statically addressed clients can get…
The correct answer is B. Missing helper addresses. When a DHCP server resides on a different subnet than the clients, DHCP broadcast messages cannot cross router boundaries without an IP helper address (DHCP relay) configured.
Question
Jeff, a network engineer, is troubleshooting an issue where clients are not receiving IP addresses from a new, properly configured DHCP server on another subnet. Statically addressed clients can get onto the same network with no issues. Which of the following is causing the issue?
Options
- AIncorrect VLAN tagging
- BMissing helper addresses
- CWrong default gateway
- DImproper routing protocols
How the community answered
(24 responses)- A8% (2)
- B79% (19)
- C8% (2)
- D4% (1)
Why each option
When a DHCP server resides on a different subnet than the clients, DHCP broadcast messages cannot cross router boundaries without an IP helper address (DHCP relay) configured.
Incorrect VLAN tagging would prevent communication entirely for affected clients, but statically addressed clients are unaffected and communicate normally, indicating a DHCP relay issue rather than a VLAN problem.
DHCP relies on broadcast messages (DHCPDISCOVER) that are blocked by routers by default. An IP helper address (ip helper-address) configured on the router interface facing the client subnet instructs the router to forward these broadcasts as unicast packets to the DHCP server on the remote subnet, enabling cross-subnet DHCP assignment. Without this, only statically addressed clients can communicate normally.
A wrong default gateway would prevent clients from reaching external networks but would not stop them from receiving a DHCP lease from a server on the same subnet - the server is on a different subnet here.
Improper routing protocols would affect general routing across the network, but statically assigned clients can already communicate, meaning routing itself is functional.
Concept tested: DHCP relay agent helper address for cross-subnet DHCP
Source: https://www.cisco.com/c/en/us/support/docs/ip/dynamic-address-allocation-resolution/27470-100.html
Topics
Community Discussion
No community discussion yet for this question.