A host connected to VLAN 100 () broadcasts a DHCPDISCOVER packet to obtain network parameters. The client-facing gateway interface GigabitEthernet0/0/0.100 () on router R1 is configured with the command `ip helper-address 192.168.50.10`. Which operation does router R1 perform upon receiving this broadcast?
- R1 inserts its GigabitEthernet0/0/0.100 IP address () into the `giaddr` field and forwards the request as a unicast packet to .Cevap
- BR1 inserts the IP address of its egress interface facing the DHCP server into the `giaddr` field and unicasts the packet to .
- CR1 floods the original DHCPDISCOVER broadcast packet out all active interfaces except GigabitEthernet0/0/0.100.
- DR1 replaces the broadcast destination IP address () with while preserving the broadcast MAC address.
Cevap
Router R1 inserts the IP address of its client-facing interface () into the `giaddr` field of the DHCP payload and forwards the request as a unicast packet to the configured relay destination .
When a router configured with `ip helper-address` receives a broadcast DHCPDISCOVER packet on a client-facing interface, it acts as a DHCP relay agent. It populates the `giaddr` (gateway IP address) field in the DHCP header with the IP address assigned to the receiving ingress interface (). This critical step enables the remote DHCP server to select an IP address from the matching IP pool subnet. The router then converts the broadcast frame into a unicast IP packet addressed directly to the helper address ().
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Operation and Gateway IP Address (`giaddr`) Insertion
Tahmini Süre:1m 15s