A network administrator needs to configure a Cisco IOS router to relay DHCP broadcast requests from local clients on VLAN 10 to a centralized DHCP server located at 192.168.50.10 in a different subnet. On which interface must the administrator configure the ip helper-address 192.168.50.10 command?
- On the local client-facing gateway interface that receives incoming broadcast requests from VLAN 10Answer
- BOn the router egress interface that forwards traffic out toward the 192.168.50.10 server subnet
- COn the global configuration mode prompt of the router rather than an interface configuration prompt
- DOn all Layer 2 access switchports on the local switch to allow broadcasts to traverse subnets
Answer
The ip helper-address command must be configured on the local client-facing gateway interface that receives incoming broadcast messages.
To act as a DHCP relay agent, a Cisco router must intercept incoming DHCP broadcast messages on the local gateway interface (client-facing interface) and re-transmit them as unicast traffic to the specified DHCP server address.
Step-by-Step Solution
Key Concept
DHCP Relay Agent Interface Placement