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
| Column | Type | Explanation | 
|---|---|---|
| ClientID | INT | The ClientID of the audited DHCP server. | 
| LocationID | INT | The LocationID of the audited DHCP server. | 
| ComputerID | INT | The ComputerID of the audited DHCP server. | 
| ScopeID | VARCHAR | The ScopeID (GUID) of the audited DHCP scope. | 
| NAME | VARCHAR | The given name of the audited DHCP scope. | 
| State | VARCHAR | The current state of the audited DHCP scope. | 
| StartRange | VARCHAR | The starting IP address for the DHCP scope range. | 
| EndRange | VARCHAR | The ending IP address for the DHCP scope range. | 
| LeaseDuration | TIME | The duration of the lease of the DHCP scope range. | 
| FreeIPCount | INT | The number of free IP addresses in the DHCP scope. | 
| UsedIPCount | INT | The number of used IP addresses in the DHCP scope. | 
| ReservedIPCount | INT | The number of reserved IP addresses in the DHCP scope. | 
| PercentUsed | INT | The percentage of used IP addresses in the DHCP scope. |