softwareCommandOperationState
LUM-SOFTWARE-MIB ·
.1.3.6.1.4.1.8708.2.28.2.3.10
Object
scalar Enumeration
State to show the progress of the operation.
idle - when no operation is in progress.
pending - operation is ordered but will start later
cleaning - cleaning all boards.
checking - checking which SW packages that need to be
downloaded.
downloading - downloading SW packages from server.
installing - distributing and unpacking packages within
the node.
preparing - performing a test activate
activating - activating all SW packages.
installingFs - distributing and unpacking filesystem.
reverting - reverting to executing
rebooting - ordering reboot to all nodes.
Context
- MIB
- LUM-SOFTWARE-MIB
- OID
.1.3.6.1.4.1.8708.2.28.2.3.10- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- softwareCommand
- Groups
- 4
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 'LUM-SOFTWARE-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SOFTWARE-MIB::softwareCommandOperationState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-SOFTWARE-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-SOFTWARE-MIB::softwareCommandOperationState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | pending |
3 | cleaning |
4 | checking |
5 | downloading |
6 | installing |
7 | preparing |
8 | activating |
9 | installingFs |
10 | reverting |
11 | rebooting |