customCfgActualConfigRowStatus
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.7.1.2
Object
The rowstatus of each entry of customCfgActualConfigTable.
This object is used to manage the creation and deletion of
conceptual rows in customCfgActualConfigTable.
To create a row in this table, a manager should set rowstatus to
createAndWait(5) (createAndGo(4) is rejected).
Until values of all object in the row are appropriately
configured, the value of the corresponding instance of rowstatus
is notReady(3). Then the rowstatus column turns into
notInService(2); the manager must set rowstatus to active(1) in
order to make the conceptual row available.
Each row in this table should be created by the constructor
script and removed by the destructor script. To an SNMP manager
is forbidden to set this object.
Context
- MIB
- SIAE-CUSTOM-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.3373.1103.97.7.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- customCfgActualConfigEntry
- Table
- customCfgActualConfigTable
- Siblings
- 3
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| customCfgActualConfigName The unique ASCII string to identfiy the actual configuration type
(e.g. ROLE, QOS, RADIO ...). | column | OctetString | .1.3.6.1.4.1.3373.1103.97.7.1.1 |
| customCfgActualConfigDescription The ASCII string containing the description of the customizations
made by a script.
This string is set by each script during its execution. | column | OctetString | .1.3.6.1.4.1.3373.1103.97.7.1.3 |
| customCfgActualConfigVersion The ASCII string containing the version of the customizations
made by a script. This string is set by each script during its
execution. The format of the strig should be:
… | column | OctetString | .1.3.6.1.4.1.3373.1103.97.7.1.4 |