imageBackupStatus
MX-CONF-MIB ·
.0.800.1.200.600
Object
scalar Enumeration
Last Backup Result
Result of the last configuration backup command.
* None: No configuration backup operation has been performed
since the last reset to default settings.
* Success: Last configuration backup operation succeeded.
* Failed: Last configuration backup operation failed.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.200.600- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- imageGroup
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-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CONF-MIB::imageBackupStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CONF-MIB::imageBackupStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | none |
200 | success |
300 | failed |