DHCP failover and syncing reservations

Danny Muchmore 0 Reputation points
2021-03-16T17:21:19.327+00:00

I am going to configure DHCP failover using a hot standby model. I realize DHCP reservations and static entries when created on the primary DHCP server will be replicated to the hot standby using the powershell DHCP failover auto config upon deployment. What happens to changes made to the original scopes or primary DHCP server after rollout? What changes will not be replicated during this process from the primary DHCP server?

Windows for business Windows Client for IT Pros Networking Network connectivity and file sharing
Windows for business Windows Server Storage high availability Clustering and high availability
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-03-17T03:23:22.17+00:00

    Hi ,

    What happens to changes made to the original scopes or primary DHCP server after rollout? What changes will not be replicated during this process from the primary DHCP server?

    I am a bit confused about what you mean, could you please clarify more details?

    For Reservations , you can also manually replicate it. Right click IPv4 and select Replicate Failover Scopes.

    78470-image.png

    However, for server-level configurations, there is no way to sync it. e.g.: server policies and Filters. As a workaround, you can use PowerShell cmdlet to add it:

    Get-DhcpServerv4Filter -List Allow -ComputerName myserver.FQDN | Add-DhcpServerv4Filter -Force  
    

    The similar thread has discussed before, you could have a look:

    DHCP with failover automatic synchronization issue

    syncing dhcp policies between failover hosts

    Best Regards,

    Candy

    --------------------------------------------------------------

    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.

    1 person found this answer helpful.
    0 comments No comments

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.