All MIBs › MALLOC-MIB › mallocRequestState
mallocRequestState
Module: MALLOC-MIB
OID (symbolic): MALLOC-MIB::mallocRequestState
OID (numeric): 1.3.6.1.2.1.101.1.1.5.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The state of the request. A value of allocated(1) indicates that one or more entries for this request are present in the mallocAddressTable. A value of offered(2) indicates that addresses have been offered to the client (e.g. via a MADCAP OFFER message), but the allocation has not been committed. A value of waiting(3) indicates that the allocation is blocked while the server attempts to acquire more space from which it can allocate addresses. A value of trying(4) means that no addresses have been offered to the client, but that an attempt to allocate is in progress.
What is mallocRequestState?
The current state of this allocation request: allocated (addresses granted), offered (tentatively allocated but not yet committed), waiting (blocked while the server seeks more space), or trying (allocation attempt in progress).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.101.1.1.5.1.7 snmpwalk -v2c -c public <target> MALLOC-MIB::mallocRequestState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.101.1.1.5.1.7.1 snmpget -v2c -c public <target> MALLOC-MIB::mallocRequestState.1
Start monitoring Vendor-neutral IETF standard, RFC 3559 (multicast address allocation/MADCAP server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the MALLOC-MIB::mallocRequestState OID value, configure state conditions and alerts, and monitor any Vendor-neutral IETF standard, RFC 3559 (multicast address allocation/MADCAP server) from a single console.
OID Breakdown
Upper-level ancestors (6 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.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.101 | mallocMIB | MALLOC-MIB |
| 1.3.6.1.2.1.101.1 | mallocMIBObjects | MALLOC-MIB |
| 1.3.6.1.2.1.101.1.1 | malloc | MALLOC-MIB |
| 1.3.6.1.2.1.101.1.1.5 | mallocRequestTable | MALLOC-MIB |
| 1.3.6.1.2.1.101.1.1.5.1 | mallocRequestEntry | MALLOC-MIB |
| 1.3.6.1.2.1.101.1.1.5.1.7 | mallocRequestState | MALLOC-MIB |