Skip to main content

plugin_proval_dhcp_statistics

Purpose

Stores information about DHCP scopes on the target machine gathered by the script Get DHCP Server Scope Information.

Dependencies

Get DHCP Server Scope Information

Table

plugin_proval_dhcp_statistics

ColumnTypeExplanation
ClientIDINTThe ClientID of the audited DHCP server.
LocationIDINTThe LocationID of the audited DHCP server.
ComputerIDINTThe ComputerID of the audited DHCP server.
ScopeIDVARCHARThe ScopeID (GUID) of the audited DHCP scope.
NAMEVARCHARThe given name of the audited DHCP scope.
StateVARCHARThe current state of the audited DHCP scope.
StartRangeVARCHARThe starting IP address for the DHCP scope range.
EndRangeVARCHARThe ending IP address for the DHCP scope range.
LeaseDurationTIMEThe duration of the lease of the DHCP scope range.
FreeIPCountINTThe number of free IP addresses in the DHCP scope.
UsedIPCountINTThe number of used IP addresses in the DHCP scope.
ReservedIPCountINTThe number of reserved IP addresses in the DHCP scope.
PercentUsedINTThe percentage of used IP addresses in the DHCP scope.