fsIssuProcedureStatus
ARICENT-ISSU-MIB ·
.1.3.6.1.4.1.29601.2.103.1.12
Object
scalar Enumeration
This object specifies the overall status of previous ISSU procedure.
notinitiated - ISSU command is not triggered and this is the default state.
inprogress - Indicates that the ISSU procedure is in progress.
The 'ISSU State' will indicate the exact ISSU stage.
successful - Indicates that the previous ISSU procedure was completed
SUCCESSFULLY.
failed - Indicates that the previous ISSU procedure has FAILED.
Context
- MIB
- ARICENT-ISSU-MIB
- OID
.1.3.6.1.4.1.29601.2.103.1.12- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- fsIssuSystem
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 'ARICENT-ISSU-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-ISSU-MIB::fsIssuProcedureStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-ISSU-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-ISSU-MIB::fsIssuProcedureStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notinitiated |
1 | inprogress |
2 | successful |
3 | failed |