A network security administrator investigates an issue where client devices on VLAN 30 () fail to obtain IP leases from a centralized DHCP server located in the management subnet (). Packet captures at the DHCP server reveal that incoming unicast DHCPDISCOVER packets correctly feature the Layer 3 switch interface address () in the `giaddr` (Gateway IP Address) field; however, the server silently drops the requests due to a policy requiring switch port and VLAN attachment metadata for scope allocation. Which feature must be configured on the relaying Layer 3 switch to resolve this issue?
- Enable DHCP Option 82 (Relay Agent Information Option) insertion on the switch to attach circuit-id and remote-id metadata to client requests.Answer
- BConfigure the `ip helper-address` on the destination interface connected directly to the centralized DHCP server rather than on the client VLAN 30 interface.
- CChange the destination protocol port mapping on the relay agent from UDP port 67 to TCP port 67 to support encrypted policy header transmission.
- DRemove VLAN 30 from the switch trunk ports to allow Layer 2 broadcast frames from client workstations to cross router boundaries directly.
Answer
Enable DHCP Option 82 (Relay Agent Information Option) insertion on the switch to attach circuit-id and remote-id metadata to client requests.
DHCP Option 82 (Relay Agent Information Option) allows a Layer 3 relay switch to insert specific location information (such as the incoming switch port number, VLAN ID, or module identifier) into client DHCP requests before relaying them to a centralized DHCP server. When enterprise DHCP servers enforce policies based on physical switch port locations, Option 82 must be enabled on the relay agent so the server can evaluate these sub-options and allocate the appropriate IP lease.
Step-by-Step Solution
Key Concept
DHCP Option 82 (Relay Agent Information Option)