customCfgToolRowStatus
SIAE-CUSTOM-CONFIGURATION-MIB ·
.1.3.6.1.4.1.3373.1103.97.2.1.2
Object
The rowstatus of each configuration tool entry. This object is used to manage the creation and deletion of conceptual rows in customCfgToolTable. 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). When the configuration scripts are both successfully uploaded into the equipment, then the rowstatus column turns into notInService(2); the manager must set rowstatus to active(1) to make the conceptual row available. The content of customCfgToolTable can be changed only if this object is notInService(2). A configuration tool cannot be deleted or changed if the constructor or the destructor is inserted in an execution list (see customCfgListTable and customCfgExecListTable) not run yet.
Context
- MIB
- SIAE-CUSTOM-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.3373.1103.97.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- customCfgToolEntry
- Table
- customCfgToolTable
- Siblings
- 10
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| customCfgToolId This object identifies the configuration tool. | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.3373.1103.97.2.1.1 |
| customCfgToolUploadStatus A field to identify that NE is uploading the configuration tool;
the configuration tool cannot start running the script
until the upload of both configuration scripts has been com… | column | CfgFtpTranferStatus | .1.3.6.1.4.1.3373.1103.97.2.1.10 |
| customCfgToolUploadFailure The status of the last performed upload procedure. | column | CfgToolFtpTransferFailureReason | .1.3.6.1.4.1.3373.1103.97.2.1.11 |
| customCfgToolDescription ASCII string for describing the configuration tool and the
version of the configuration tool. | column | OctetString | .1.3.6.1.4.1.3373.1103.97.2.1.3 |
| customCfgToolConstructorName ASCII string for the name of the script built to apply the
configuration. This field is set by the Network Element when
the upload of the related script has been completed. | column | OctetString | .1.3.6.1.4.1.3373.1103.97.2.1.4 |
| customCfgToolDestructorName ASCII string for the name of the script built to remove the
configuration. This field is set by the Network Element when
the upload of the related script has been completed. | column | OctetString | .1.3.6.1.4.1.3373.1103.97.2.1.5 |
| customCfgToolFtpServerIpAddress Ip address of the connected SNMP manager from which the
configuration tool is uploaded. if this object is set '0.0.0.0',
then the IP address of server is read from incoming ethern… | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.3373.1103.97.2.1.6 |
| customCfgToolFtpConstructorName ASCII string for the full filename of the script used to create a
configuration. This field is set by the SNMP manager.
Once the upload is completed, the SNMP agent will empty
thi… | column | OctetString | .1.3.6.1.4.1.3373.1103.97.2.1.7 |
| customCfgToolFtpDestructorName ASCII string for the full filename of the script used to delete a
configuration. This field is set by the SNMP manager.
Once the upload is completed, the SNMP agent will empty
thi… | column | OctetString | .1.3.6.1.4.1.3373.1103.97.2.1.8 |
| customCfgToolUploadActionRequest This object is used to start the actions for a configuration tool
entry:
-upload/reload of the file scripts of a configuration tool
-remove a configuration tool entry | column | Enumeration | .1.3.6.1.4.1.3373.1103.97.2.1.9 |