agTransferAction
LENOVO-GbTOR-G8264-MIB ·
.1.3.6.1.4.1.26543.2.7.6.1.1.7.6
Object
scalar
r/w
Enumeration
This is an action object to perform various FTP/TFTP Get or Put functions.
The FTP/TFTP sever is specified in agTransferServer object.
img-get(2) - Download switch image from a specified image
file(agTransferImageFileName) on the FTP/TFTP server to
the destinated storage(agTransferImage).
The duration of the action will depend on the image
downloading and writting time on the network element.
Sugguest 150 seconds timeout setting in MIB Browser to get
the correct response for this action.
cfg-get(3) - Download switch configuration from a specified
file(agTransferCfgFileName) on the FTP/TFTP server.
cfg-put(4) - Upload switch configuration to a specified
file(agTransferCfgFileName) on the FTP/TFTP server.
dump-put(5) - Download switch core dump to a specified
file(agTransferDumpFileName) on the FTP/TFTP server.
bkpdump-put(6)- Download switch backup core dump to a specified
file(agTransferDumpFileName) on the FTP/TFTP server.
img-put(7) - Upload specified switch image to a specified image
file(agTransferImageFileName) on the FTP/TFTP server.
tsdump-put(8) - Download switch tech support dump to a specified
file(agTransferTSDumpFileName) on the FTP/TFTP server.
bogon-get(9) - Download bogon config file from a specified bogon
file(uses agTransferImageFileName) on the FTP/TFTP server.
ca-get(14) - Download CA root certificate from a specified
file(agTransferCaFileName) on the TFTP server.
This command did not support FTP.
hostcert-get(15) - Download host certificate from a specified
file(agTransferHostCertFileName) on the TFTP server.
This command did not support FTP.
hostkey-get(16) - Download host private key from a specified
file(agTransferHostKeyFileName) on the TFTP server.
This command did not support FTP.
pubkey-get(17) - Download SSH client public key from a specified
file(agTransferPublicKeyFileName) on the TFTP/SFTP server.
This command did not support FTP.
csr-put(18) - Upload CSR generated on the switch to a specified
file(agTransferCSRFileName) on the TFTP/FTP/SFTP server.
hostcert-only-get(19) - Download only the host certificate from a specified
file(agTransferHostCertFileName) on the TFTP/SFTP server.
Use this when the CSR was generated on the switch.
other(1) is returned always when read.
Context
- MIB
- LENOVO-GbTOR-G8264-MIB
- OID
.1.3.6.1.4.1.26543.2.7.6.1.1.7.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agTransfer
- Siblings
- 21
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | img-get |
3 | cfg-get |
4 | cfg-put |
5 | dump-put |
7 | img-put |
8 | tsdump-put |
14 | ca-get |
15 | hostcert-get |
16 | hostkey-get |
17 | pubkey-get |
18 | csr-put |
19 | hostcert-only-get |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| agTransferServer The FTP/TFTP server IP address or domain name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.1 |
| agTransferPassword The password for the FTP server. For security reason, an empty string will be returned when the OID is read. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.10 |
| agTransferTSDumpFileName The TS dump file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.11 |
| agTransferLastConfigurationActionStatus The status of the last configuration action using the file ftp/tftp'd
from server. | scalar | Enumeration | .1.3.6.1.4.1.26543.2.7.6.1.1.7.14 |
| agTransferCaFileName The CA certificate file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.15 |
| agTransferHostCertFileName The Host certificate file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.16 |
| agTransferHostKeyFileName The Host private key file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.17 |
| agTransferProtocol The protocol used by this transfer. | scalar | Enumeration | .1.3.6.1.4.1.26543.2.7.6.1.1.7.18 |
| agServerPort The port is listened on the server. | scalar | Enumeration | .1.3.6.1.4.1.26543.2.7.6.1.1.7.19 |
| agTransferImage Where the image file should be loaded in flash. | scalar | Enumeration | .1.3.6.1.4.1.26543.2.7.6.1.1.7.2 |
| agTransferPublicKeyUserName The user of the public key file. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.21 |
| agTransferPublicKeyFileName The client pulic key file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.22 |
| agTransferStaggeredUpgradeMode Upgrade image with staggered mode | scalar | Enumeration | .1.3.6.1.4.1.26543.2.7.6.1.1.7.23 |
| agTransferStaggeredUpgradeDelay Delay between each reload of upgraded switch (in minutes). By default it is 1 minute. | scalar | Integer32 | .1.3.6.1.4.1.26543.2.7.6.1.1.7.25 |
| agTransferCSRFileName The CSR file name . | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.26 |
| agTransferImageFileName The image file name to be transferred. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.3 |
| agTransferCfgFileName The configuration file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.4 |
| agTransferDumpFileName The core dump file name. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.5 |
| agTransferLastActionStatus The recorded status of the previous FTP/TFTP activity. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.7 |
| agTransferPort Specify whether the FTP/TFTP operation should be performed over the
data port or the management port. | scalar | Enumeration | .1.3.6.1.4.1.26543.2.7.6.1.1.7.8 |
| agTransferUserName The username for the FTP server or blank for TFTP server. | scalar | OctetString | .1.3.6.1.4.1.26543.2.7.6.1.1.7.9 |