H3C-FLASH-MAN-MIB

File: H3C-FLASH-MAN-MIB.mib (36680 bytes)

Imported modules

ENTITY-MIB HUAWEI-3COM-OID-MIB SNMPv2-CONF
SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC

Imported symbols

PhysicalIndex h3cCommon OBJECT-GROUP
MODULE-COMPLIANCE NOTIFICATION-GROUP TimeTicks
IpAddress Integer32 Gauge32
Counter32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE InetAddressType InetAddress
DisplayString TimeStamp TruthValue
RowStatus TEXTUAL-CONVENTION

Defined Types

H3cFlashOperationStatus  
The status of the specified operation can be one of the following. opInProgress : The operation is in process. opSuccess : The operation has been completed successfully. opInvalid : The command is invalid or command-protocol-device combination is unsupported by the system. opInvalidProtocol : Invalid protocol is specified. opInvalidSourceName : Invalid source file name is specified. opInvalidDestName : Invalid target name is specified. opInvalidServerAddress : Invalid server address is specified. opDeviceBusy : The device is in use and locked by another process. opDeviceOpenError : Invalid device name is specified. opDeviceError : Device read, write or erase error. opDeviceNotProgrammable : Device is read-only but a write or erase operation was specified. opDeviceFull : Device is filled to capacity. opFileOpenError : Invalid file name; file not found in partition. opFileTransferError : File transfer was unsuccessful. opFileChecksumError : File checksum in Flash is invalid. opNoMemory : System is running in low on memory. opUnknownFailure : Failure which is unknown. opDeleteFileOpenError : File is in used by another process. opDeleteInvalidDevice : Invalid device name is specified. opDeleteInvalidFunction : Deleted operation is unsupported by the device. opDeleteOperationError : Operation is in a low error. opDeleteInvalidFileName : Invalid file name is specified. pDeleteDeviceBusy : The device is in use and locked by another process. opDeleteParaError : The parameters are invalid. opDeleteInvalidPath : The file path is invalid. opDeleteFileNotExistInSlave : Failed to delete file, because the file is not exist in the slave. opDeleteFileFailedInSlave : Operation is fail when delete file in the slave. opSlaveFull : Operation is fail for the slave don't have enough space. opCopyToSlaveFailure : Operation is fail when copy file to the slave.
TEXTUAL-CONVENTION    
  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), opTimeout(18), opUnknownFailure(19), opDeleteFileOpenError(20), opDeleteInvalidDevice(21), opDeleteInvalidFunction(22), opDeleteOperationError(23), opDeleteInvalidFileName(24), opDeleteDeviceBusy(25), opDeleteParaError(26), opDeleteInvalidPath(27), opDeleteFileNotExistInSlave(28), opDeleteFileFailedInSlave(29), opSlaveFull(30), opCopyToSlaveFailure(31)  

H3cFlashPartitionUpgradeMode  
Flash partition upgrade method, i.e., method by which new files can be downloaded into the partition. FLH stands for Flash Load Helper, a feature provided on run-from-Flash systems for upgrading Flash. This feature uses the bootstrap code in ROMs to help in automatic download. This object should be retrieved if the partition status is runFromFlash(2). If the partition status is readOnly(1), the upgrade method would depend on the reason for the readOnly status. For example, it may simply be a matter of installing the programming jumper, or it may require execution of a later version of software that supports the Flash chips. unknown - the current system image does not know how Flash can be programmed. A possible method would be to reload the ROM image and perform the upgrade manually. rxbootFLH - the Flash Load Helper is available to download files to Flash. A copy-to-flash command can be used and this system image will automatically reload the Rxboot image in ROM and direct it to carry out the download request. direct - will be done directly by this image.
TEXTUAL-CONVENTION    
  INTEGER unknown(1), rxbootFLH(2), direct(3)  

H3cFlashPartitionStatus  
If device is not programmable the value of it will be 'readOnly'; If the current image is running from this partition the value of it will be 'runFromFlash' If device is programmable the value of it will be 'readWrite'.
TEXTUAL-CONVENTION    
  INTEGER readOnly(1), runFromFlash(2), readWrite(3)  

H3cFlashEntry  
SEQUENCE    
  h3cFlhIndex Integer32
  h3cFlhSize Integer32
  h3cFlhPos PhysicalIndex
  h3cFlhName DisplayString
  h3cFlhChipNum Integer32
  h3cFlhDescr DisplayString
  h3cFlhInitTime TimeStamp
  h3cFlhRemovable TruthValue
  h3cFlhPartitionBool TruthValue
  h3cFlhMinPartitionSize Integer32
  h3cFlhMaxPartitions Integer32
  h3cFlhPartitionNum Integer32
  h3cFlhKbyteSize Integer32

H3cFlhChipEntry  
SEQUENCE    
  h3cFlhChipSerialNo Integer32
  h3cFlhChipID DisplayString
  h3cFlhChipDescr DisplayString
  h3cFlhChipWriteTimesLimit Integer32
  h3cFlhChipWriteTimes Counter32
  h3cFlhChipEraseTimesLimit Integer32
  h3cFlhChipEraseTimes Counter32

H3cFlhPartitionEntry  
SEQUENCE    
  h3cFlhPartIndex Integer32
  h3cFlhPartFirstChip Integer32
  h3cFlhPartLastChip Integer32
  h3cFlhPartSpace Integer32
  h3cFlhPartSpaceFree Gauge32
  h3cFlhPartFileNum Integer32
  h3cFlhPartChecksumMethod INTEGER
  h3cFlhPartStatus H3cFlashPartitionStatus
  h3cFlhPartUpgradeMode H3cFlashPartitionUpgradeMode
  h3cFlhPartName DisplayString
  h3cFlhPartRequireErase TruthValue
  h3cFlhPartFileNameLen Integer32

H3cFlhFileEntry  
SEQUENCE    
  h3cFlhFileIndex Integer32
  h3cFlhFileName DisplayString
  h3cFlhFileSize Integer32
  h3cFlhFileStatus INTEGER
  h3cFlhFileChecksum OCTET STRING

H3cFlhOpEntry  
SEQUENCE    
  h3cFlhOperIndex Integer32
  h3cFlhOperType INTEGER
  h3cFlhOperProtocol INTEGER
  h3cFlhOperServerAddress IpAddress
  h3cFlhOperServerUser DisplayString
  h3cFlhOperPassword DisplayString
  h3cFlhOperSourceFile DisplayString
  h3cFlhOperDestinationFile DisplayString
  h3cFlhOperStatus H3cFlashOperationStatus
  h3cFlhOperEndNotification TruthValue
  h3cFlhOperProgress TimeTicks
  h3cFlhOperRowStatus RowStatus
  h3cFlhOperServerPort Integer32
  h3cFlhOperFailReason DisplayString
  h3cFlhOperSrvAddrType InetAddressType
  h3cFlhOperSrvAddrRev InetAddress
  h3cFlhOperSrvVPNName DisplayString

Defined Values

h3cFlash 1.3.6.1.4.1.2011.10.2.5
This MIB contains objects to manage flash cards and flash card operations. There are no constraints on this MIB.
MODULE-IDENTITY    

h3cFlashManMIBObjects 1.3.6.1.4.1.2011.10.2.5.1
OBJECT IDENTIFIER    

h3cFlashDevice 1.3.6.1.4.1.2011.10.2.5.1.1
OBJECT IDENTIFIER    

h3cFlhSupportNum 1.3.6.1.4.1.2011.10.2.5.1.1.1
Specifies the total number of flash which the system supported. The MIB should not be loaded if there is no flash in the system and so the value here will be a minimum of 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlashTable 1.3.6.1.4.1.2011.10.2.5.1.1.2
This table gives the properties of all the flashes on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlashEntry

h3cFlashEntry 1.3.6.1.4.1.2011.10.2.5.1.1.2.1
The entry of h3cFlashTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlashEntry  

h3cFlhIndex 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.1
The index of h3cFlashTable. There are two parts for this index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++++++++ + entity index + random index + + ( bit 16..31 ) ( bit 0..15 ) + +++++++++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes), it has a minimum value of 1, and maximum value of the same as the value of h3cFlhSupportNum. From bit16 to bit31 (two bytes), it is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cFlhSize 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.2
Specifies the total size of the flash device indexed by h3cFlhIndex. The value should be zero if the flash is removed for a removable device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhPos 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.3
The position of the flash device in system. This object is an index of entPhysicalTable in ENTITY-MIB. If the value of this object is 0, the main processor is indicated.
Status: current Access: read-only
OBJECT-TYPE    
  PhysicalIndex  

h3cFlhName 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.4
The flash name within the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cFlhChipNum 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.5
The chip numbers in the flash.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

h3cFlhDescr 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.6
Description of the purpose of the flash in the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

h3cFlhInitTime 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.8
The initialization time for the flash component or partition, recorded using the system time. This will be the boot time for a fixed device. For a removable component or a partition, it will be the initialization time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

h3cFlhRemovable 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.9
The value indicates whether the flash indexed can be removed or not. The true(1) value indicates the flash device CAN be removed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

h3cFlhPartitionBool 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.11
The value indicates whether the flash indexed can be partitioned or not. The true(1) value indicates the flash CAN be partitioned.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cFlhMinPartitionSize 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.12
Minimum partition size supported. If h3cFlhDevicePartitionBool is false, the value of this object is the same as h3cFlhSize.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhMaxPartitions 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.13
The maximum count of partitions which the system supports for this flash. If h3cFlhPartitionBool is false, the object value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..8  

h3cFlhPartitionNum 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.14
The actual number of partitions supported by the system for this flash. If h3cFlhPartitionBool is false, this value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhKbyteSize 1.3.6.1.4.1.2011.10.2.5.1.1.2.1.15
Specifies the total size of the flash device indexed by h3cFlhIndex. The value should be zero if the flash is removed for a removable device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlashChips 1.3.6.1.4.1.2011.10.2.5.1.1.3
OBJECT IDENTIFIER    

h3cFlhChipTable 1.3.6.1.4.1.2011.10.2.5.1.1.3.1
Table of properties for all flash chips. Used mainly for diagnostics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlhChipEntry

h3cFlhChipEntry 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1
The entry of h3cFlhChipTable
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlhChipEntry  

h3cFlhChipSerialNo 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.1
Index of h3cFlhChipTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

h3cFlhChipID 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.2
The manufacturer code (the upper byte) and device code (the lower byte) for a chip. Unknown chip code is presented as 00:00.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..5)  

h3cFlhChipDescr 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.3
The description of the flash chip.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

h3cFlhChipWriteTimesLimit 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.4
The limit for the number of write times (retries) for a flash chip. If the limit is exceeded an error should be reported by the management station.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhChipWriteTimes 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.5
A count of write times (retries) for the flash chip since initialization. A count of 25 or more for a single chip indicates a write error. Management stations should note the value of this MIB before and after a write operation, and report any errors accordingly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cFlhChipEraseTimesLimit 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.6
The limit for the number of erase times (retries) for a flash chip. If the limit is exceeded an error should be reported by the management station.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhChipEraseTimes 1.3.6.1.4.1.2011.10.2.5.1.1.3.1.1.7
A count of erase times (retries) for the flash chip since initialization. A count of 2000 or more for a single chip indicates a write error. Management stations should note the value of this MIB before and after an erase operation, and report any errors accordingly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

h3cFlashPartitions 1.3.6.1.4.1.2011.10.2.5.1.1.4
OBJECT IDENTIFIER    

h3cFlhPartitionTable 1.3.6.1.4.1.2011.10.2.5.1.1.4.1
Properties for the flash partitions. Minimum of one entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlhPartitionEntry

h3cFlhPartitionEntry 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1
An entry of the h3cFlhPartitionTable.Indexed by flash number and partition number.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlhPartitionEntry  

h3cFlhPartIndex 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.1
An index which specifies a sequenced partition in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..8  

h3cFlhPartFirstChip 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.2
The first chip's sequence number in the partition, by which a chip can be indexed in chip table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

h3cFlhPartLastChip 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.3
The last chip's sequence number in the partition, by which a chip can be indexed in chip table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..64  

h3cFlhPartSpace 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.4
The total space of the flash partition. The following should be satisfied: h3cFlhPartSpace = n*h3cFlhMinPartitionSize
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhPartSpaceFree 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.5
The flash partition's free space.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cFlhPartFileNum 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.6
The number of all the files in the flash partition.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhPartChecksumMethod 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.7
The Checksum method which the file system uses.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER simpleChecksum(1), undefined(2), simpleCRC(3)  

h3cFlhPartStatus 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.8
The flash partition status.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFlashPartitionStatus  

h3cFlhPartUpgradeMode 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.9
The upgrade mode of the Flash partition
Status: current Access: read-only
OBJECT-TYPE    
  H3cFlashPartitionUpgradeMode  

h3cFlhPartName 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.10
The name of the flash partition given by the system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

h3cFlhPartRequireErase 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.11
Shows whether a write operation is conditional on partition erase.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

h3cFlhPartFileNameLen 1.3.6.1.4.1.2011.10.2.5.1.1.4.1.1.12
The maximum length of file name supported in the system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..256  

h3cFlhFiles 1.3.6.1.4.1.2011.10.2.5.1.1.4.2
OBJECT IDENTIFIER    

h3cFlhFileTable 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1
Table of file information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlhFileEntry

h3cFlhFileEntry 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1.1
An entry representing a file. Indexed using flash number, partition number, and file number.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlhFileEntry  

h3cFlhFileIndex 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1.1.1
Index of the table, whose range is from 1 to 2147483647
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cFlhFileName 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1.1.2
A valid file name supported by the file system.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..255)  

h3cFlhFileSize 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1.1.3
The file size in bytes excluding the file header of file system. The value should be greater than zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlhFileStatus 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1.1.4
The status should be as follows: deleted(1): The file is in recycle bin. invalidChecksum(2): The checksum of file is invalid; valid(3): A valid file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER deleted(1), invalidChecksum(2), valid(3)  

h3cFlhFileChecksum 1.3.6.1.4.1.2011.10.2.5.1.1.4.2.1.1.5
The file checksum in the header of file.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

h3cFlashOperate 1.3.6.1.4.1.2011.10.2.5.1.2
OBJECT IDENTIFIER    

h3cFlhOpTable 1.3.6.1.4.1.2011.10.2.5.1.2.1
Table used to operate flash.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlhOpEntry

h3cFlhOpEntry 1.3.6.1.4.1.2011.10.2.5.1.2.1.1
Note an operation can not be stopped until it is finished. If notification is configured, NMS will receive a notification at the end of the operation. Entries in the table will be removed automatically in 5 minutes. It can also be deleted by NMS directly.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlhOpEntry  

h3cFlhOperIndex 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.1
Specifies the index of an entry. It is a random value when creating an entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cFlhOperType 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.2
Specifies the operation to be executed. net2FlashWithErase Copy a file to flash; erase flash beforehand. net2FlashWithoutErase Copy a file to flash; do not erase flash beforehand. flash2Net Copy a file from flash. delete Delete a file from flash, the file name is specified by h3cFlhOperSourceFile; rename Change a file's name.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER net2FlashWithErase(1), net2FlashWithoutErase(2), flash2Net(3), delete(4), rename(5)  

h3cFlhOperProtocol 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.3
Specifies the protocol used to transfer file. The default protocol is ftp. when 'clusterftp' or 'clustertftp' is selected, the h3cFlhOperServerAddress needn't be set, the server address can be acquired automatically, the value of h3cFlhOperServerAddress is uncertain during operation. Both member switch and commander switch can use them if they support HGMP v2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ftp(1), tftp(2), clusterftp(3), clustertftp(4)  

h3cFlhOperServerAddress 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.4
The address of remote host acting as server for operation. The default value is 255.255.255.255 This object is replaced by h3cFlhOperSrvAddrRev for it only support IPv4.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

h3cFlhOperServerUser 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.5
When using ftp to transfer files, the user name must be specified through this node.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

h3cFlhOperPassword 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.6
Remote user password for copying via ftp protocol. Optionally, This object may be ignored for protocols other than ftp.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

h3cFlhOperSourceFile 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

h3cFlhOperDestinationFile 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.8
Specifies the destination file name. 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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

h3cFlhOperStatus 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.9
The status of operation.
Status: current Access: read-only
OBJECT-TYPE    
  H3cFlashOperationStatus  

h3cFlhOperEndNotification 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.10
If the value of it is specified 'true', a notification will be generated at the end of the operation. Else no notification will be generated.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

h3cFlhOperProgress 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.11
The progress described as the time taken for the operation.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

h3cFlhOperRowStatus 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.12
The row status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cFlhOperServerPort 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.13
The port of remote host acting as server for operation. If the value of this object is not specified, the server port is the known protocol port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

h3cFlhOperFailReason 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.14
The failure reasons of operation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

h3cFlhOperSrvAddrType 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.15
The type of IP address for h3cFlhOperSrvAddrRev.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

h3cFlhOperSrvAddrRev 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.16
The address of remote host acting as server for operation.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

h3cFlhOperSrvVPNName 1.3.6.1.4.1.2011.10.2.5.1.2.1.1.17
The VPN instance of this operation uses.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

h3cFlashNotification 1.3.6.1.4.1.2011.10.2.5.1.3
OBJECT IDENTIFIER    

h3cFlhOperNotification 1.3.6.1.4.1.2011.10.2.5.1.3.1
A h3cFlhOperNotification is sent at the completion of a flash copy operation if h3cFlhOperEndNotification is true.
Status: current Access: read-create
NOTIFICATION-TYPE    

h3cFlashMIBConformance 1.3.6.1.4.1.2011.10.2.5.2
OBJECT IDENTIFIER    

h3cFlhMIBCompliances 1.3.6.1.4.1.2011.10.2.5.2.1
OBJECT IDENTIFIER    

h3cFlhMIBCompliance 1.3.6.1.4.1.2011.10.2.5.2.1.1
The statement of compliance for those implementing this MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

h3cFlashMIBGroups 1.3.6.1.4.1.2011.10.2.5.2.2
OBJECT IDENTIFIER    

h3cFlhGroup 1.3.6.1.4.1.2011.10.2.5.2.2.1
A collection of objects on Flash level information.
Status: current Access: read-create
OBJECT-GROUP    

h3cFlhChipGroup 1.3.6.1.4.1.2011.10.2.5.2.2.3
A collection of objects on chip level information.
Status: current Access: read-create
OBJECT-GROUP    

h3cFlhPartitionGroup 1.3.6.1.4.1.2011.10.2.5.2.2.4
A collection of objects providing on partition level information.
Status: current Access: read-create
OBJECT-GROUP    

h3cFlhFileGroup 1.3.6.1.4.1.2011.10.2.5.2.2.5
A collection of objects on file level information.
Status: current Access: read-create
OBJECT-GROUP    

h3cFlhOperationGroup 1.3.6.1.4.1.2011.10.2.5.2.2.6
A collection of objects of flash operations.
Status: current Access: read-create
OBJECT-GROUP    

h3cFlhNotificationGroup 1.3.6.1.4.1.2011.10.2.5.2.2.7
The collection of notifications in the module
Status: current Access: read-create
NOTIFICATION-GROUP