An enterprise network engineer is configuring a Cisco IOS router (R1) to forward DHCP requests from client hosts located on subnet to a centralized DHCP server with IPv4 address . Client hosts connect directly to R1 via interface GigabitEthernet0/0/1 (), while interface GigabitEthernet0/0/0 () routes traffic toward the DHCP server network. Which configuration command must be applied to ensure R1 properly relays client DHCP broadcast requests to the server?
- Apply the `ip helper-address 172.16.10.25` command under the incoming client gateway interface GigabitEthernet0/0/1 configuration mode.Cevap
- BApply the `ip helper-address 172.16.10.25` command under the egress interface GigabitEthernet0/0/0 configuration mode.
- CConfigure `ip helper-address 10.50.1.1` globally on R1 to enable DHCP relay across all router interfaces.
- DConfigure an `ip dhcp pool` on interface GigabitEthernet0/0/1 with a `default-router` setting of 172.16.10.25.
Cevap
Apply the command `ip helper-address 172.16.10.25` on interface GigabitEthernet0/0/1.
To function as a DHCP relay agent, a Cisco router interface receiving client broadcast requests must be configured with `ip helper-address <server-ip>`. Applying this command to the client-facing gateway interface (GigabitEthernet0/0/1) enables the router to listen for UDP port 67 broadcast traffic, encapsulate it as unicast, insert its gateway IP address (`giaddr`), and send it directly to the designated DHCP server ().
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Interface Placement and Operation
Tahmini Süre:1m 15s