DHCP static and dynamic, two pools (hAP ax3)

Hi,
I want to set up a DHCP configuration in the following way:

  1. server on wifi and LAN ports
  2. static config (static leases only) on one subnet: 192.168.1.0/24
  3. dynamic config on a different subnet: 10.0.0.0/24

Desired DHCP server behaviour:

All unknown clients will get an automatic address from the 10.0.0.0/24 subnet.
All registered leases will keep working on 192.168.1.0/24

Can I achieve it by adding two pools: first 10.0.0.0/24 for auto and a second 192.168.1.0/24, assuming there will be never more then a couple of auto clients and 10.0.0.0/24 will never run out of IP addresses?

What is the best way to do it?

What you need to do is: have a DHCP server, two DHCP networks, and one pool.

What’s the problem?
Set one server DHCP one pool.
For static clients you can manually set any parameters, only the automatic ones use DHCP settings.
Configure the DHCP on a subnet: 10.0.0.0/24.
static leases on a subnet: 192.168.1.0/24
Everything will work.

it works, thanks!