A network administrator is troubleshooting an issue where workstations on a newly provisioned subnet, VLAN 55 (), fail to acquire dynamic IP configurations and instead assign themselves addresses in the range to .
The central DHCP server () resides on VLAN 10. The Layer 3 switch routing interface for VLAN 55 is configured as follows:
text
interface Vlan55
ip address 172.18.16.1 255.255.248.0
ip helper-address 10.100.5.10
A packet capture performed at the DHCP server shows that unicast `DHCPDISCOVER` packets forwarded by the Layer 3 switch arrive at the server with a Gateway IP Address (GIADDR) of , but the DHCP server returns no `DHCPOFFER`. All other subnets using this DHCP server are receiving leases normally.
Which of the following is the MOST likely root cause of this failure?
- AThe `ip helper-address` command must be configured on the DHCP server interface on VLAN 10 rather than on the client VLAN interface.
- BThe client workstations have a misconfigured default gateway that prevents APIPA addresses from routing across VLAN boundaries.
- The DHCP server does not have an active scope defined that matches the network segment of the GIADDR (172.18.16.0/21).Cevap
- DThe /21 subnet mask defines 2,046 usable host addresses, which exceeds the maximum address pool capacity allowed per DHCP scope.