mpeDevFileXferConfigEntry
PDN-MPE-DEVICE-CONTROL-MIB ·
.1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1
Object
row
Use of the File Tranfer MIB could be used with other MIBS in
the following manner:
a) Use another MIB/means to verify available space /make room
for a file to be transfered to this device
b) Use this MIB to download the file
c) Use another MIB/means to select the file you want to make
active
if your selecting firmware for example.
d) Use another MIB/means to reset the device.
A management station wishing to initiate a file transfer needs to
create an entry in this table. To do so, you must
first identify the entPhysicalIndex of the device you intend to
do the transfer with. You should
then create the associated instance of the row status
It must also, either in the same
or in successive PDUs, create an instance of
mpeDevFileXferFileName, mpeDevFileXferFileType,
. mpeDevFileXferServerIpAddress,
mpeDevFileXferOperation.
It should also modify the default values for the other
configuration objects if the defaults are not appropriate.
Once the appropriate instance of all the configuration
objects have been created, either by an explicit SNMP
set request or by default, the row status should be set
to active to initiate the request. Note that this entire
procedure may be initiated via a single set request which
specifies a row status of createAndGo as well as specifies
valid values for the non-defaulted configuration objects.
Once the MpeDevFileXferConfigEntry request has been created (i.e. the
mpeDevFileXferRowStatus has been made active), the entry
cannot be modified - the only operation possible
after this is to delete the row.
Once the request completes, the management station should
retrieve the values of the status objects of interest, and
should then delete the entry. In order to prevent old
entries from clogging the table, entries could be aged out,
but an entry will never be deleted within 5 minutes of
completing.
Context
- MIB
- PDN-MPE-DEVICE-CONTROL-MIB
- OID
.1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1- Type
- row
- Status
- current
- Parent
- mpeDevFileXferConfigTable
- Table
- mpeDevFileXferConfigTable
- Children
- 18
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| mpeDevFileXferFileName This object contains the name of the filetransfer file. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.1 |
| mpeDevFileXferOctetsSent This object contains the the number of octets sent to the
server at the time of interrogation. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.10 |
| mpeDevFileXferOctetsRecv This object contains the the number of octets received from the
server at the time of interrogation. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.11 |
| mpeDevFileXferOwnerString The entity which currently has the 'ownership'
required to invoke the operation on this index. | column | OctetString | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.12 |
| mpeDevFileXferStatus This object contains the status of the file transfer. | column | Enumeration | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.13 |
| mpeDevFileXferErrorStatus This object contains the reason code of the failure determined in
mpeDevFileXferStatus.
The reason code are specific to the file transfer protocol.
Please refer to… | column | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.14 |
| mpeDevFileXferSendEvent This object indicates whether or not to send the
mpeDevFileXferEvent event trap . | column | Enumeration | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.15 |
| mpeDevFileXferRowStatus This object is used to create
a new row or delete an
existing row in this table. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.16 |
| mpeDevFileXferXferTime This object indicates the elapsed time
(in hundredths of a second) of the file transfer. | column | SNMPv2-SMITimeTicks | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.17 |
| mpeDevFileXferFileFormat This object contains the file representation type. A
file representation type of ascii implies an ASCII,
non-print text file. A file representation type of
binary implies an bina… | column | Enumeration | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.18 |
| mpeDevFileXferCopyProtocol The transfer protocol that should be used to copy the file
across the network. If the file transfer is to occur locally on the
SNMP agent, the method of transfer is left upto the… | column | Enumeration | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.2 |
| mpeDevFileXferFileType Specifies the type of file your want to transfer. | column | Enumeration | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.3 |
| mpeDevFileXferServerIpAddress This object contains the file transfer server's IP address. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.4 |
| mpeDevFileXferUserName This object contains the username if a username is needed
to login to the server. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.5 |
| mpeDevFileXferUserPassword This object contains the password if a password is needed
to login to the server. This object will return null on a read
operation. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.6 |
| mpeDevFileXferOperation This object contains the operation the file transfer wants to
perform. | column | Enumeration | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.7 |
| mpeDevFileXferPktsSent This object contains the the number of packets sent to the
server at the time of interrogation. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.8 |
| mpeDevFileXferPktsRecv This object contains the the number of packets received from the
server at the time of interrogation. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.1795.2.24.12.10.1.2.1.1.9 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| ENTITY-MIBentPhysicalIndex The index for this entry. | column | PhysicalIndex | .1.3.6.1.2.1.47.1.1.1.1.1 |