customCfgListRowStatus
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.4.1.2
Object
The rowstatus of each entry of customCfgListTable. This object is used to manage the creation and deletion of conceptual rows in customCfgListTable. To create a row in this table, a manager should set rowstatus to createAndWait(5) or createAndGo(4) and the SNMP agent configures the rowstatus respectively notInService(2) or active(1). When manager completes the creations of the related entries in the customCfgExecListTable, it must set rowstatus to active(1) in order to make the conceptual row available for the execution. When the manager wants to insert/delete a new entry in customCfgExecListTable for this list, it must set this object to notInService(2); after having added/deleted the entry in customCfgExecListTable, it must set again this object to active(1). After execution of the list was started, the list cannot be changed, but only removed: in other words, this item cannot be set notInService (2), but only to destroy (6). When a row in this table is deleted, the related entries in customCfgExecListTable are removed too.
Context
- MIB
- SIAE-CUSTOM-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.3373.1103.97.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- customCfgListEntry
- Table
- customCfgListTable
- 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 |
|---|---|---|---|
| customCfgListId This object identifies the configuration list. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.3373.1103.97.4.1.1 |
| customCfgListName The ASCII string identifying the list name. By default, this
object is set to LIST-N where N is the value of customCfgListId. | column | OctetString | .1.3.6.1.4.1.3373.1103.97.4.1.3 |
| customCfgListStatus This object reports the configuration list status.
Until the execution list is not executed, this object shows
the value notStarted(1).
The status is changed to inExecution(2) whe… | column | ExecutionStatus | .1.3.6.1.4.1.3373.1103.97.4.1.4 |
| customCfgListActionRequest The command set by SNMP manager to ask the Network Element
to start the execution of the scripts included the list.
The execution can be started if the scripts belong to
a valid c… | column | Enumeration | .1.3.6.1.4.1.3373.1103.97.4.1.5 |