nbsCmmcSysLoaderStatus
NBS-CMMC-MIB ·
.1.3.6.1.4.1.629.200.2.1011.1.4
Object
column Enumeration
Status of this file transfer.
The value idle (1) indicates this loader session is unused.
The value transferring (2) indicates this transfer is
underway.
The value completed (3) indicates this transfer finished
successfully.
The value aborted (4) indicates the transfer was stopped
before completion.
Context
- MIB
- NBS-CMMC-MIB
- OID
.1.3.6.1.4.1.629.200.2.1011.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nbsCmmcSysLoaderEntry
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 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSysLoaderStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBS-CMMC-MIB::nbsCmmcSysLoaderStatus.<nbsCmmcSysLoaderIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBS-CMMC-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBS-CMMC-MIB::nbsCmmcSysLoaderStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | transferring |
3 | completed |
4 | aborted |