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
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | beginOperation |
3 | waitingIp |
4 | runningIp |
5 | copyingLocal |
6 | readingConfiguration |
7 | executing |