[Kea-users] Two questions regarding to kea subnet configuration

Darren Ankney darren.ankney at gmail.com
Mon May 6 19:45:59 UTC 2024


As far as "naming" subnets, you may want to look at "5.1.2. Comments
and User Context":
https://kea.readthedocs.io/en/kea-2.4.1/arm/config.html#comments-and-user-context.
There is an example there that shows how you might use this mechanism
to identify a subnet:

"Dhcp4": {
    "subnet4": [{
        "id": 1,
        "subnet": "192.0.2.0/24",
        "pools": [{ "pool": "192.0.2.10 - 192.0.2.20" }],
        "comment": "second floor"
    }]
}

Thank you,
Darren Ankney

On Mon, May 6, 2024 at 8:10 AM Xiao, Yu (CCI-Atlanta) via Kea-users
<kea-users at lists.isc.org> wrote:
>
> Greetings,
>
>
>
> I have two questions related to the kea design. First, seems currently we can only assign numeric IDs to subnets, but for subnet management, it’s more convenient to use a string, is it possible to add this feature? Second, how kea design to distribute the ip addresses inside of the subnet esp ipv6 subnet? Is it totally random? Thank you.
>
>
>
>
>
>
>
>
>
> Best Regards,
>
> Yu
>
>
>
> --
> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
>
> To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
>
> Kea-users mailing list
> Kea-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users


More information about the Kea-users mailing list