softwareMgmtLastError
ADVA-FSP3000ALM-MIB ·
.1.3.6.1.4.1.2544.1.14.5.3.4
Object
scalar Enumeration
The latest failure in the software upgrade process.
Applicable only when softwareMgmtState is set to 'failure'.
NOTE: All failures that are caused by malfunctioning
hardware are reported as internalError(10).
Context
- MIB
- ADVA-FSP3000ALM-MIB
- OID
.1.3.6.1.4.1.2544.1.14.5.3.4- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- softwareMgmt
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 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADVA-FSP3000ALM-MIB::softwareMgmtLastError.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADVA-FSP3000ALM-MIB' -M '/opt/observium/mibs/adva:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADVA-FSP3000ALM-MIB::softwareMgmtLastError'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | downloadLoginFailed |
3 | downloadFileNotFound |
4 | downloadFileNoAccess |
5 | downloadServerUnreachable |
6 | downloadFailed |
7 | installationFailed |
8 | restoreFailed |
9 | noSpaceLeft |
10 | internalError |
11 | invalidBackupFile |
12 | installationVersionMismatch |
13 | installationFileNotExist |
14 | installationChecksumError |