ibmappnIsAcEntryType
IBMACCOUNTING-MIB ·
.1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.2
Object
column mandatory
Enumeration
Indicates whether the entry was made as the result of: 1. a session starting or, 2. a session ending or, 3. a session threshold's being reached or 4. a session checkpoint request
Context
- MIB
- IBMACCOUNTING-MIB
- OID
.1.3.6.1.4.1.2.6.2.13.7.3.2.5.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ibmappnIsAcDataEntry
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::ibmappnIsAcEntryType'
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::ibmappnIsAcEntryType.<ibmappnIsAcIndex>'
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::ibmappnIsAcEntryType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | startEntry |
2 | endEntry |
3 | thresholdEntry |
4 | checkpointEntry |