A network administrator is deploying a multi-VLAN enterprise network architecture. Workstations connected to VLAN 40 () fail to receive dynamic IP address configurations and revert to Automatic Private IP Addressing (). The centralized DHCP server is located on VLAN 10 (). Analysis indicates that client broadcast DHCPDISCOVER messages are arriving at the default gateway interface but are dropped at the Layer 3 boundary. Which of the following commands must the administrator configure on the VLAN 40 router interface to resolve this issue?
- ip helper-address 172.16.10.50Answer
- Bip dhcp pool 172.16.40.0/24
- Cdns-server 172.16.10.50
- Dip forward-protocol tcp 67
Answer
ip helper-address 172.16.10.50
Applying the `ip helper-address 172.16.10.50` command configures the router interface as a DHCP Relay Agent. It intercepts local broadcast DHCPDISCOVER traffic from VLAN 40 clients and forwards it as unicast UDP traffic to the target DHCP server IP address on VLAN 10.
Step-by-Step Solution
Key Concept
DHCP Relay Agent and IP Helper Configuration