A network administrator is setting up a new client subnet on VLAN 10. The centralized enterprise DHCP server resides on a separate subnet across a router on VLAN 20. When client workstations on VLAN 10 boot up, they fail to obtain an IP address because DHCP Discover broadcast messages are stopped by the router. Which command or feature should be configured on the router's VLAN 10 interface to forward these requests to the DHCP server?
- DHCP Relay Agent (ip helper-address) specifying the IP address of the DHCP serverCevap
- BProxy ARP enabled on the router interface to forward Layer 2 broadcasts across VLANs
- CReconfiguring the DHCP server and clients to communicate using TCP port 67
- DStatic NAT mapping the router interface IP address directly to UDP port 68
Cevap
Configure a DHCP Relay Agent (or ip helper-address) on the router interface facing the client subnet, configured with the unicast IP address of the remote DHCP server.
Configuring a DHCP relay agent (or ip helper-address) on the interface connected to the client subnet intercept broadcasts on UDP port 67 and forwards them as unicast traffic directly to the DHCP server's IP address on the remote subnet.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Services and IP Helper Address