mrUpgradeLastUpgradeStatus
CISCO-FASTHUB-MIB ·
.1.3.6.1.4.1.9.2.11.1.5.4
Object
scalar mandatory
Enumeration
Indicates the status of the last upgrade. The object can
have one of the following values:
none(1), -- no upgrade has been done
inProgress(2), -- upgrade still in progress
success(3), -- last upgrade was successful
failure(4) -- last upgrade failed
Default value: none(1).
Context
- MIB
- CISCO-FASTHUB-MIB
- OID
.1.3.6.1.4.1.9.2.11.1.5.4- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- mrUpgrade
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 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FASTHUB-MIB::mrUpgradeLastUpgradeStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FASTHUB-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FASTHUB-MIB::mrUpgradeLastUpgradeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | inProgress |
3 | success |
4 | failure |