A network administrator is troubleshooting an issue where client workstations on a newly provisioned VLAN are receiving APIPA addresses () instead of valid leases from the centralized DHCP server located on a different subnet. Arrange the troubleshooting steps in the logical order the administrator should execute them to systematically diagnose and resolve the issue.
- 1Verify client physical link status and confirm the local IP configuration displays an APIPA address ().
- 2Inspect the local Layer 3 switch/router interface configuration to verify the IP helper address (DHCP relay) is correctly configured.
- 3Test IP reachability from the local gateway router interface to the centralized DHCP server IP address.
- 4Verify on the DHCP server that an active scope exists for the client subnet with available IP addresses in the pool.
- 5Execute `ipconfig /renew` on the affected client workstation to verify successful IP address lease acquisition.
Cevap
The correct sequence starts with verifying client link status and APIPA configuration, followed by checking the local gateway's IP helper address, testing routing connectivity to the DHCP server, verifying DHCP scope availability on the server, and finally renewing the IP lease on the client host.
Systematic network troubleshooting proceeds from the local client symptom to the local gateway configuration, across the routed network path to the centralized service, and finishes with verification on the client. Verifying local link/APIPA confirms host status. Checking the IP helper configuration ensures DHCP requests cross the VLAN boundary. Testing reachability verifies path routing. Checking server scope ensures address availability. Finally, running `ipconfig /renew` confirms the fix works.
Adım Adım Çözüm
Anahtar Kavram
Standard methodology for cross-subnet DHCP troubleshooting involves validating host status, gateway relaying (IP helper), intermediate routing reachability, server scope availability, and client verification.