customCfgExecRowStatus
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.5.1.2
Object
The rowstatus of each entry of customCfgExecListTable. This object is used to manage the creation and deletion of conceptual rows in customCfgExecListTable. To create a row in this table, a manager should set rowstatus to createAndWait(5) (createAndGo(4) is rejected). Until values of all objects in the row are appropriately configured, the value of the corresponding instance of rowstatus is notReady(3): if the selected script belongs to a valid configuration tool (rowStatus is active in customCfgToolTable), then the rowstatus column turns into notInService(2); manager must set rowstatus to active(1) in order to make the conceptual row available. The content of customCfgExecListTable can be changed only if this object is configured to notInService(2). The rowstatus is changed to notInService(2) when the related configuration tool entry is deleted or updated by the manager.
Context
- MIB
- SIAE-CUSTOM-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.3373.1103.97.5.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- customCfgExecListEntry
- Table
- customCfgExecListTable
- Siblings
- 4
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| customCfgExecElementNumber This object identifies the order of the execution of the scripts
assigned to the configuration list. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.3373.1103.97.5.1.1 |
| customCfgExecToolId This object identifies the configuration tool. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.3373.1103.97.5.1.3 |
| customCfgExecScriptType The type of the script to either apply or remove
the configuration identified by customCfgExecToolId. | column | ScriptType | .1.3.6.1.4.1.3373.1103.97.5.1.4 |
| customCfgExecScriptStatus This object reports the list element status.
Until tthe execution list is not executed, this object shows
the value notStarted(1).
The status is changed to inExecution(2) when the… | column | ExecutionStatus | .1.3.6.1.4.1.3373.1103.97.5.1.5 |