Back to Admin Workflows

Prevent DHCP Reservations from Colliding with Active Leases

Reconcile scopes, leases, requested IPs, and client identifiers before a reservation creates an avoidable address conflict.

Reservation requests often arrive as an IP address and a MAC address with little context. If the IP is outside the intended scope, already leased, or copied incorrectly, the resulting conflict becomes a network incident.

PSForge can generate the Windows DHCP discovery and change commands in a consistent sequence. It does not verify device identity for you or automatically execute approved changes.

Prerequisites and safe scope

Capture DHCP server, scope ID, requested IP, normalized client identifier, hostname, device owner, lease timing, and approval. Confirm DHCP administration rights and whether failover or local operating procedures require work on a particular partner.

Process a bounded reservation list. Scope redesign, exclusions, failover repair, and mass lease deletion are intentionally outside this workflow.

Reconcile before modifying

  • Generate scope discovery and confirm the requested IP belongs to the intended scope.
  • Generate lease discovery and inspect both the requested address and client identifier.
  • Manually resolve any existing lease, reservation, duplicate identifier, or ownership mismatch.
  • Add or remove a reservation only from the approved list.
  • Rerun scope and lease discovery and compare results.

Verify from DHCP and the endpoint

Confirm the reservation shows the expected IP, identifier, name, and scope. At the endpoint, renew at the approved time and verify the assigned address, gateway, DNS servers, and connectivity. Do not force a renewal if service interruption was not approved.

Retain request data, conflict findings, script, transcript, and post-change output. A matching reservation record proves configuration state, not that the physical device identity or every network path is correct.

Example reservation reconciliation

  1. Export target scope and current leases
  2. Check the requested IP and identifier for conflicts
  3. Resolve ownership questions manually
  4. Add or remove only the approved reservation
  5. Verify DHCP state and coordinate endpoint renewal

Final thoughts

The fastest reservation is not the one entered first; it is the one that does not create a second ticket.

PSForge makes conflict checks and evidence reusable while keeping device ownership and interruption decisions manual.

Related guides