A network engineer is configuring a Layer 3 switch to relay DHCP requests from client workstations on VLAN 35 () to two redundant central DHCP servers located on VLAN 100 ( and ). Which of the following statements correctly describe the behavior and operational mechanics of the DHCP relay agent when processing these client requests? (Select TWO options.)
- The relay agent inserts the IP address of its local ingress interface (VLAN 35 SVI) into the `giaddr` field of the DHCP payload before forwarding the message.Cevap
- The relay agent duplicates and forwards the original broadcast `DHCPDISCOVER` frame as separate unicast IP packets addressed to each configured DHCP server.Cevap
- CThe relay agent encapsulates the client request inside a connection-oriented TCP segment targeted at destination port 67 to guarantee delivery across the routed network.
- DThe `ip helper-address` commands must be configured in global configuration mode to allow automatic relay across all active SVIs on the switch.
Cevap
The correct statements are that the relay agent populates the `giaddr` field with the local ingress SVI IP address to identify the client subnet, and that it replicates incoming broadcast discovery messages into individual unicast IP packets directed to each defined target server.
The statements confirming that the local ingress interface IP address is populated into the `giaddr` field and that the broadcast `DHCPDISCOVER` is duplicated into unicast UDP packets sent to each configured destination server are both correct. The `giaddr` field is critical for cross-subnet DHCP operations because central DHCP servers inspect this field to determine which IP pool scope to draw addresses from. Additionally, when redundant helper addresses are configured on a Layer 3 interface, the relay agent creates separate unicast UDP messages targeting each server address specified.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Unicast Forwarding and GIADDR Field Modification