A network technician is responding to a user ticket reporting a duplicate IP address error notification on VLAN 12 (). Place the following diagnostic and remediation steps in the correct chronological order from initial investigation to final resolution.
- 1Run `ipconfig /all` on the affected workstation to inspect its network configuration and confirm the conflicting IP address.
- 2Execute `ipconfig /release` on the workstation to drop the conflicting IP assignment.
- 3Perform an ARP scan across the subnet to map the conflicting IP address to the MAC address of the statically configured device.
- 4Add an exclusion range on the central DHCP server corresponding to the statically configured device's IP address.
- 5Run `ipconfig /renew` on the client workstation to request a new valid IP lease from the DHCP pool.
Cevap
The correct sequence begins with gathering client interface configuration details (`ipconfig /all`), releasing the conflicting IP (`ipconfig /release`), conducting an ARP scan to locate the rogue static host, adding a DHCP scope exclusion for that static IP address, and renewing the workstation lease (`ipconfig /renew`).
Following standard operating procedure, the technician first gathers diagnostic info (`ipconfig /all`) to identify the conflicting IP. Next, releasing the address (`ipconfig /release`) stops active IP collisions on the client. With the client quieted, an ARP query isolates the MAC address of the statically assigned rogue device. Defining a DHCP scope exclusion for that IP prevents the server from issuing it again. Finally, `ipconfig /renew` requests a clean IP address for the workstation.
Adım Adım Çözüm
Anahtar Kavram
DHCP Address Conflict Remediation Workflow