An enterprise network engineer is deploying redundant centralized DHCP servers ( and ) located in a dedicated management subnet. Workstations are partitioned across three client subnets (VLAN 20: , VLAN 30: , and VLAN 40: ) terminated on a Layer 3 core switch serving as their default gateway. Which TWO of the following statements correctly describe the technical mechanics and configuration requirements for the Layer 3 switch when relaying DHCPDISCOVER broadcast requests to the server pool?
- The Layer 3 switch inserts the IP address of the ingress Switch Virtual Interface (SVI) into the Gateway IP Address () field of the DHCP message header before forwarding.Cevap
- The Layer 3 switch converts incoming client UDP broadcast packets received on destination port 67 into unicast packets directed to both configured DHCP server IP addresses on destination port 67.Cevap
- CThe Layer 3 switch rewrites the destination port of the forwarded unicast packet from UDP port 67 to UDP port 68 so that the central DHCP servers receive the request on the client listening port.
- DThe IP helper commands must be applied within global configuration mode so that the relay functionality automatically intercepts broadcasts across all system VLANs simultaneously.
Cevap
The correct statements are that the Layer 3 switch inserts the ingress SVI IP address into the Gateway IP Address () header field, and that it converts incoming client UDP broadcasts on port 67 into unicast UDP packets sent to both DHCP servers on destination port 67.
The correct statements accurately reflect standard DHCP relay behavior per RFC 2131: the relay agent fills the field with the receiving interface's IP address to inform the central server of the client's subnet, and it translates client broadcast traffic into targeted unicast UDP packets sent to port 67 on all configured server endpoints.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay Agent Operational Mechanics and Header Modifications