A network engineer is configuring a Layer 3 gateway router to forward broadcast DHCP discovery messages from client devices in VLAN 40 (192.168.40.0/24) to a centralized DHCP server located at 10.200.10.50. On which interface must the helper address command (`ip helper-address 10.200.10.50`) be applied for the router to intercept client broadcasts and forward them as unicast packets?
- The inbound Layer 3 interface (SVI or subinterface) serving as the default gateway for VLAN 40Cevap
- BThe outbound Layer 3 interface directly connected to the DHCP server's destination subnet
- CThe Layer 2 trunk interface connecting the gateway router to the access layer switches
- DThe loopback interface configured to forward incoming unicast traffic on destination UDP port 68
Cevap
The helper address must be configured on the inbound Layer 3 interface (SVI or subinterface) serving as the default gateway for VLAN 40.
DHCP client requests (DISCOVER and REQUEST) are sent as Layer 2 broadcast frames to the local default gateway. To relay these messages across router boundaries to a centralized server, the DHCP relay command (such as `ip helper-address`) must be placed directly on the client-facing Layer 3 interface (SVI or router subinterface). When configured here, the gateway intercepts the broadcast, inserts its own interface IP into the gateway IP address (giaddr) field, and unicasts the request to the central server.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Interface Placement and Broadcast-to-Unicast Forwarding
Tahmini Süre:1m 30s