licenseStackRemoveStatus
AT-LICENSE-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.22.5.3
Object
scalar Enumeration
Shows the current status of the last requested stack license
removal request. One of the following values will be returned:
idle (1) - No new removal operation has been requested.
processing (2) - The last request is in progress.
success (3) - The last request was successful.
failure (4) - The last request failed.
Upon completion of a stack license removal operation, the first
read of this object will return a success/failure indication.
Subsequent reads will then return idle(1).
Context
- MIB
- AT-LICENSE-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.22.5.3- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- licenseStackRemove
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-LICENSE-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-LICENSE-MIB::licenseStackRemoveStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-LICENSE-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-LICENSE-MIB::licenseStackRemoveStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | processing |
3 | success |
4 | failure |