A table of config-operation requests.
The index of the table is hwCfgOperateIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.6.10.1.2.4.1.1 |
hwCfgOperateIndex |
Integer32{(1,2147483647)} |
not-accessible |
The unique index value of a row in this table. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.2 |
hwCfgOperateType |
INTEGER{running2Startup(1),startup2Running(2),running2Net(3),net2Running(4),net2Startup(5),startup2Net(6)} |
read-create |
Specifies the type of an operation on configuration. For detailed information, please see the ConfigOperationType definition. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.3 |
hwCfgOperateProtocol |
INTEGER{ftp(1),tftp(2),sftp(3)} |
read-create |
If the value of hwCfgOperateType is running2Net,net2Running,net2Startup or startup2net, this object specifies the protocol which is used for file transfer . The default protocol is ftp if no protocol is specified. And for other value of hwCfgOperateType , this object may be ignored by the implementation. When hwCfgOperateProtocol is specified as SFTP, only password authentication-type is valid. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.4 |
hwCfgOperateFileName |
OCTET STRING{(1,128)} |
read-create |
When the object of hwCfgOperateType has the value of net2Startup, net2Running or running2Net, the value must be specified. The file name may include the path if applicable. If the value of hwCfgOperateType is net2Startup or net2Running, this node specifies the source file name of transfers. If the value of hwCfgOperateType is running2Net, this node specifies the destination file name of transfers. If the value of hwCfgOperateType is running2Startup, this node specifies the saved file name of current running configuration. When hwCfgOperateType has the value of startup2Net or startup2Running, the object may not be created instead of using the file name of startup configuration file. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.5 |
hwCfgOperateServerAddress |
IpAddress |
read-create |
When the operation type is running2Net,net2Running,net2Startup or startup2net , the ip address of the FTP/TFTP/SFTP server from/to which to download/upload must be specified. Values of 0.0.0.0 or FF.FF.FF.FF are not permitted. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.6 |
hwCfgOperateUserName |
OCTET STRING{(1,40)} |
read-create |
When the operation type is running2Net,net2Running,net2Startup or startup2net , the user name for the FTP/SFTP server from/to which to download/upload should be specified. The object must be created if hwCfgOperateProtocol has the value of 'ftp'. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.7 |
hwCfgOperateUserPassword |
OCTET STRING{(0,40)} |
read-create |
When the operation type is running2Net,net2Running,net2Startup or startup2net , the user password for the FTP/SFTP server from/to which to download/upload should be specified. The object must be created if hwCfgOperateProtocol has the value of 'ftp'. When get the value of the field, the device will return a zero-length string. When set the field, its value cannot be a string that contains no character. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.8 |
hwCfgOperateEndNotificationSwitch |
INTEGER{true(1),false(2)} |
read-create |
Specifies whether or not a notification should be issued on the completion of the operation. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.9 |
hwCfgOperateRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The status of this table entry. When the status is active : (1) In the situation that the specified transfer operation by ftp/tftp is in progress, the transfer operation will be aborted if the status is set to notInService. (2) In any other situations, the specified operation will not be aborted even if the status is set to notInService. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.10 |
hwCfgOperateServerPort |
Integer32{(1,65535)} |
read-create |
This object specifies the SFTP/FTP server port that is used for file transfer only if the value of hwCfgOperateProtocol is sftp/ftp. The default SFTP server port is 22 if no port is specified. The default FTP server port is 21 if no port is specified. If the value of hwCfgOperateProtocol is not sftp/ftp, this object is ignored by the implementation. |
The actually supported value range is 22|1025-55535. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.11 |
hwCfgOperateSourceAddress |
IpAddress |
read-create |
The source IP address. When the operation type is running2Net, net2Running, net2Startup or startup2net, the source IP address of the client may be specified or not. Default is 0.0.0.0 . If the source type is set to both of IP address and interface, the former has the priority. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.12 |
hwCfgOperateSourceInterface |
OCTET STRING{(1,47)} |
read-create |
The name of the interface.When the operation type is running2Net, net2Running,net2Startup or startup2net, the source interface of the FTP/TFTP client may be specified or not. If the source type is set to both of IP address and interface,the former has the priority. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.13 |
hwCfgOperateOnError |
INTEGER{continueOnError(1),stopOnError(2),rollbackOnError(3)} |
read-create |
This object specifies the action when a configuration command fails to be executed. continueOnError: skips the failed configuration command and continues to run other configuration commands. stopOnError: stops running the failed configuration command and does not run other configuration commands. rollbackOnError: rolls back the configuration to that before the configuration file is executed. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.17 |
hwCfgOperateServerAddressType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
read-create |
The ip address type of the FTP/TFTP/SFTP server from/to which to download/upload must be specified. 1 is used for ipv4, 2 is used for ipv6. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.18 |
hwCfgOperateServerAddressNet |
OCTET STRING{(0,255)} |
read-create |
Address or host name of the FTP/TFTP/SFTP server from/to which to download/upload must be specified. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.6.10.1.2.4.1.19 |
hwCfgOperateVpnInstance |
OCTET STRING{(0,31)} |
read-create |
The VPN instance name that through which to transfer the file. |
This object is implemented as defined in the corresponding MIB files. |
The following entries in this table can be created:
hwCfgOperateType
hwCfgOperateProtocol
hwCfgOperateFileName
hwCfgOperateServerAddress
hwCfgOperateUserName
hwCfgOperateUserPassword
hwCfgOperateEndNotificationSwitch
hwCfgOperateRowStatus
hwCfgOperateServerPort
hwCfgOperateSourceAddress
hwCfgOperateSourceInterface
hwCfgOperateOnError
hwCfgOperateServerAddressType
hwCfgOperateServerAddressNet
hwCfgOperateVpnInstance