cbfStatusFileState
CISCO-BULK-FILE-MIB ·
.1.3.6.1.4.1.9.9.81.1.2.5.1.2
Object
column Enumeration
The file state:
running data is being written to the file
ready the file is ready to be read
emptied an ephemeral file was successfully consumed
noSpace no data due to insufficient file space
badName no data due to a name or path problem
writeErr no data due to fatal file write error
noMem no data due to insufficient dynamic memory
buffErr implementation buffer too small
aborted short terminated by operator command
Only the 'ready' state implies that the file is available
for transfer.
The disposition of files after an error is implementation
and file-syste specific.
Context
- MIB
- CISCO-BULK-FILE-MIB
- OID
.1.3.6.1.4.1.9.9.81.1.2.5.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cbfStatusFileEntry
- Groups
- 1
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 'CISCO-BULK-FILE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-BULK-FILE-MIB::cbfStatusFileState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-BULK-FILE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-BULK-FILE-MIB::cbfStatusFileState.<cbfDefineFileIndex>.<cbfStatusFileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-BULK-FILE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-BULK-FILE-MIB::cbfStatusFileState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | running |
2 | ready |
3 | emptied |
4 | noSpace |
5 | badName |
6 | writeErr |
7 | noMem |
8 | buffErr |
9 | aborted |
Conformance
Member of