Soru

Zorluk: OrtaTroubleshooting IP Addressing and DHCP Services

A desktop technician is systematically troubleshooting a workstation on a newly configured subnet (10.80.12.0/2410.80.12.0/24) that cannot access network resources. The workstation failed to acquire a lease from the enterprise DHCP server located on a separate server subnet (10.10.2.0/2410.10.2.0/24). Following standard troubleshooting methodology from the local client to the centralized infrastructure, in what order should the technician perform these diagnostic and verification steps?

  1. 1Run `ipconfig /all` on the local workstation to confirm link status and verify the assigned automatic private IP address.
  2. 2Verify that the access switch port connected to the workstation is assigned to the correct VLAN and operating at full-duplex.
  3. 3Inspect the default gateway interface configuration on the Layer 3 switch to ensure the correct `ip helper-address` is configured.
  4. 4Audit the centralized DHCP server scope for subnet 10.80.12.0/2410.80.12.0/24 to verify active pool authorization and address availability.

Cevap

The correct logical sequence begins with checking the local host IP configuration via `ipconfig /all`, followed by verifying switch port VLAN assignment, then checking the `ip helper-address` configuration on the gateway router, and finally auditing the centralized DHCP server scope for available addresses.
The standard troubleshooting methodology moves systematically from the affected endpoint up to the remote infrastructure. First, verifying the local host configuration with `ipconfig /all` identifies symptoms such as APIPA assignment. Next, checking the physical/datalink switchport ensures the client is in the proper VLAN segment. Third, checking the gateway's IP helper address verifies that DHCP broadcast requests are properly relayed across subnets to the server's IP address. Finally, auditing the central DHCP server scope verifies server-side availability and pool capacity.

Adım Adım Çözüm

1
Inspect local host configuration.
Confirm whether the client has an APIPA address (169.254.x.x169.254.x.x) or proper link-local connectivity.
Always start troubleshooting at the affected host before investigating network infrastructure.
2
Verify local switchport layer 2 configuration.
Ensure the access port is mapped to the intended VLAN.
If the switch port is in an incorrect or unrouted VLAN, DHCP Discover broadcasts will not reach the gateway.
3
Check gateway DHCP relay agent settings.
Verify that `ip helper-address 10.10.2.x` is present on the SVI/interface.
DHCP broadcasts cannot cross routers unless an IP helper address forwards them to the remote DHCP server.
4
Check remote DHCP server status and scope.
Ensure the scope for 10.80.12.0/2410.80.12.0/24 is active and has unallocated IP addresses available.
Scope exhaustion or disabled scopes prevent new leases even when network relay path is functioning properly.

Anahtar Kavram

Methodological IP and DHCP Service Troubleshooting
Tahmini Süre:1m 30s
Bu soruyu puanla