A network administrator configures a Cisco IOS router interface with the `ip helper-address 10.1.1.50` command to support clients on subnets without a local DHCP server. Which two actions does the router perform upon receiving a DHCPDISCOVER broadcast message from a client host on that interface? (Select two.)
- The router converts the broadcast destination IP address () into a unicast IP address matching the helper address ().Cevap
- The router inserts the IP address of the receiving client-facing interface into the `giaddr` (Gateway IP Address) field of the DHCP message body.Cevap
- CThe router must have the `ip helper-address` command configured on its egress interface facing the DHCP server destination.
- DThe router floods the original DHCPDISCOVER broadcast frame out all active interfaces except the incoming client interface.
Cevap
The router converts the destination broadcast address to the unicast address of the DHCP server (10.1.1.50) and populates the `giaddr` field with the IP address of the receiving interface.
When a Cisco router acts as a DHCP relay agent, it intercepts client DHCPDISCOVER broadcast messages on the ingress interface configured with `ip helper-address`. It modifies the packet by changing the destination IP from broadcast () to the unicast IP of the DHCP server. Additionally, it inserts the IP address of the receiving ingress interface into the `giaddr` field of the DHCP payload so the server knows which subnet scope to assign an address from.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Operation and Header Modification