DHCP reservation is not replicated to the DHCP Hotstandby serve

Doe John 26 Reputation points
2020-12-17T07:04:04.513+00:00

Today, we noticed that DHCP reservation cannot be replicated to the DHCP hot-standby server. And observation is for 10 minutes. We haven’t check the logs only compared the settings of both DHCP servers.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} vote

Accepted answer
  1. Anonymous
    2020-12-17T09:15:42.443+00:00

    Hi @Doe John ,

    Thanks for posting in Q&A platform.

    Based on provided information, my understanding is that reservations on DHCP server is not be replicated to the partner DHCP server.

    Before we go further, may I know how did you initiated the replication? Is there any error message related to reservation replication?

    Please kindly note that reservation replication does not automatically happened between two DHCP server, you have to manually click replicate scope on the DHCP server to replicate the reservations.

    48968-image-1.jpg

    Meanwhile, you could use the following PowerShell command to replicate all scope instead of clicking replicate Failover Scope from DHCP console:

    Invoke-DhcpServerv4FailoverReplication

    If you want to specify the scope that you want to replicate, you might use below command for example:

    e.g. Invoke-DhcpServerv4FailoverReplication -ComputerName dhcpserver.contoso.com -ScopeId 10.10.10.0,20.20.20.0

    For more details, please refer to the following Microsoft official article:

    Invoke-DhcpServerv4FailoverReplication

    Best Regards,
    Sunny

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    4 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.