backupSetStatus
AT-SETUP-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.500.2.3.3
Object
scalar SystemFileOperationType
Returns the status of any current operation to set the backup
boot release file. The following values may be returned:
1 (idle) There is no backup boot release setting
operation in progress.
2 (success) The last backup boot release setting
operation completed successfully.
3 (failure) The last backup boot release setting
operation failed.
5 (syncing) A backup boot release setting operation
is currently in progress and the file
is being syncronised across the stack
or system.
When a read of this object returns a value of 'success' or
'failure', it will immediately be reset to 'idle' and a new
operation may be initiated if desired. A detailed description
of the last completed operation may be determined by reading
backupLastSetResult.
Context
- MIB
- AT-SETUP-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.500.2.3.3- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- backupFirmware
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 'AT-SETUP-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-SETUP-MIB::backupSetStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-SETUP-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-SETUP-MIB::backupSetStatus'
Syntax
SystemFileOperationType
Values & Constraints
No enumerated values or constraints recorded.