downloadResultCode
PACKETFRONT-DRG-MIB ·
.1.3.6.1.4.1.9303.4.3.1.3.6
Object
scalar Enumeration
This object returns the status of the last download procedure. If no downloads have occurred, none(0) is returned, or if there is currently a download in progress, inProgress(1) is returned.
Context
- MIB
- PACKETFRONT-DRG-MIB
- OID
.1.3.6.1.4.1.9303.4.3.1.3.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- downloadConfig
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 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-DRG-MIB::downloadResultCode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETFRONT-DRG-MIB::downloadResultCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | inProgress |
2 | success |
3 | failureHostNotFound |
4 | failureFileNotFound |
5 | failureFileIncorrectSize |
6 | failureFileVerifyFailure |
7 | failureFileIncompatible |
8 | failureUnknownError |