softwareCommandResult
LUM-SOFTWARE-MIB ·
.1.3.6.1.4.1.8708.2.28.2.3.12
Object
scalar Enumeration
The result of the operation
none - no result
success - the latest operation was successful.
failed - the latest operation failed.
Context
- MIB
- LUM-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.8708.2.28.2.3.12- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- softwareCommand
- Groups
- 4
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 'LUM-SOFTWARE-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SOFTWARE-MIB::softwareCommandResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-SOFTWARE-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-SOFTWARE-MIB::softwareCommandResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | success |
3 | failed |