clsTransferStatus
CISCO-LWAPP-SYS-MIB ·
.1.3.6.1.4.1.9.9.618.1.1.8.1.1.13
Object
column
Enumeration
This object represents the current status of a file transfer operation. The following are valid only when clsTransferType is 'download' :- bootBreakOff(14), invalidTarFile(15). A value of unknown(1) indicates that, unknown state of transfer. A value of notInitiated(2) indicates that, no transfer operation has been initiated A value of transferStarting(3) indicates that, transfer operation has commenced. A value of errorStarting(4) indicates that, error while starting transfer operation. A value of wrongFileType(5) indicates that, wrong file type specified. A value of updatingConfig(6) indicates that, updating configuration. A value of invalidConfigFile(7) indicates that, invalid config file specified. A value of writingToFlash(8) indicates that, writing to flash A value of failureWritingToFlash(9) indicates that, writing to flash failed. A value of checkingCRC(10) indicates that, checking cyclic redundancy check. A value of failedCRC(11) indicates that, CRC check failed. A value of unknownDirection(12) indicates that, unknown direction of transfer. A value of transferSuccessful(13) indicates that, transfer operation succeeded. A value of transferFailed(14) indicates that, transfer failed. A value of bootBreakOff(15) indicates that, Boot break off. A value of invalidTarFile(16) indicates that, invalid Tar file.
Context
- MIB
- CISCO-LWAPP-SYS-MIB
- OID
.1.3.6.1.4.1.9.9.618.1.1.8.1.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- clsTransferConfigEntry
- Table
- clsTransferConfigTable
- Siblings
- 13
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | notInitiated |
3 | transferStarting |
4 | errorStarting |
5 | wrongFileType |
6 | updatingConfig |
7 | invalidConfigFile |
8 | writingToFlash |
9 | failureWritingToFlash |
10 | checkingCRC |
11 | failedCRC |
12 | unknownDirection |
13 | transferSuccessful |
14 | transferFailed |
15 | bootBreakOff |
16 | invalidTarFile |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| clsTransferType This object represents the type of operation
mode of the server by the controller.
A value of download indicates that, mode of transfer
is download
A value of upload indicates t… | column | Enumeration | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.1 |
| clsTransferTftpMaxRetries This object specifies maximum number of retries to be
allowed for a TFTP message packet before aborting the
transfer operation. This is valid only for TFTP transfer
mode. | column | Unsigned32 | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.10 |
| clsTransferTftpTimeout This object specifies timeout in seconds for a TFTP message
packet. This is valid only for TFTP transfer mode. | column | seconds Unsigned32 | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.11 |
| clsTransferStart This object specifies whether the file transfer
operation is initiated in active or standby.
A value of none indicates that, no operation begins.
A value of initiate indicates tha… | column | Enumeration | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.12 |
| clsTransferStatusString This object represents the current status of a file
transfer operation in human readable format. | column | OctetString | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.14 |
| clsTransferMode This object represents the protocol used by the server and the
controller to transfer a file.
A value of tftp indicates that, transfer mode is tftp.
A value of ftp indicates that,… | column | Enumeration | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.2 |
| clsTransferServerAddressType This object specifies the server IP address
type to which the controller will transfer
the file. | column | INET-ADDRESS-MIBInetAddressType | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.3 |
| clsTransferServerAddress This object specifies the server IP address
to which the controller will transfer the file.
It is governed by clsTransferServerAddressType. | column | INET-ADDRESS-MIBInetAddress | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.4 |
| clsTransferPath This object specifies the directory path for file transfer.
The format depends on the host server.
e.g. /tftpboot/code/ - in case of UNIX server
c:\tftp\code - in case of DOS/Wind… | column | OctetString | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.5 |
| clsTransferFilename This object specifies the file name for the file being
transferred from the controller.
An example would be file path set to c:\tftp\code\
and file name set to e1r1v1.opr. | column | OctetString | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.6 |
| clsTransferFtpUsername This object specifies the FTP username for
transferring file on the server.
This is valid for FTP/SFTP transfer mode
parameters. | column | OctetString | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.7 |
| clsTransferFtpPassword This object specifies the FTP password for
transferring file on the server.
This is valid for SFTP/FTP transfer mode
parameters. It returns '****' when queried. | column | OctetString | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.8 |
| clsTransferFtpPortNum This object specifies the port number to be used by
the FTP protocol while connecting to the server.
This is valid only for FTP transfer mode. | column | INET-ADDRESS-MIBInetPortNumber | .1.3.6.1.4.1.9.9.618.1.1.8.1.1.9 |