genOpRunningState
LOAD-MIB ·
.1.3.6.1.4.1.1751.2.53.1.2.1.3
Object
column r/w
Enumeration
Identifies the operation to perform and the state of that operation.
This field acts as both the trigger to initiate the operation (via
the beginOperation) and the status field of the operation itself
(i.e. waiting-ip, running-ip, etc.). It is expected that all
dependent MIB objects will be set before the trigger is set to
beginOperation. The operations completion is triggered by the
return to the idle state.
idle(1), - Operation not in progress
beginOperation(2), - Trigger by NMS to start the operation
waitingIp(3), - Communication phase; waiting for response
runningIp(4), - Communication phase; transferring data
copyingLocal(5), - Local operation
readingConfiguration(6), - Parsing / Executing configuration file
executing(7) - Executing Command (such as erasing a file or reporting)
Context
- MIB
- LOAD-MIB
- OID
.1.3.6.1.4.1.1751.2.53.1.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- genOpEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOAD-MIB::genOpRunningState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOAD-MIB::genOpRunningState.<genOpModuleId>.<genOpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LOAD-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LOAD-MIB::genOpRunningState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | beginOperation |
3 | waitingIp |
4 | runningIp |
5 | copyingLocal |
6 | readingConfiguration |
7 | executing |