<div dir="ltr">For one of our markets we are using the "shared network" directive. Config looks like this:<div><br></div><div><div>shared-network "mysharednetwork" {</div><div>option domain-name "<a href="http://example.com">example.com</a>";</div><div>subnet 192.168.100.0 netmask 255.255.255.0 {</div><div>option broadcast-address 192.168.100.255;</div><div>option routers 192.168.100.1;</div><div><br></div><div>        pool {</div><div>                range 192.168.100.10 192.168.100.254;</div><div>              }</div><div>          }</div><div><br></div><div>subnet 192.168.200.0 netmask 255.255.255.0 {</div><div>option broadcast-address 192.168.200.255;</div><div>option routers 192.168.200.1;</div><div><br></div><div>        pool {</div><div>                 range 192.168.200.10 192.168.200.254;</div><div>                }</div></div><div>             }</div><div>          }</div><div><br></div><div>When I implemented the shared network for this market, the primary subnet 192.168.100.0 was around 80% max. Its now at 90% and still climbing. The secondary is taking on leases but I want to know what logic controls whether or not new turn-ups get addresses from the primary or secondary? Is there an option or directive I can add to tell dhcpd to hover around the 80% mark on the primary? What's going to happen if dhcpd maxes it out? I'm sure new turn-ups would go into the secondary pool but I'd like to have at least a 15% buffer. </div><div><br></div><div>We have another DHCP server that also uses a shared network and its primary seems to stay around 80-85% max. Seems like dhcpd has its own logic for this. </div><div><br></div></div>