A network administrator needs to enable DHCP relay functionality on a Cisco IOS router so that hosts located in VLAN 40 () can receive dynamic IP addresses from a centralized DHCP server located at in the management network. Subinterface GigabitEthernet0/0/0.40 serves as the default gateway for VLAN 40, while GigabitEthernet0/0/1 connects directly to the core switch leading to the DHCP server. On which interface must the administrator execute the `ip helper-address 192.168.100.50` command?
- Subinterface GigabitEthernet0/0/0.40Cevap
- BInterface GigabitEthernet0/0/1
- CGlobal configuration mode
- DBoth GigabitEthernet0/0/0.40 and GigabitEthernet0/0/1
Cevap
Subinterface GigabitEthernet0/0/0.40 is the correct interface for configuring the helper address.
DHCP DISCOVER and REQUEST messages are sent as Local Subnet Broadcasts (). To forward these requests across network boundaries to a remote DHCP server, the router must intercept the broadcast at the client's default gateway interface. Therefore, `ip helper-address` must be applied to subinterface GigabitEthernet0/0/0.40, which inspects incoming broadcasts, inserts its IP address into the `giaddr` field, and unicasts the request to .
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Interface Configuration
Tahmini Süre:1m 30s