All MIBs › Juniper-DHCP-MIB › juniDhcpLocalServerPoolAbatedUtilThreshold
juniDhcpLocalServerPoolAbatedUtilThreshold
Module: Juniper-DHCP-MIB
OID (symbolic): Juniper-DHCP-MIB::juniDhcpLocalServerPoolAbatedUtilThreshold
OID (numeric): 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.16
Node type: OBJECT-TYPE
Type: Integer32
Access: read-create
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(); } }
OID Breakdown
Upper-level ancestors (9 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.4874 | juniperUni | Juniper-UNI-SMI |
| 1.3.6.1.4.1.4874.2 | juniperUniMibs | Juniper-UNI-SMI |
| 1.3.6.1.4.1.4874.2.2 | juniMibs | Juniper-MIBs |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.4874.2.2.22 | juniDhcpMIB | Juniper-DHCP-MIB |
| 1.3.6.1.4.1.4874.2.2.22.1 | juniDhcpObjects | Juniper-DHCP-MIB |
| 1.3.6.1.4.1.4874.2.2.22.1.3 | juniDhcpLocalServerObjects | Juniper-DHCP-MIB |
| 1.3.6.1.4.1.4874.2.2.22.1.3.3 | juniDhcpLocalServerPool | Juniper-DHCP-MIB |
| 1.3.6.1.4.1.4874.2.2.22.1.3.3.1 | juniDhcpLocalServerPoolTable | Juniper-DHCP-MIB |
| 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1 | juniDhcpLocalServerPoolEntry | Juniper-DHCP-MIB |
| 1.3.6.1.4.1.4874.2.2.22.1.3.3.1.1.16 | juniDhcpLocalServerPoolAbatedUtilThreshold | Juniper-DHCP-MIB |