A network administrator is deploying a DHCP relay service on a Layer 3 boundary router to service workstations located on VLAN 40 (). The centralized corporate DHCP server is located on a distant management network at . Workstations on VLAN 40 are currently getting APIPA addresses () because broadcast DHCPDISCOVER messages are stopped at the router. Which TWO of the following requirements or configuration steps are necessary on the router to allow clients on VLAN 40 to successfully obtain leases from the central DHCP server? (Select TWO.)
- Apply the IP helper address command targeting specifically on the router interface or SVI directly attached to VLAN 40.Answer
- Ensure the router interface facing VLAN 40 has an active IPv4 address assigned in the subnet to populate the Gateway IP Address (giaddr) field.Answer
- CConfigure the helper address command on the outbound WAN interface pointing toward the central DHCP server network.
- DConfigure access control lists on the router to allow incoming TCP port 67 and TCP port 68 traffic from VLAN 40 workstations.
Answer
The administrator must apply the IP helper address command targeting directly on the VLAN 40 interface/SVI, and ensure that the interface facing VLAN 40 has an active IPv4 address in the subnet to populate the giaddr header field.
To successfully relay DHCP traffic across Layer 3 boundaries, the router must intercept client broadcast traffic on the local client-facing interface (VLAN 40) where the `ip helper-address` command is applied. Additionally, the router uses the IP address configured on that client-facing interface to fill the `giaddr` (Gateway IP Address) field in the DHCP packet header. This field informs the remote DHCP server which subnet scope to select for assigning an IP address lease.
Step-by-Step Solution
Key Concept
DHCP Relay Agent Operation and Gateway IP Address (giaddr) Insertion