This variable initiates a file transfer operation.
dontXfer Has no effect.
doGet Transfers the remote file to the
destination specified by the variable
mgmtXferDestination.
doVerify Compares the contents of the remote
file with the contents of the local
destination.
doAbort Aborts the file transfer currently in
progress and/or deactivates the
transfer server.
doEnableForGet Activates the transfer server to allow
the remote client host specified by
the variable mgmtXferUrl to 'get' the
specified file. If no 'get' request
is received, the server will time out.
doEnableForPut Activates the transfer server to allow
the remote client host specified by
the variable mgmtXferUrl to 'put' the
specified file. If no 'put' request
is received, the server will time out.
If the file being 'put' is the system
configuration, the system will reboot
upon the completion of a succcessful
transfer, and will start using the new
system configuration.
During the operation the status can be monitored using the
variables mgmtXferStatus, mgmtXferError, and mgmtXferProgress.
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.
mgmtXferDoXfer OBJECT-TYPE SYNTAX INTEGER { dontXfer(1), doGet(2), doVerify(3), doAbort(4), doEnableForGet(5), doEnableForPut(6) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable initiates a file transfer operation. dontXfer Has no effect. doGet Transfers the remote file to the destination specified by the variable mgmtXferDestination. doVerify Compares the contents of the remote file with the contents of the local destination. doAbort Aborts the file transfer currently in progress and/or deactivates the transfer server. doEnableForGet Activates the transfer server to allow the remote client host specified by the variable mgmtXferUrl to 'get' the specified file. If no 'get' request is received, the server will time out. doEnableForPut Activates the transfer server to allow the remote client host specified by the variable mgmtXferUrl to 'put' the specified file. If no 'put' request is received, the server will time out. If the file being 'put' is the system configuration, the system will reboot upon the completion of a succcessful transfer, and will start using the new system configuration. During the operation the status can be monitored using the variables mgmtXferStatus, mgmtXferError, and mgmtXferProgress." ::= { mgmtFileTransfer 3 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.181.1.13.3.1.2.3.0 | mgmtXferDoXfer | 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.4 | mgmtXferStatus | 1 | 1 | This variable reports the status of the last file transfer operation initiated. idle No transfer is in progress, and t… |
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 … |