[Kea-users] subnet full - reselect

itay cohen icohen9987 at gmail.com
Thu Sep 6 22:19:58 UTC 2018


hi guys

i have this 2 subnets with the same relay address,
when the first pool is full i would expect that kea will select address
from the other pool (with the new subnet reselect feature), instead it
gives an error: "[kea-dhcp4.alloc-engine/16960] ALLOC_ENGINE_V4_ALLOC_FAIL
[hwtype=1 00:0c:29:45:76:11], cid=[01:00:0c:29:45:76:11], tid=0x94f6b45f:
failed to allocate an IPv4 address after 1 attempt(s)"

this is the configuration example:

        {
            "id": 1003,
            "subnet": "172.20.220.128/28",
            "pools": [
                {
                    "pool": "172.20.220.130-172.20.220.130" }
            ],
            "relay": {
                "ip-address": "172.20.220.129"
            },
            "option-data": [
                {
                    "name": "routers",
                    "data": "172.20.220.129"
                }
            ]
        },
        {
            "id": 11131,
            "subnet": "172.20.221.144/28",
            "pools": [
                {
                    "pool": "172.20.221.146-172.20.221.150" }
            ],
            "relay": {
                "ip-address": "172.20.220.129"
            },
            "option-data": [
                {
                    "name": "routers",
                    "data": "172.20.221.145"
                }
            ]
        }

please advise ..
thank you
itay,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20180907/f5865680/attachment.htm>


More information about the Kea-users mailing list