mfpLastInstallationResult
MX-FPU-MIB ·
.0.1300.1.125
Object
scalar Enumeration
Last Result
Result of the last Install command.
* None: No installation result available.
* Success: The last installation succeeded.
* Fail: The last installation failed.
Context
- MIB
- MX-FPU-MIB
- OID
.0.1300.1.125- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- fpuMIBObjects
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 'MX-FPU-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-FPU-MIB::mfpLastInstallationResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-FPU-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-FPU-MIB::mfpLastInstallationResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | none |
200 | success |
300 | fail |