mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2419] Add documentation for v4-reservation-conflicts
This commit is contained in:
@@ -6569,6 +6569,24 @@ The DHCPv4 server supports the following statistics:
|
|||||||
| | | statistic is exposed for each |
|
| | | statistic is exposed for each |
|
||||||
| | | subnet separately. |
|
| | | subnet separately. |
|
||||||
+----------------------------------------------+----------------+------------------------------------+
|
+----------------------------------------------+----------------+------------------------------------+
|
||||||
|
| v4-reservation-conflicts | integer | Number of host reservation |
|
||||||
|
| | | allocation conflicts which have |
|
||||||
|
| | | occurred across every subnet. When |
|
||||||
|
| | | a client sends a DHCP Discover and |
|
||||||
|
| | | is matched to a host reservation |
|
||||||
|
| | | which is already leased out by |
|
||||||
|
| | | another client, this counter is |
|
||||||
|
| | | increased by 1. |
|
||||||
|
+----------------------------------------------+----------------+------------------------------------+
|
||||||
|
| subnet[id].reservation-conflicts | integer | Number of host reservation |
|
||||||
|
| | | allocation conflicts which have |
|
||||||
|
| | | occurred in a specific subnet. |
|
||||||
|
| | | When a client sends a DHCP |
|
||||||
|
| | | Discover and is matched to a host |
|
||||||
|
| | | reservation which is already |
|
||||||
|
| | | leased out by another client, this |
|
||||||
|
| | | counter is increased by 1. |
|
||||||
|
+----------------------------------------------+----------------+------------------------------------+
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@@ -43,11 +43,13 @@
|
|||||||
" \"subnet[1].reclaimed-declined-addresses\": [ [ 0, \"2022-02-11 17:54:17.487595\" ] ],",
|
" \"subnet[1].reclaimed-declined-addresses\": [ [ 0, \"2022-02-11 17:54:17.487595\" ] ],",
|
||||||
" \"subnet[1].reclaimed-leases\": [ [ 0, \"2022-02-11 17:54:17.487604\" ] ],",
|
" \"subnet[1].reclaimed-leases\": [ [ 0, \"2022-02-11 17:54:17.487604\" ] ],",
|
||||||
" \"subnet[1].total-addresses\": [ [ 200, \"2022-02-11 17:54:17.487512\" ] ],",
|
" \"subnet[1].total-addresses\": [ [ 200, \"2022-02-11 17:54:17.487512\" ] ],",
|
||||||
|
" \"subnet[1].reservation-conflicts\": [ [ 0, \"2022-02-11 17:54:17.487520\" ] ]",
|
||||||
" \"v4-allocation-fail\": [ [ 0, \"2022-02-11 17:54:17.455302\" ] ],",
|
" \"v4-allocation-fail\": [ [ 0, \"2022-02-11 17:54:17.455302\" ] ],",
|
||||||
" \"v4-allocation-fail-classes\": [ [ 0, \"2022-02-11 17:54:17.455306\" ] ],",
|
" \"v4-allocation-fail-classes\": [ [ 0, \"2022-02-11 17:54:17.455306\" ] ],",
|
||||||
" \"v4-allocation-fail-no-pools\": [ [ 0, \"2022-02-11 17:54:17.455310\" ] ],",
|
" \"v4-allocation-fail-no-pools\": [ [ 0, \"2022-02-11 17:54:17.455310\" ] ],",
|
||||||
" \"v4-allocation-fail-shared-network\": [ [ 0, \"2022-02-11 17:54:17.455319\" ] ],",
|
" \"v4-allocation-fail-shared-network\": [ [ 0, \"2022-02-11 17:54:17.455319\" ] ],",
|
||||||
" \"v4-allocation-fail-subnet\": [ [ 0, \"2022-02-11 17:54:17.455323\" ] ]",
|
" \"v4-allocation-fail-subnet\": [ [ 0, \"2022-02-11 17:54:17.455323\" ] ]",
|
||||||
|
" \"v4-reservation-conflicts\": [ [ 0, \"2022-02-11 17:54:17.455330\" ] ]",
|
||||||
" }",
|
" }",
|
||||||
"}"
|
"}"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user