an50SwOperStatus
REDLINE-AN50-MIB ·
.1.3.6.1.4.1.10728.2.16.2.3.4
Object
scalar mandatory
Enumeration
This object shows the download status.
inProgress(1) indicates that a TFTP download is underway
completeSuccess(2) indicates that the last software upgrade
was successful
failed(3) indicates that the last attempted download
failed, ordinarily due to TFTP timeout.
Context
- MIB
- REDLINE-AN50-MIB
- OID
.1.3.6.1.4.1.10728.2.16.2.3.4- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- an50Sw
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 'REDLINE-AN50-MIB' -M '/opt/observium/mibs/redline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'REDLINE-AN50-MIB::an50SwOperStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'REDLINE-AN50-MIB' -M '/opt/observium/mibs/redline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'REDLINE-AN50-MIB::an50SwOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inProgress |
2 | completeSuccess |
3 | failed |
4 | other |