A network administrator is troubleshooting network connectivity for several newly installed point-of-sale (POS) terminals operating on VLAN 40 (). Executing `ipconfig /all` on an affected terminal displays an IPv4 address of with a subnet mask of and no default gateway specified. The centralized enterprise DHCP server is situated on VLAN 10 (), and existing clients on VLAN 10 acquire leases without error.
Which of the following are potential root causes for this issue? (Select TWO.)
- The router or Layer 3 switch interface serving VLAN 40 lacks an IP helper address (DHCP relay agent) pointing to .Answer
- The DHCP server scope corresponding to the network is exhausted or deactivated.Answer
- CThe default gateway parameter configured on the POS terminal is set to an address on an incorrect IP subnet.
- DThe client network adapter has a duplex mismatch with the connected switchport, preventing Layer 2 link initialization.
Answer
The potential root causes are: (1) The router/Layer 3 switch interface for VLAN 40 is missing an IP helper address pointing to the DHCP server on VLAN 10, and (2) The DHCP server scope for subnet 192.168.40.0/24 is exhausted or deactivated.
An APIPA address () signifies that the host generated its own IP address because it received no DHCP offer. In a multi-VLAN environment where the DHCP server is on a different subnet (VLAN 10), the router interface connecting VLAN 40 must have an IP helper address configured to relay DHCPDISCOVER broadcasts. Additionally, if the relay is functioning properly but the DHCP scope for VLAN 40 is disabled or full, the server will not return a DHCP lease.
Step-by-Step Solution
Key Concept
Troubleshooting APIPA symptoms across routed VLAN boundaries (DHCP Relay and Scope Availability)
Estimated Time:1m 30s