fsIssuCommandStatus
ARICENT-ISSU-MIB ·
.1.3.6.1.4.1.29601.2.103.1.11
Object
scalar Enumeration
This object specifies the status of previous ISSU command
notstarted - ISSU command is not triggered and this is the default state.
inprogress - Indicates that the command is in progress.
successful - Indicates that the command actions are completed
SUCCESSFULLY.
failed - Indicates that the command has FAILED.
Context
- MIB
- ARICENT-ISSU-MIB
- OID
.1.3.6.1.4.1.29601.2.103.1.11- 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::fsIssuCommandStatus.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::fsIssuCommandStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notstarted |
1 | inprogress |
2 | successful |
3 | failed |