docsPnmBulkFileControl
DOCS-PNM-MIB ·
.1.3.6.1.4.1.4491.2.1.27.1.1.2.1.3
Object
column
r/w
Enumeration
This object controls the action taken by the device regarding the
file specified by the 'docsPnmBulkFileName' object. When a value is
written to this object for a given row instance, the device is
required to take that action on the specified bulk data file. The
possible actions are:
other(1) - This value is returned when the object is read.
This value is not writeable.
tftpUpload(2)
The device must initiate a TFTP-Write to the server with
the parameters specified in the 'docsPnmBulkDestIpAddr',
'docsPnmBulkDestIpAddrType', and 'docsPnmBulkDestPath' objects.
This action will change the value of the
'docsPnmBulkFileUploadStatus' to 'uploadInProgress' while the
transfer is ongoing. This object can only be set to 'tftpUpload'
when the value of the 'docsPnmBulkFileUploadStatus' object is not
set to a value of 'uploadInProgress' for this row OR for any row
in the table. This limits the upload process to one upload at a
time. This object will return 'inconsistentValue' for this case.
cancelUpload(3)
The device must cancel a pending upload or an upload currently in
progress on this bulk data file. The value of
'docsPnmBulkFileUploadStatus' will be changed to 'uploadCancelled'.
deleteFile(4)
The device must delete the file from its memory and from this table.
This object can not be set to 'deleteFile' while an upload is in progress.
Context
- MIB
- DOCS-PNM-MIB
- OID
.1.3.6.1.4.1.4491.2.1.27.1.1.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- docsPnmBulkFileEntry
- Table
- docsPnmBulkFileTable
- Siblings
- 3
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | tftpUpload |
3 | cancelUpload |
4 | deleteFile |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| docsPnmBulkFileIndex This object is the index for the table. | column | Unsigned32 | .1.3.6.1.4.1.4491.2.1.27.1.1.2.1.1 |
| docsPnmBulkFileName This object contains the name of the bulk data file stored in the
device, that is available to be uploaded to the server. Filenames
are defined by the application that creates the… | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.4.1.4491.2.1.27.1.1.2.1.2 |
| docsPnmBulkFileUploadStatus This attribute reflects the status of the bulk data file. The possible
values are listed below.
other(1) - Any condition not covered by the other defined values.
… | column | Enumeration | .1.3.6.1.4.1.4491.2.1.27.1.1.2.1.4 |