[Kea-users] Pool valid-lifetimer

perl-list perl-list at network1.net
Fri Aug 27 15:51:34 UTC 2021


Yes.  You can do it just like this in the subnet section (this is for DHCPv6 but i imagine v4 is similar):

                "subnet6": [
                    {
                        "valid-lifetime": 600,
                        "preferred-lifetime": 540,
                        "subnet": "2001:0:2f50:f8::/64",
                        "pools": [
                            {
                                "pool": "2001:0:2f50:f8::1-2001:0:2f50:f8:ffff:ffff:ffff:fffe"
                            }
                        ],

I think you can also place the timers inside the pools section if I'm not mistaken...

----- Original Message -----
> From: "Jeronimo" <jscmenezes at gmail.com>
> To: "kea-users" <kea-users at lists.isc.org>
> Sent: Friday, August 27, 2021 11:32:31 AM
> Subject: [Kea-users] Pool valid-lifetimer

> Hi,

> Is there a way to configure a specific "valid-lifetimer" value for a pool inside
> a subnet?

> Regards,

> Jeronimo

> _______________________________________________
> 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