A workstation on VLAN 30 () fails to receive an IP address automatically and shows an APIPA address of . A network administrator must systematically isolate the issue from the local host to the centralized network services. Place the troubleshooting steps in the correct logical sequence.
- 1Run `ipconfig /all` on the workstation to verify physical link state and confirm the assigned APIPA address.
- 2Check the router interface for VLAN 30 to ensure the `ip helper-address` is configured with the DHCP server IP.
- 3Execute a `ping` test from the gateway router to the centralized DHCP server to confirm Layer 3 reachability.
- 4Access the DHCP server management console to verify that the scope is active and has available leases.
Answer
The correct troubleshooting sequence starts at the local client host (`ipconfig /all`), moves to verifying the local router's DHCP relay configuration (`ip helper-address`), tests Layer 3 reachability to the server (`ping`), and finishes with inspecting DHCP scope activity and pool capacity on the server.
Structured network troubleshooting follows a logical path from local host diagnostics (`ipconfig /all`), to local gateway relay verification (`ip helper-address`), inter-device reachability testing (`ping`), and finally centralized service health checks (DHCP scope status).
Step-by-Step Solution
Key Concept
DHCP Relay and IP Address Troubleshooting Sequence