HH3C-FLASH-MAN-MIB

File: HH3C-FLASH-MAN-MIB.mib (40612 bytes)

Imported modules

ENTITY-MIB HH3C-OID-MIB SNMPv2-CONF
SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
HCNUM-TC

Imported symbols

PhysicalIndex hh3cCommon 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 CounterBasedGauge64

Defined Types

Hh3cFlashOperationStatus  
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)  

Hh3cFlashPartitionUpgradeMode  
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)  

Hh3cFlashPartitionStatus  
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)  

Hh3cFlashEntry  
SEQUENCE    
  hh3cFlhIndex Integer32
  hh3cFlhSize Integer32
  hh3cFlhPos PhysicalIndex
  hh3cFlhName DisplayString
  hh3cFlhChipNum Integer32
  hh3cFlhDescr DisplayString
  hh3cFlhInitTime TimeStamp
  hh3cFlhRemovable TruthValue
  hh3cFlhPartitionBool TruthValue
  hh3cFlhMinPartitionSize Integer32
  hh3cFlhMaxPartitions Integer32
  hh3cFlhPartitionNum Integer32
  hh3cFlhKbyteSize Integer32
  hh3cFlhHCSize CounterBasedGauge64

Hh3cFlhChipEntry  
SEQUENCE    
  hh3cFlhChipSerialNo Integer32
  hh3cFlhChipID DisplayString
  hh3cFlhChipDescr DisplayString
  hh3cFlhChipWriteTimesLimit Integer32
  hh3cFlhChipWriteTimes Counter32
  hh3cFlhChipEraseTimesLimit Integer32
  hh3cFlhChipEraseTimes Counter32

Hh3cFlhPartitionEntry  
SEQUENCE    
  hh3cFlhPartIndex Integer32
  hh3cFlhPartFirstChip Integer32
  hh3cFlhPartLastChip Integer32
  hh3cFlhPartSpace Integer32
  hh3cFlhPartSpaceFree Gauge32
  hh3cFlhPartFileNum Integer32
  hh3cFlhPartChecksumMethod INTEGER
  hh3cFlhPartStatus Hh3cFlashPartitionStatus
  hh3cFlhPartUpgradeMode Hh3cFlashPartitionUpgradeMode
  hh3cFlhPartName DisplayString
  hh3cFlhPartRequireErase TruthValue
  hh3cFlhPartFileNameLen Integer32
  hh3cFlhPartBootable TruthValue
  hh3cFlhPartPathForGlobalOpt TruthValue
  hh3cFlhPartHCSpace CounterBasedGauge64
  hh3cFlhPartHCSpaceFree CounterBasedGauge64

Hh3cFlhFileEntry  
SEQUENCE    
  hh3cFlhFileIndex Integer32
  hh3cFlhFileName DisplayString
  hh3cFlhFileSize Integer32
  hh3cFlhFileStatus INTEGER
  hh3cFlhFileChecksum OCTET STRING
  hh3cFlhFileHCSize CounterBasedGauge64

Hh3cFlhOpEntry  
SEQUENCE    
  hh3cFlhOperIndex Integer32
  hh3cFlhOperType INTEGER
  hh3cFlhOperProtocol INTEGER
  hh3cFlhOperServerAddress IpAddress
  hh3cFlhOperServerUser DisplayString
  hh3cFlhOperPassword DisplayString
  hh3cFlhOperSourceFile DisplayString
  hh3cFlhOperDestinationFile DisplayString
  hh3cFlhOperStatus Hh3cFlashOperationStatus
  hh3cFlhOperEndNotification TruthValue
  hh3cFlhOperProgress TimeTicks
  hh3cFlhOperRowStatus RowStatus
  hh3cFlhOperServerPort Integer32
  hh3cFlhOperFailReason DisplayString
  hh3cFlhOperSrvAddrType InetAddressType
  hh3cFlhOperSrvAddrRev InetAddress
  hh3cFlhOperSrvVPNName DisplayString

Defined Values

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

hh3cFlashManMIBObjects 1.3.6.1.4.1.25506.2.5.1
OBJECT IDENTIFIER    

hh3cFlashDevice 1.3.6.1.4.1.25506.2.5.1.1
OBJECT IDENTIFIER    

hh3cFlhSupportNum 1.3.6.1.4.1.25506.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  

hh3cFlashTable 1.3.6.1.4.1.25506.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  
    Hh3cFlashEntry

hh3cFlashEntry 1.3.6.1.4.1.25506.2.5.1.1.2.1
The entry of hh3cFlashTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cFlashEntry  

hh3cFlhIndex 1.3.6.1.4.1.25506.2.5.1.1.2.1.1
The index of hh3cFlashTable. 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 hh3cFlhSupportNum. 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  

hh3cFlhSize 1.3.6.1.4.1.25506.2.5.1.1.2.1.2
Specifies the total size of the flash indexed by hh3cFlhIndex. The value should be zero if the flash is removed for a removable device. If the total size of the flash exceeds 2,147,483,647 bytes, hh3cFlhHCSize specifies the actual size.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cFlhPos 1.3.6.1.4.1.25506.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  

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

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

hh3cFlhDescr 1.3.6.1.4.1.25506.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)  

hh3cFlhInitTime 1.3.6.1.4.1.25506.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  

hh3cFlhRemovable 1.3.6.1.4.1.25506.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  

hh3cFlhPartitionBool 1.3.6.1.4.1.25506.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  

hh3cFlhMinPartitionSize 1.3.6.1.4.1.25506.2.5.1.1.2.1.12
Minimum partition size supported. If hh3cFlhDevicePartitionBool is false, the value of this object is the same as hh3cFlhSize.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

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

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

hh3cFlhHCSize 1.3.6.1.4.1.25506.2.5.1.1.2.1.16
Specifies the total size of the flash indexed by hh3cFlhIndex. This node is a 64-bit substitute for hh3cFlhSize.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hh3cFlashChips 1.3.6.1.4.1.25506.2.5.1.1.3
OBJECT IDENTIFIER    

hh3cFlhChipTable 1.3.6.1.4.1.25506.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  
    Hh3cFlhChipEntry

hh3cFlhChipEntry 1.3.6.1.4.1.25506.2.5.1.1.3.1.1
The entry of hh3cFlhChipTable
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cFlhChipEntry  

hh3cFlhChipSerialNo 1.3.6.1.4.1.25506.2.5.1.1.3.1.1.1
Index of hh3cFlhChipTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

hh3cFlhChipID 1.3.6.1.4.1.25506.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)  

hh3cFlhChipDescr 1.3.6.1.4.1.25506.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)  

hh3cFlhChipWriteTimesLimit 1.3.6.1.4.1.25506.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  

hh3cFlhChipWriteTimes 1.3.6.1.4.1.25506.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  

hh3cFlhChipEraseTimesLimit 1.3.6.1.4.1.25506.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  

hh3cFlhChipEraseTimes 1.3.6.1.4.1.25506.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  

hh3cFlashPartitions 1.3.6.1.4.1.25506.2.5.1.1.4
OBJECT IDENTIFIER    

hh3cFlhPartitionTable 1.3.6.1.4.1.25506.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  
    Hh3cFlhPartitionEntry

hh3cFlhPartitionEntry 1.3.6.1.4.1.25506.2.5.1.1.4.1.1
An entry of the hh3cFlhPartitionTable.Indexed by flash number and partition number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cFlhPartitionEntry  

hh3cFlhPartIndex 1.3.6.1.4.1.25506.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  

hh3cFlhPartFirstChip 1.3.6.1.4.1.25506.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  

hh3cFlhPartLastChip 1.3.6.1.4.1.25506.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  

hh3cFlhPartSpace 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.4
The total space of the flash partition. The following should be satisfied: hh3cFlhPartSpace = n*hh3cFlhMinPartitionSize If the total size of the flash partition exceeds 2,147,483,647 bytes, hh3cFlhPartHCSpace specifies the actual size.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cFlhPartSpaceFree 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.5
The flash partition's free space. If the free space of the flash partition exceeds 2,147,483,647 bytes, hh3cFlhPartHCSpaceFree specifies the actual free space.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

hh3cFlhPartFileNum 1.3.6.1.4.1.25506.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  

hh3cFlhPartChecksumMethod 1.3.6.1.4.1.25506.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)  

hh3cFlhPartStatus 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.8
The flash partition status.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cFlashPartitionStatus  

hh3cFlhPartUpgradeMode 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.9
The upgrade mode of the Flash partition
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cFlashPartitionUpgradeMode  

hh3cFlhPartName 1.3.6.1.4.1.25506.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)  

hh3cFlhPartRequireErase 1.3.6.1.4.1.25506.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  

hh3cFlhPartFileNameLen 1.3.6.1.4.1.25506.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  

hh3cFlhPartBootable 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.13
The value indicates whether the partition is a bootable partition. The true(1) value indicates a bootable partition.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hh3cFlhPartPathForGlobalOpt 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.14
The value indicates whether the partition is used in a global file operation. The true(1) value indicates that in one global file operation files will be copied to or deleted from this partition. When hh3cFlhPartPathForGlobalOpt in one entry is set to true(1), hh3cFlhPartPathForGlobalOpt in other entries with the same entity index will be set to false(0).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cFlhPartHCSpace 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.15
The total space of the flash partition. This node is a 64-bit substitue for hh3cFlhPartSpace.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hh3cFlhPartHCSpaceFree 1.3.6.1.4.1.25506.2.5.1.1.4.1.1.16
The flash partition's free space. This node is a 64-bit substitue for hh3cFlhPartSpace.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hh3cFlhFiles 1.3.6.1.4.1.25506.2.5.1.1.4.2
OBJECT IDENTIFIER    

hh3cFlhFileTable 1.3.6.1.4.1.25506.2.5.1.1.4.2.1
Table of file information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cFlhFileEntry

hh3cFlhFileEntry 1.3.6.1.4.1.25506.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    
  Hh3cFlhFileEntry  

hh3cFlhFileIndex 1.3.6.1.4.1.25506.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  

hh3cFlhFileName 1.3.6.1.4.1.25506.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)  

hh3cFlhFileSize 1.3.6.1.4.1.25506.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. If the file size exceeds 2,147,483,647 bytes, hh3cFlhFileHCSize specifies the actual size.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cFlhFileStatus 1.3.6.1.4.1.25506.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)  

hh3cFlhFileChecksum 1.3.6.1.4.1.25506.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  

hh3cFlhFileHCSize 1.3.6.1.4.1.25506.2.5.1.1.4.2.1.1.6
The file size in bytes. This node is a 64-bit substitue for hh3cFlhFileSize.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hh3cFlashOperate 1.3.6.1.4.1.25506.2.5.1.2
OBJECT IDENTIFIER    

hh3cFlhOpTable 1.3.6.1.4.1.25506.2.5.1.2.1
Table used to operate flash.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cFlhOpEntry

hh3cFlhOpEntry 1.3.6.1.4.1.25506.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    
  Hh3cFlhOpEntry  

hh3cFlhOperIndex 1.3.6.1.4.1.25506.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  

hh3cFlhOperType 1.3.6.1.4.1.25506.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 hh3cFlhOperSourceFile; rename Change a file's name.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER net2FlashWithErase(1), net2FlashWithoutErase(2), flash2Net(3), delete(4), rename(5)  

hh3cFlhOperProtocol 1.3.6.1.4.1.25506.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 hh3cFlhOperServerAddress needn't be set, the server address can be acquired automatically, the value of hh3cFlhOperServerAddress 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)  

hh3cFlhOperServerAddress 1.3.6.1.4.1.25506.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 hh3cFlhOperSrvAddrRev for it only support IPv4.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

hh3cFlhOperServerUser 1.3.6.1.4.1.25506.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  

hh3cFlhOperPassword 1.3.6.1.4.1.25506.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  

hh3cFlhOperSourceFile 1.3.6.1.4.1.25506.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)  

hh3cFlhOperDestinationFile 1.3.6.1.4.1.25506.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  

hh3cFlhOperStatus 1.3.6.1.4.1.25506.2.5.1.2.1.1.9
The status of operation.
Status: current Access: read-only
OBJECT-TYPE    
  Hh3cFlashOperationStatus  

hh3cFlhOperEndNotification 1.3.6.1.4.1.25506.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  

hh3cFlhOperProgress 1.3.6.1.4.1.25506.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  

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

hh3cFlhOperServerPort 1.3.6.1.4.1.25506.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  

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

hh3cFlhOperSrvAddrType 1.3.6.1.4.1.25506.2.5.1.2.1.1.15
The type of IP address for hh3cFlhOperSrvAddrRev.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hh3cFlhOperSrvAddrRev 1.3.6.1.4.1.25506.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  

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

hh3cFlashNotification 1.3.6.1.4.1.25506.2.5.1.3
OBJECT IDENTIFIER    

hh3cFlhOperNotification 1.3.6.1.4.1.25506.2.5.1.3.1
A hh3cFlhOperNotification is sent at the completion of a flash copy operation if hh3cFlhOperEndNotification is true.
Status: current Access: read-create
NOTIFICATION-TYPE    

hh3cFlashMIBConformance 1.3.6.1.4.1.25506.2.5.2
OBJECT IDENTIFIER    

hh3cFlhMIBCompliances 1.3.6.1.4.1.25506.2.5.2.1
OBJECT IDENTIFIER    

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

hh3cFlashMIBGroups 1.3.6.1.4.1.25506.2.5.2.2
OBJECT IDENTIFIER    

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

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

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

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

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

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