iso/org/dod/internet/private/enterprises/.4874/.2/.2/juniDhcpMIB/.1/.3/.3/juniDhcpLocalServerPoolTable/juniDhcpLocalServerPoolEntry/juniDhcpLocalServerPoolHighUtilThreshold
juniDhcpLocalServerPoolHighUtilThreshold
OBJECT-TYPE
1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.15
Description
The value of address pool utilization, where if reached for the first time, will generate a high address pool utilization event to the management entity on this system. The value of this object must be greater than the value of juniDhcpLocalServerPoolAbatedUtilThreshold. The following pseudo-code states when high 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 >= percentageOfAddressPoolHighUtilThreshold ) { if ( addressPoolUtilState == addressPoolUtilStateOk ) { addressPoolUtilState = addressPoolUtilStateWarning; if ( addressPoolUtilTrapsEnabled ) triggerAddressPoolHighUtilTrap(); } }
Syntax
Integer32 (1..100)