dlOperStatus
CTRON-COMMON-MIB ·
.1.3.6.1.4.1.52.1.6.4.17
Object
scalar mandatory
Enumeration
This object reflects the status of the download code. A value of normalOperation(3) reflects either a down load was started but has finished normally and no reset was specified or no down load has been started. A value of downLoadActive only appears while a down load is in progress. A value of downLoadCompleteError reflects that a down load was started however an error was detected.
Context
- MIB
- CTRON-COMMON-MIB
- OID
.1.3.6.1.4.1.52.1.6.4.17- Type
- scalar
- Access
- readonly
- Status
- mandatory
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-COMMON-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-COMMON-MIB::dlOperStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-COMMON-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-COMMON-MIB::dlOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | unknown |
3 | normalOperation |
4 | downLoadActive |
5 | downLoadCompleteError |