Hi kea-users list,

I'm working on kea 1.4 and I have a few questions.

Suppose I have 3 IPv4 subnets for example,

....

       "subnet4": [
            {
                "subnet": "10.42.0.0\/16",
                "pools": [
                    {
                        "pool": "10.42.0.10 - 10.42.0.100"
                    }
                ],
            {
                "subnet": "10.43.0.0\/16",
                "pools": [
                    {
                        "pool": "10.43.0.10 - 10.43.0.100"
                    }
                ],

            {
                "subnet": "10.44.0.0\/16",
                "pools": [
                    {
                        "pool": "10.44.0.10 - 10.44.0.100"
                    }
                ],

....

So now suppose I have 150 dhcp clients.... how it work kea's "subnet/pool selection"? which subnet or pool is going to selected first and which is going to be exausted first? there is  a "priority"/"order" option i didn't found yet?

Please, forget the syntax check  on this example

Thanks in advanced!

--
Juan


_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to