Following a recent core switch update, enterprise workstations connected to VLAN 30 () fail to communicate outside their local subnet. Preliminary reports indicate workstations are assigning themselves addresses in the range . Place the following diagnostic and remediation steps in the correct chronological sequence to isolate and resolve this DHCP assignment failure according to standard network troubleshooting methodology.
- 1Inspect the client workstation network stack configuration using `ipconfig /all` to confirm an APIPA address allocation and identify missing default gateway settings.
- 2Inspect the VLAN 30 switch virtual interface (SVI) configuration on the Layer 3 switch to verify the presence and syntax of the `ip helper-address` entry.
- 3Verify intermediate firewall and Access Control List (ACL) configurations between the relay agent and the DHCP server to ensure UDP ports 67 and 68 are unblocked.
- 4Check the central DHCP server console for VLAN 30 to confirm scope activation, exclusion ranges, and IP address pool availability.
- 5Execute `ipconfig /release` followed by `ipconfig /renew` on the client workstation to verify successful lease acquisition and gateway assignment.
Answer
The correct sequence starts with verifying the client's APIPA state, followed by checking the local gateway's DHCP relay helper address, auditing intermediate firewall filtering rules for UDP ports 67/68, inspecting DHCP server scope statistics, and finally renewing the client IP lease.
The correct troubleshooting sequence follows the standard CompTIA troubleshooting framework, moving logically from host symptom verification to local gateway relay inspection, intermediate network path filter checks, backend server scope verification, and final client validation.
Step-by-Step Solution
Key Concept
Troubleshooting DHCP Relay and IP Addressing Services across Subnets