[Kea-users] Per-Pool Statistics
Giddings, Bret
bret at essex.ac.uk
Thu Dec 12 09:20:13 UTC 2024
Hi Norman,
If you don't specify a pool-id, then they just get assigned and merged into a pool-id of 0. So, instead use something like
"pools": [ { "pool-id": 1, "pool" : "192.0.2.100 - 192.0.2.149" }, { "pool-id": 2, "pool" : "192.0.2.150 - 192.0.2.199" } ]
However, it is probably a good idea to plan your pool-id's and not change them without forward planning as they are recorded in the leases file.
Regards,
Bret
From: Kea-users <kea-users-bounces at lists.isc.org> On Behalf Of Elton, Norman N
Sent: Wednesday, December 11, 2024 9:38 PM
To: kea-users at lists.isc.org
Subject: [Kea-users] Per-Pool Statistics
CAUTION: This email originated from outside our organisation. Do not click links or open attachments unless you recognise the sender and know the content is safe. If you are not sure it is safe, please contact the IT Helpdesk.
On Kea 2.6.1, we have multiple pools within a subnet:
"pools": [ { "pool" : "192.0.2.100 - 192.0.2.149" }, { "pool" : "192.0.2.150 - 192.0.2.199" } ]
When I run statistic-get-all, I see statistics for the first pool:
subnet[1].pool[0].assigned-addresses
subnet[1].pool[0].cumulative-assigned-address
subnet[1].pool[0].declined-addresses
But I don't see anything for subnet[1].pool[1].
Any idea where the statistics for the second pool are going?
Thanks,
Norman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20241212/67b9d23c/attachment-0001.htm>
More information about the Kea-users
mailing list