iso/org/dod/internet/private/enterprises/.4874/.2/.2/juniDhcpMIB/.1/.3/.3/juniDhcpLocalServerPoolTable/juniDhcpLocalServerPoolEntry/juniDhcpLocalServerPoolAbatedUtilThreshold
juniDhcpLocalServerPoolAbatedUtilThreshold
OBJECT-TYPE
1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.16
Description
The value of address pool utilization that is used to determine when to generate an abated address pool utilization event notification to the management entity on this system. The value of this object must be less than the value of the juniDhcpLocalServerPoolHighUtilThreshold. The abated address pool utilization event is sent once if the high address pool utilization threshold is reached and utilization falls to the value of this object. The following pseudo-code states when abated address pool utilization notification will be generated comparing this object value to the value of juniDhcpLocalServerPoolUtilPct object. Address pool utilization state will be set to 'ok' when the pool was created first time and after that it will only be set in the context of and while triggering high and abated threshold notifications. if ( percentageOfAddressPoolUtil >= percentageOfAddressPoolAbatedUtilThreshold ) { if ( addressPoolUtilState == addressPoolUtilStateWarning ) { addressPoolUtilState = addressPoolUtilStateOk; if ( addressPoolUtilTrapsEnabled ) triggerAddressPoolAbatedUtilTrap(); } }
Syntax
Integer32 (1..100)