Hello
Thank you for posting in Microsoft Community forum.
The DHCP server configuration scheme you described is overall feasible.
Your plan is to configure two DHCP servers (192.168.1.13 and 192.168.1.14) as DHCP clusters, which can improve redundancy and availability. Using the virtual IP (VIP) address 192.168.1.15 instead of the original single DHCP server address is a secure solution, so that clients only need to configure the IP address of one DHCP server. When one DHCP server is unavailable, the other can continue to provide services.
You mentioned that the DHCP cluster will use the same DHCP range (192.168.12100-200). Ensure that the two DHCP servers do not allocate the same IP address repeatedly during configuration. It is recommended to allocate IP ranges appropriately based on the load capacity of the DHCP server, such as one server responsible for 192.168.12.100-150 and another server responsible for 192.168.12.151-200. This can avoid IP conflicts.
You plan to change the IP helper address of the Cisco router to 192.168.1.15, which is appropriate. In this way, all DHCP requests will be forwarded to virtual IP addresses for processing by DHCP servers in the cluster.
It is reasonable to set DHCP Option 43 to binary (192.168.1.57) pointing to the IP address of the wireless controller. This setting is typically used in Cisco wireless network environments to enable wireless devices to obtain controller information. Since this is a parameter that points to a specific device and is not related to the high availability settings of the DHCP server, you can keep it unchanged after switching to the DHCP cluster.
When making such changes, please ensure that you make a backup before implementation so that it can be restored in case of any issues.
Overall, your plan is reasonable, just pay attention to the allocation and management of IP addresses to ensure the continuity and reliability of DHCP services.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Regards,
Jill Zhou