Two DHCP servers in the same scope – what happens when one runs out of IP addresses

dhcp

We have two DCHP servers on our 192.168.0.x LAN. One server gives out 192.168.0.100-169 and the other gives out 192.168.0.170-239.

The 2nd server only has 9 IP addresses left whereas the other has 40 left. Obviously, the 2nd server is responding faster to DHCP requests from clients.

My question is what happens when the 2nd server runs out? I assume it won't respond to DHCP client requests and therefore will let the 1st server pick up the slack?

Thanks, Rob.

Best Answer

The second server should respond with 'can't provide', the client should then retry, the second server shouldn't respond as it already responded to that MAC very recently at which point the 1st server should respond successfully.