huaweiFlhOpTable

A table of Flash copy operation entries. Each entry represents a Flash copy operation (to or from Flash) that has been initiated.

The index of the table is hwFlhOperIndex.

OID

Object

Syntax

Max Access

Description

Implemented Specifications

1.3.6.1.4.1.2011.6.9.1.2.1.1.1

hwFlhOperIndex

Integer32{(1,2147483647)}

not-accessible

Specifies the index of an entry. It is a

random value when creating an entry.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.2

hwFlhOperType

INTEGER{net2FlashWithErase(1),net2FlashWithoutErase(2),flash2Net(3),delete(4)}

read-create

Specifies the operation to be executed.

net2FlashWithErase Copy a file to flash; erase

flash before copy.

Use the FTP protocol or SFTP protocol.

net2FlashWithoutErase Same with net2FlashWithErase.

flash2Net Copy a file from flash using

the FTP protocol or SFTP protocol.

delete delete file or directory by source file name.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.3

hwFlhOperProtocol

INTEGER{ftp(1),sftp(2),tftp(3)}

read-create

Specifies the protocol used to transfer file.

The default value of it is ftp. When hwFlhOperProtocol 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.9.1.2.1.1.4

hwFlhOperServerAddress

IpAddress

read-create

The address of remote host acting as server for any operation.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.5

hwFlhOperServerUser

OCTET STRING{(1,255)}

read-create

When use ftp or sftp to transfer files, the user name must be

specified by this node.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.6

hwFlhOperPassword

OCTET STRING{(1,255)}

read-create

Remote user password for copy via ftp protocol. Optional.

This object will be ignored for protocols other than

ftp and sftp.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.7

hwFlhOperSourceFile

OCTET STRING{(1,255)}

read-create

Specifies the Source file name to be transferred .

It may be located on flash or remote server.

It may include the file path if it is applicable.

It must be specified.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.8

hwFlhOperDestinationFile

OCTET STRING{(0,255)}

read-create

Specifies the destination file name to be transferred .

It may be located on flash or remote server.

It may include the file path if it is applicable.

If it is not specified , the destination file name

is the same as source file name for application.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.9

hwFlhOperStatus

INTEGER{opInProgress(1),opSuccess(2),opInvalid(3),opInvalidProtocol(4),opInvalidSourceName(5),opInvalidDestName(6),opInvalidServerAddress(7),opDeviceBusy(8),opDeviceOpenError(9),opDeviceError(10),opDeviceNotProgrammable(11),opDeviceFull(12),opFileOpenError(13),opFileTransferError(14),opFileChecksumError(15),opNoMemory(16),opAuthFail(17),opUnknownFailure(18),opAbort(19),opInvalidSourceAddress(20),opInvalidSourceInterface(21),opCurrentVersionFileConfilt(22)}

read-only

The status of operation.

The status of the specified operation can be one of the follows.

opInProgress(1) : the operation is in process.

opSuccess(2) : the operation has been completed successfully.

opInvalid(3) : the command is invalid or command-protocol-device

combination is unsupported by the system.

opInvalidProtocol(4) :invalid protocol is specified

opInvalidSourceName(5) :invalid source file name is specified.

opInvalidDestName(6) :invalid target name is specified.

opInvalidServerAddress(7) :invalid server address is specified

opDeviceBusy(8) :the device is in use and locked by another process

opDeviceOpenError(9) :invalid device name is specified.

opDeviceError(10) : device read, write or erase error

opDeviceNotProgrammable(11) :device is read-only but a write or erase operation was specified

opDeviceFull(12) : device is filled to capacity

opFileOpenError(13) :invalid file name; file not found in partition

opFileTransferError(14) :file transfer was unsuccessfull

opFileChecksumError(15) :file checksum in Flash si invalid

opNoMemory(16) :system is running in low on memory

opAuthFail(17) :authentication failure

opUnknownFailure(18) :failure which is unknown

opAbort(19) : transfer operation has been aborted

opInvalidSourceAddress(20) : invalid source IP is specified.

opInvalidSourceInterface(21) : invalid source interface is specified.

opCurrentVersionFileConfilt(22) : conflict between target file and system file

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.10

hwFlhOperEndNotification

INTEGER{true(1),false(2)}

read-create

If the value of it is specified 'true',a notification

will be generated at the end of the operation.

Otherwise no notification will be generated.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.11

hwFlhOperProgress

TimeTicks

read-only

The progress described as the time taken for

the operation.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.12

hwFlhOperRowStatus

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.9.1.2.1.1.13

hwFlhOperServerPort

Integer32{(1,65535)}

read-create

This object specifies the SFTP/FTP server port that is used for file transfer

only if the value of hwFlhOperProtocol 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 hwFlhOperProtocol is not sftp/ftp, this object is ignored by the

implementation.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.14

hwFlhOperSourceAddress

IpAddress

read-create

The source IP address. When hwFlhOperType is specified as net2FlashWithErase,

net2FlashWithoutErase or flash2Net, 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.9.1.2.1.1.15

hwFlhOperSourceInterface

OCTET STRING{(1,47)}

read-create

The name of the source interface.When hwFlhOperType is specified as

net2FlashWithErase,net2FlashWithoutErase or flash2Net,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.9.1.2.1.1.16

hwFlhOperMemSize

Integer32

read-create

This object specifies the reserved space (in KBs) guaranteed by a host.

The value 0 indicates that no space need be reserved. The default value is 0. This

object is optional when hwFlhOperType is specified as net2FlashWithErase or

net2FlashWithoutErase in the Set operation. This object is unavailable when

hwFlhOperType is specified as flash2Net or delete in the Set operation.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.17

hwFlhOperVpnInstanceName

OCTET STRING{(1,31)}

read-create

The vpn instance name of the file server.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.18

hwFlhOperTotalFileLength

Integer32{(0,2147483647)}

read-create

The total length of the file, in bytes.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.19

hwFlhOperTransferProgress

Integer32{(0,100)}

read-only

The transfer progress of the file.

This object is implemented as defined in the corresponding MIB files.

1.3.6.1.4.1.2011.6.9.1.2.1.1.20

hwFlhOperErrorReason

OCTET STRING{(1,255)}

read-only

The failure reason of operation.

This object is implemented as defined in the corresponding MIB files.

Creation Restriction

The entries in this table can be created.

Modification Restriction

The entries in this table can be modified.

Deletion Restriction

The entries in this table can be deleted.

Access Restriction

The entries in this table can be read without restriction.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >