This variable reports the status of the last file
transfer operation initiated.
idle No transfer is in progress, and the
last operation completed without error.
The mgmtXferProgress variable reports the
final number of bytes transferred.
checkingFile For the doGet and doVerify transfer
operations, this status indicates that the
file is being requested from the remote
server.
For the doEnableForGet transfer operation,
this status indicates that the local file
is being prepared for transfer (e.g., the
server is synchronizing the current NVSRAM
configuration to FLASH).
For the doEnableForPut transfer operation,
this status indicates that the local file
is currently in use, and the server is
waiting for the file to become idle so it
can be overwritten.
erasing The FLASH memory is being erased to accept
the new file.
transferring The file is being transferred. The
mgmtXferProgress variable reports the
number of bytes transferred thus far.
verifying The file being transferred is being
compared with the local destination. The
mgmtXferProgress variable reports the
number of bytes verified thus far.
failed The last transfer operation failed. The
mgmtXferError variable contains a text
string describing the cause of the
failure. The mgmtXferProgress variable
reports the number of bytes transferred or
verified before the error occurred.
serverWait The transfer server has been activated
and is waiting for a 'get'/'put' request
to transfer the specified file.
If no file transfer operations have been initiated, this
variable reports the value idle(1).
Parsed from file CP300.mib.txt
Company: marconi
Module: AAC3-MIB
Child arc 0 is used to translate between SNMPv1 and SNMPv2 notification parameters as explained in IETF RFC 2576, section 3.
mgmtXferStatus OBJECT-TYPE SYNTAX INTEGER { idle(1), checkingFile(2), erasing(3), transferring(4), verifying(5), failed(6), serverWait(7) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable reports the status of the last file transfer operation initiated. idle No transfer is in progress, and the last operation completed without error. The mgmtXferProgress variable reports the final number of bytes transferred. checkingFile For the doGet and doVerify transfer operations, this status indicates that the file is being requested from the remote server. For the doEnableForGet transfer operation, this status indicates that the local file is being prepared for transfer (e.g., the server is synchronizing the current NVSRAM configuration to FLASH). For the doEnableForPut transfer operation, this status indicates that the local file is currently in use, and the server is waiting for the file to become idle so it can be overwritten. erasing The FLASH memory is being erased to accept the new file. transferring The file is being transferred. The mgmtXferProgress variable reports the number of bytes transferred thus far. verifying The file being transferred is being compared with the local destination. The mgmtXferProgress variable reports the number of bytes verified thus far. failed The last transfer operation failed. The mgmtXferError variable contains a text string describing the cause of the failure. The mgmtXferProgress variable reports the number of bytes transferred or verified before the error occurred. serverWait The transfer server has been activated and is waiting for a 'get'/'put' request to transfer the specified file. If no file transfer operations have been initiated, this variable reports the value idle(1)." ::= { mgmtFileTransfer 4 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.181.1.13.3.1.2.4.0 | mgmtXferStatus | 0 | 0 | None |
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.181.1.13.3.1.2.1 | mgmtXferUrl | 1 | 1 | The URL of the remote host/file to be used for the transfer operation. TFTP is the only service supported. Hosts must be specif… |
1.3.6.1.4.1.181.1.13.3.1.2.2 | mgmtXferDestination | 1 | 1 | The destination for the file to be transferred. Valid destinations are: sc1:system system software on SC. sc1:config … |
1.3.6.1.4.1.181.1.13.3.1.2.3 | mgmtXferDoXfer | 1 | 1 | This variable initiates a file transfer operation. dontXfer Has no effect. doGet Transfers the remote file… |
1.3.6.1.4.1.181.1.13.3.1.2.5 | mgmtXferError | 1 | 1 | A text string describing the cause of the error which caused the last transfer operation to fail. If the mgmtXferStatus variable… |
1.3.6.1.4.1.181.1.13.3.1.2.6 | mgmtXferProgress | 1 | 1 | This variable reports the total number of bytes transferred thus far duing a file transfer operation that is in progress, or the … |