An enterprise network contains multiple subnets connected through a core Layer 3 switch. Hosts on VLAN 50 () fail to acquire IPv4 address leases from the centralized DHCP server located on VLAN 10 (). A network technician verifies that the DHCP server is operational and reachable via ICMP from the core switch. Where must the `ip helper-address 192.168.1.100` command be configured on the Layer 3 switch to enable DHCP relay functionality for the client hosts?
- On the Switch Virtual Interface (SVI) for VLAN 50Cevap
- BOn the Switch Virtual Interface (SVI) for VLAN 10
- CIn global configuration mode to enable TCP port 67 relaying across all switch interfaces
- DOn the trunk port interface connecting the switch directly to the remote DHCP server
Cevap
The helper address command must be configured on the Switch Virtual Interface (SVI) for VLAN 50.
DHCP relay agents must be configured on the ingress Layer 3 interface (default gateway) of the subnet where client hosts reside. In this scenario, hosts on VLAN 50 send broadcast DHCP requests to their gateway (VLAN 50 SVI). Placing `ip helper-address 192.168.1.100` on the VLAN 50 SVI instructs the switch to convert those broadcast UDP port 67 packets into unicast traffic directed to the remote DHCP server at .
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Interface Placement
Tahmini Süre:1m 30s