ibmappnIsAcBtypeFullReason
IBMACCOUNTING-MIB ·
.1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.12
Object
column mandatory
Enumeration
The reason the buffer media is full.
(1) The media is not full.
(2) The maximum number of buffers have been reached,
all buffers are full, and the full action is halt.
(3) The maximum number of buffers is zero or
the maximum number of records is less than 5 or
a unique record number cannot be generated.
(4) Unable to write to the media due to I/O errors.
Context
- MIB
- IBMACCOUNTING-MIB
- OID
.1.3.6.1.4.1.2.6.2.13.7.3.2.2.1.12- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmappnIsAcBtypeEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'IBMACCOUNTING-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMACCOUNTING-MIB::ibmappnIsAcBtypeFullReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBMACCOUNTING-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBMACCOUNTING-MIB::ibmappnIsAcBtypeFullReason.<ibmappnIsAcBtypeMedia>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBMACCOUNTING-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBMACCOUNTING-MIB::ibmappnIsAcBtypeFullReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notFull |
2 | physicallyFull |
3 | logicallyFull |
4 | ioErrors |