HH3C-SYS-MAN-MIB

File: HH3C-SYS-MAN-MIB.mib (78665 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
SNMP-TARGET-MIB HH3C-OID-MIB

Imported symbols

OBJECT-GROUP MODULE-COMPLIANCE NOTIFICATION-GROUP
Integer32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE TimeTicks Unsigned32
DateAndTime DisplayString RowStatus
TruthValue SnmpTagList SnmpTagValue
hh3cCommon

Defined Types

Hh3cSysCurEntry  
SEQUENCE    
  hh3cSysCurEntPhysicalIndex Integer32
  hh3cSysCurCFGFileIndex Integer32
  hh3cSysCurImageIndex Integer32
  hh3cSysCurBtmFileName OCTET STRING
  hh3cSysCurUpdateBtmFileName OCTET STRING

Hh3cSysReloadScheduleEntry  
SEQUENCE    
  hh3cSysReloadScheduleIndex Integer32
  hh3cSysReloadEntity Integer32
  hh3cSysReloadCfgFile Integer32
  hh3cSysReloadImage Integer32
  hh3cSysReloadReason DisplayString
  hh3cSysReloadScheduleTime DateAndTime
  hh3cSysReloadRowStatus RowStatus
  hh3cSysReloadScheduleTagList SnmpTagList

Hh3cSysImageEntry  
SEQUENCE    
  hh3cSysImageIndex Integer32
  hh3cSysImageName DisplayString
  hh3cSysImageSize Integer32
  hh3cSysImageLocation DisplayString
  hh3cSysImageType INTEGER

Hh3cSysCFGFileEntry  
SEQUENCE    
  hh3cSysCFGFileIndex Integer32
  hh3cSysCFGFileName DisplayString
  hh3cSysCFGFileSize Integer32
  hh3cSysCFGFileLocation DisplayString

Hh3cSysBtmLoadEntry  
SEQUENCE    
  hh3cSysBtmLoadIndex Integer32
  hh3cSysBtmFileName OCTET STRING
  hh3cSysBtmFileType INTEGER
  hh3cSysBtmRowStatus RowStatus
  hh3cSysBtmErrorStatus INTEGER
  hh3cSysBtmLoadTime TimeTicks

Hh3cSysPackageEntry  
SEQUENCE    
  hh3cSysPackageIndex Integer32
  hh3cSysPackageName DisplayString
  hh3cSysPackageSize Unsigned32
  hh3cSysPackageLocation DisplayString
  hh3cSysPackageType INTEGER
  hh3cSysPackageAttribute INTEGER
  hh3cSysPackageStatus INTEGER
  hh3cSysPackageDescription DisplayString
  hh3cSysPackageFeature DisplayString
  hh3cSysPackageVersion DisplayString
  hh3cSysPackageLoadAttribute INTEGER
  hh3cSysPackageModel DisplayString

Hh3cSysPackageOperateEntry  
SEQUENCE    
  hh3cSysPackageOperateIndex Integer32
  hh3cSysPackageOperatePackIndex Integer32
  hh3cSysPackageOperateStatus INTEGER
  hh3cSysPackageOperateRowStatus RowStatus
  hh3cSysPackageOperateResult INTEGER

Hh3cSysIpeFileEntry  
SEQUENCE    
  hh3cSysIpeFileIndex Integer32
  hh3cSysIpeFileName DisplayString
  hh3cSysIpeFileSize Unsigned32
  hh3cSysIpeFileLocation DisplayString
  hh3cSysIpeFileModel SnmpTagList

Hh3cSysIpePackageEntry  
SEQUENCE    
  hh3cSysIpePackageIndex Integer32
  hh3cSysIpePackageName DisplayString
  hh3cSysIpePackageSize Unsigned32
  hh3cSysIpePackageType INTEGER
  hh3cSysIpePackageDescription DisplayString
  hh3cSysIpePackageFeature DisplayString
  hh3cSysIpePackageVersion DisplayString
  hh3cSysIpePackageModel DisplayString

Hh3cSysIpeFileOperateEntry  
SEQUENCE    
  hh3cSysIpeFileOperateIndex Integer32
  hh3cSysIpeFileOperateFileIndex Integer32
  hh3cSysIpeFileOperateAttribute INTEGER
  hh3cSysIpeFileOperateRowStatus RowStatus
  hh3cSysIpeFileOperateResult INTEGER

Hh3cSysBootPackageEntry  
SEQUENCE    
  hh3cSysBootPackageIndex Integer32
  hh3cSysBootPackageRowStatus RowStatus

Hh3cSysBootIpeEntry  
SEQUENCE    
  hh3cSysBootIpeIndex Integer32
  hh3cSysBootIpeRowStatus RowStatus

Hh3cSysSetBootImageResultEntry  
SEQUENCE    
  hh3cSysSetBootImageResultIndex Integer32
  hh3cSysSetBootImageResultStatusOfEachCard INTEGER
  hh3cSysSetBootImageFailedReasonOfEachCard DisplayString

Defined Values

hh3cSystemMan 1.3.6.1.4.1.25506.2.3
This MIB contains objects to manage the system. It focuses on the display of current configure file and image file,and the definition of reloading image. Add the support for XRN.
MODULE-IDENTITY    

hh3cSystemManMIBObjects 1.3.6.1.4.1.25506.2.3.1
OBJECT IDENTIFIER    

hh3cSysClock 1.3.6.1.4.1.25506.2.3.1.1
OBJECT IDENTIFIER    

hh3cSysLocalClock 1.3.6.1.4.1.25506.2.3.1.1.1
This node gives the current local time of the system. The unit of it is DateAndTime.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime  

hh3cSysSummerTime 1.3.6.1.4.1.25506.2.3.1.1.2
OBJECT IDENTIFIER    

hh3cSysSummerTimeEnable 1.3.6.1.4.1.25506.2.3.1.1.2.1
This node indicates the status of summer time. If the value of this node is enable, means that summer time is enabled. If the value is disable, means that summer time is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

hh3cSysSummerTimeZone 1.3.6.1.4.1.25506.2.3.1.1.2.2
This node describes the name of time zone in summer. The string is only used to display in local time when summer time is running. That the value of hh3cSysLocalClock has the time zone information means that summer time is running.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysSummerTimeMethod 1.3.6.1.4.1.25506.2.3.1.1.2.3
This node provides the execute method of summer time. oneOff(1): means that summer time only takes effect at specified time. repeating(2): means that summer time takes effect in specified month/day once a year.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER oneOff(1), repeating(2)  

hh3cSysSummerTimeStart 1.3.6.1.4.1.25506.2.3.1.1.2.4
This node provides the start time of summer time.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime Size(8)  

hh3cSysSummerTimeEnd 1.3.6.1.4.1.25506.2.3.1.1.2.5
This node provides the end time of summer time. The end time must be more than start time one day and less than start time one year.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime Size(8)  

hh3cSysSummerTimeOffset 1.3.6.1.4.1.25506.2.3.1.1.2.6
This node provides the offset time of summer time. The offset time(in seconds) means that how much time need to be appended to the local time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..86399  

hh3cSysLocalClockString 1.3.6.1.4.1.25506.2.3.1.1.3
This node gives the current local time of the system. For example, Tuesday May 26, 2002 at 1:30:15 would be displayed as: 2002-5-26T13:30:15.0Z
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16..24)  

hh3cSysCurrent 1.3.6.1.4.1.25506.2.3.1.2
OBJECT IDENTIFIER    

hh3cSysCurTable 1.3.6.1.4.1.25506.2.3.1.2.1
The current status of system. A configuration file, an image file and bootrom information are used to describe the current status.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysCurEntry

hh3cSysCurEntry 1.3.6.1.4.1.25506.2.3.1.2.1.1
An entry of hh3cSysCurTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysCurEntry  

hh3cSysCurEntPhysicalIndex 1.3.6.1.4.1.25506.2.3.1.2.1.1.1
The value of this object is the entity index which depends on the implementation of ENTITY-MIB. If ENTITY-MIB is not supported, the value for this object is the unit ID for XRN devices , 0 for non-XRN device which has only one mainboard, the board number for non-XRN device which have several mainboards.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysCurCFGFileIndex 1.3.6.1.4.1.25506.2.3.1.2.1.1.2
The startup configuration file currently used by the specified entity. If the value of it is zero, no configuration file is used. It will be the value of corresponding hh3cSysCFGFileIndex in hh3cSysCFGFileTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysCurImageIndex 1.3.6.1.4.1.25506.2.3.1.2.1.1.3
The image file currently used by the specified entity. It will be the value of corresponding hh3cSysImageIndex in hh3cSysImageTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysCurBtmFileName 1.3.6.1.4.1.25506.2.3.1.2.1.1.4
The bootrom file currently used by the specified entity.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hh3cSysCurUpdateBtmFileName 1.3.6.1.4.1.25506.2.3.1.2.1.1.5
The default value of this object is the same as the value of hh3cSysCurBtmFileName. The value will be changed after updating the bootrom successfully. This bootrom will take effect on next startup.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hh3cSysReload 1.3.6.1.4.1.25506.2.3.1.3
OBJECT IDENTIFIER    

hh3cSysReloadSchedule 1.3.6.1.4.1.25506.2.3.1.3.1
The object points one row in hh3cSysReloadScheduleTable. Its value is equal to the value of hh3cSysReloadScheduleIndex. When a reload action is finished, the value of it would be zero which means no any reload schedule is selected.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysReloadAction 1.3.6.1.4.1.25506.2.3.1.3.2
Writing reloadOnSchedule(2) to this object performs the reload operation on schedule. If hh3cSysReloadScheduleTime is not set, the value of hh3cSysReloadAction can't be set to 'reloadOnSchedule(2)'. Writing reloadAtOnce(3)to this object performs the reload operation at once, regardless of the hh3cSysReloadScheduleTime. When reloadCancel(4)is set, the scheduled reload action will be cancelled and the value of hh3cSysReloadAction will be 'reloadUnavailable(1)',the value of hh3cSysReloadSchedule will be 0, hh3cSysReloadTag will be given a value of zero length, but the content of hh3cSysReloadScheduleTable will remain. The hh3cSysReloadSchedule and hh3cSysReloadTag determine the reload entity(ies) in mutually exclusive way. And the hh3cSysReloadSchedule will be handled at first. If the value of hh3cSysReloadSchedule is invalid, then the hh3cSysReloadTag will be handled. If the value of hh3cSysReloadSchedule is valid, the value of hh3cSysReloadTag is ignored and a reload action will be implemented to the entity specified by hh3cSysReloadEntity in the entry pointed by hh3cSysReloadSchedule. If hh3cSysReloadSchedule is valid, but the entry hh3cSysReloadSchedule pointing to is not active, the reload action will be ignored , and an inconsistent value will be returned. If multiple entities are required to be reloaded at the same time, the value of hh3cSysReloadTag must be specified to select the reload parameters in the hh3cSysReloadSceduelTable, and hh3cSysReloadSchedule must have the value of '0'. If the whole fabric is to be reloaded in an XRN device, all the units in the fabric must have at least one entry in the hh3cSysReloadSceduelTable with the same tag in hh3cSysReloadSceduelTagList. When a reload action is done, or there is no reload action, the value should be reloadUnavailable(1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER reloadUnavailable(1), reloadOnSchedule(2), reloadAtOnce(3), reloadCancel(4)  

hh3cSysReloadScheduleTable 1.3.6.1.4.1.25506.2.3.1.3.3
A reload parameters set table. The table is exclusively used for reloading. When reloading action finished, the value of the table may be empty or still exist. If the mainboard in non-XRN device or all the units of the fabric in XRN device are reloaded,then the table will be refreshed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysReloadScheduleEntry

hh3cSysReloadScheduleEntry 1.3.6.1.4.1.25506.2.3.1.3.3.1
Entry of hh3cSysReloadScheduleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysReloadScheduleEntry  

hh3cSysReloadScheduleIndex 1.3.6.1.4.1.25506.2.3.1.3.3.1.1
The index of hh3cSysReloadScheduleTable. There are two parts for this index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++++++++ + physical index + random index + ( bit 16..31 ) ( bit 0..15 ) +++++++++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes), if the row is automatic created, the value is zero, and if the row is created by users, then the value is determined by the users. From bit16 to bit31 (two bytes) is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. For XRN devices, physical index is the value of a chassis entPhysicalIndex. 0 for non-XRN device which has only one main board, the board number for non-XRN device which have multiple main boards.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysReloadEntity 1.3.6.1.4.1.25506.2.3.1.3.3.1.2
The value of hh3cSysReloadEntity indicates an entry in entPhysicalTable, which is the physical entity to be reloaded. If ENTITY-MIB is not supported,the value for this object is the unit ID for XRN devices , 0 for non-XRN device which has only one mainboard, the board number for non-XRN device which have several mainboards. Each entity has only one row in hh3cSysReloadScheduleTable.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysReloadCfgFile 1.3.6.1.4.1.25506.2.3.1.3.3.1.3
The value indicates an entry in hh3cSysCFGFileTable. It defines a configuration file for reload action. It is the value of corresponding hh3cSysCFGFileIndex in hh3cSysCFGFileTable. The zero value means no configuration file has been set for this entry, and no configuration file is used during system reloading.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysReloadImage 1.3.6.1.4.1.25506.2.3.1.3.3.1.4
The value indicates an entry in hh3cSysImageTable. It defines an image file for reload action. It is the value of corresponding hh3cSysImageIndex in hh3cSysImageTable. If dual image is supported, the main image attribute can be set through this object or by hh3cSysImageType of hh3cSysImageTable of the entity. It is strongly suggested to set this attribute by the latter. If main image attribute is set here, the hh3cSysImageType in hh3cSysImageTable of the corresponding entity will be updated, and vice versa. Before reboot, the device will check the validation of the entry. If the file does not exist, the device will not reboot and a trap will be send to NMS.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysReloadReason 1.3.6.1.4.1.25506.2.3.1.3.3.1.5
The reason of system's reloading. It is a zero length octet string when not set.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysReloadScheduleTime 1.3.6.1.4.1.25506.2.3.1.3.3.1.6
Specify the local time at which the reload action will occur. we will only take octet strings with length 8 for this object which indicates the local time of the switch. The maximum scheduled interval between the specified time and the current system clock time is 24 days . field octets contents range ----- ------ -------- ----- 1 1-2 year 0..65536 2 3 month 1..12 3 4 day 1..31 4 5 hour 0..23 5 6 minutes 0..59 6 7 seconds 0..60 For example, Tuesday May 26, 1992 at 1:30:15 PM would be displayed as: 1992-5-26,13:30:15 If the set value is less than the value of hh3cSysLocalClock or beyond the maximum scheduled time limit, a bad value error occurred. The value of all-zero octet strings indicates system reload at once if the reload action is reloadOnSchedule(2).
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime Size(8)  

hh3cSysReloadRowStatus 1.3.6.1.4.1.25506.2.3.1.3.3.1.7
If one of the value of hh3cSysReloadEntity,hh3cSysReloadImage is invalid, the value of hh3cSysReloadRowStatus can not be set to the value of ACTIVE. A valid entry means the specified element is available in current system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSysReloadScheduleTagList 1.3.6.1.4.1.25506.2.3.1.3.3.1.8
It specifies a tag list for the entry.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpTagList  

hh3cSysReloadTag 1.3.6.1.4.1.25506.2.3.1.3.4
This object contains a single tag value which is used to select entries in the hh3cSysReloadScheduleTable. In the hh3cSysReloadScheduleTable,any entry that contains a tag value which is equal to the value of this object is selected. For example, the value of hh3cSysReloadTag is 'TOM',and the hh3cSysReloadScheduleTagList of each hh3cSysReloadScheduleTable entry are as follows: 1)'TOM,ROBERT,MARY' 2)'TOM,DAVE' 3)'DAVE,MARY' Since there are 'TOM' in 1) and 2),so 1) and 2) are selected. If this object contains a value of zero length, no entries are selected.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpTagValue  

hh3cSysImage 1.3.6.1.4.1.25506.2.3.1.4
OBJECT IDENTIFIER    

hh3cSysImageNum 1.3.6.1.4.1.25506.2.3.1.4.1
The number of system images. It indicates the total entries of hh3cSysImageTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysImageTable 1.3.6.1.4.1.25506.2.3.1.4.2
The system image management table. When 'copy srcfile destfile' is executed via the CLI, if destfile is not existed, then hh3cSysImageType of the new file will be 'none'; otherwise hh3cSysImageType keeps its current value. When 'move srcfile destfile' is executed via the CLI, hh3cSysImageType and hh3cSysImageIndex remain the same while hh3cSysImageLocation changes. When 'rename srcfile' is executed via the CLI,hh3cSysImageType and hh3cSysImageIndex remain the same while hh3cSysImageName changes. When 'delete srcfile' is executed via the CLI, the file is deleted from hh3cSysImageTable while index of the file keeps and will not be allocated.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysImageEntry

hh3cSysImageEntry 1.3.6.1.4.1.25506.2.3.1.4.2.1
An entity image entry. Each entry consists of information of an entity image. The hh3cSysImageIndex exclusively defines an image file.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysImageEntry  

hh3cSysImageIndex 1.3.6.1.4.1.25506.2.3.1.4.2.1.1
There are two parts for the index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++ + physical index + image index + +++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes) is the image index;Image file Index is a monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. From bit16 to bit31 (two bytes) is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. If ENTITY-MIB is not supported,the value for this object is the unit ID for XRN devices ,0 for non-XRN device which has only one main board,the board number for non-XRN device which have several main boards. Any index beyond the above range will not be supported. If a file is added in, its hh3cSysImageIndex will be the maximum image index plus one. If the image file is removed, renamed, or moved from one place to another, its hh3cSysImageIndex is not reallocated. If the image file's content is replaced, its hh3cSysImageIndex will not change.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysImageName 1.3.6.1.4.1.25506.2.3.1.4.2.1.2
The file name of the image. It MUST NOT contain the path of the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysImageSize 1.3.6.1.4.1.25506.2.3.1.4.2.1.3
Size of the file in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysImageLocation 1.3.6.1.4.1.25506.2.3.1.4.2.1.4
The directory path of the image. Its form should be the same as what defined in file system. Currently it is defined as follows: For mainboard: flash:/ For slave mainboard and subboards: slotN#flash:/ For XRN devices: unitN>slotN#flash:/
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysImageType 1.3.6.1.4.1.25506.2.3.1.4.2.1.5
It indicates the reloading sequence attribute of the image. For devices which support dual image: If the value is 'main(1)',the image will be the first image in the next reloading procedure. If the value is 'backup(2)', the image will be used if the main image fails. If the value is 'secure(4)', the image will be used if the main image and backup image both fail. If the value is 'none(3)',the image will not be used in the next reloading procedure. At the same time,you also can specify the main image by hh3cSysReloadImage in hh3cSysReloadScheduleTable. If the image is different from previous main image, the previous main image will not be main image again. And the image table will update with this variation. Vice versa, if you have defined the reload schedule, and then you define a new main image through hh3cSysImageType when you are waiting the reload schedule to be executed, the real main image will be the latest one. It is strongly suggested to define the main image here, not by hh3cSysReloadImage in hh3cSysReloadScheduleTable. There are some rules for setting the value of hh3cSysImageType: a)When a new image file is defined as 'main' or 'backup' file,the hh3cSysImageType of old 'main' or 'backup' file will automatically be 'none'. b)It is forbidden to set 'none' attribute manually. c)It is forbidden to set 'secure' attribute manually. d)If 'main' image is set to 'backup', the file keeps 'main'. And vice versa. At this time, the file has 'main-backup' property. e)If the secure image is set to 'main' or 'backup', the file has 'main-secure' or 'backup-secure'property. f)If the secure image is set to 'main' and 'backup', the file has the 'main-backup-secure' property. g)If the none image is set to 'main' or 'backup', the file has the 'main' or 'backup' property. The following table describes whether it is ok to set to another state directly from original state. +--------------+-----------+-------------+-------------+ | set to | set to | set to | set to | | | | | | original | 'main' | 'backup' | 'none' | 'secure' | state | | | | | --------------+--------------+-----------+-------------+-------------+ | | | | | main | --- | yes | no | no | | | | | | | | | | | --------------+--------------+-----------+-------------|-------------+ | | | | | backup | yes | --- | no | no | | | | | | --------------+--------------+-----------+-------------|-------------+ | | | | | | | | | | none | yes | yes | --- | no | | | | | | --------------+--------------+-----------+-------------+-------------+ | | | | | secure | yes | yes | no | --- | | | | | | | | | | | --------------+--------------+-----------+-------------+-------------+ If there is one main image in the system, one row of Hh3cSysReloadScheduleEntry whose hh3cSysReloadImage is equal to the main image's hh3cSysImageIndex will be created automatically. But if any row is deleted, it will not be created automatically in hh3cSysReloadScheduleTable. For the device which doesn't support dual image(main/backup): Only 'main' and 'none' is supported and it only can be set from none to main. When a new image file is defined as 'main' file,the hh3cSysImageType of old 'main' file will automatically be 'none'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER main(1), backup(2), none(3), secure(4), main-backup(5), main-secure(6), backup-secure(7), main-backup-secure(8)  

hh3cSysCFGFile 1.3.6.1.4.1.25506.2.3.1.5
OBJECT IDENTIFIER    

hh3cSysCFGFileNum 1.3.6.1.4.1.25506.2.3.1.5.1
The number of the configuration files in the system. It indicates the total entries of hh3cSysCFGFileTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysCFGFileTable 1.3.6.1.4.1.25506.2.3.1.5.2
A table of configuration files in this system. At present, the system doesn't support dual configure file, it should act as 'dual image' if dual configure file is supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysCFGFileEntry

hh3cSysCFGFileEntry 1.3.6.1.4.1.25506.2.3.1.5.2.1
A configuration file entry. Each entry consists of information of a configuration file. hh3cSysCFGFileIndex exclusively decides a configuration file.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysCFGFileEntry  

hh3cSysCFGFileIndex 1.3.6.1.4.1.25506.2.3.1.5.2.1.1
There are two parts for the index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++ + physical index + cfgFile index + +++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes) is the configuration file index; the configuration file index is a monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. From bit16 to bit31 (two bytes) is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. If ENTITY-MIB is not supported, the value for this object is the unit ID for XRN devices ,0 for non-XRN device which has only one slot,the board number for non-XRN device which have several slots. Any index beyond the above range will not be supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysCFGFileName 1.3.6.1.4.1.25506.2.3.1.5.2.1.2
Configuration file name. The name should not include the colon (:) character as it is a special separator character used to delineate the device name, partition name and the file name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysCFGFileSize 1.3.6.1.4.1.25506.2.3.1.5.2.1.3
Size of the file in bytes. Note that it does not include the size of the filesystem file header. File size will always be non-zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysCFGFileLocation 1.3.6.1.4.1.25506.2.3.1.5.2.1.4
The directory path of the image. Its form should be the same as what defined in filesystem. Currently it is defined as follows: For mainboard: flash:/ For slave mainboard and subboards: slotN#flash:/ For XRN devices: unitN>slotN#flash:/
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysBtmFile 1.3.6.1.4.1.25506.2.3.1.6
OBJECT IDENTIFIER    

hh3cSysBtmFileLoad 1.3.6.1.4.1.25506.2.3.1.6.1
OBJECT IDENTIFIER    

hh3cSysBtmLoadMaxNumber 1.3.6.1.4.1.25506.2.3.1.6.1.1
This object shows the maximum number of hh3cSysBtmLoadEntry in each device/unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cSysBtmLoadTable 1.3.6.1.4.1.25506.2.3.1.6.2
This table is used to update the bootrom and show the results of the update operation. The bootrom files are listed at the hh3cFlhFileTable. These files are used to update bootrom.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysBtmLoadEntry

hh3cSysBtmLoadEntry 1.3.6.1.4.1.25506.2.3.1.6.2.1
Entries in the hh3cSysBtmLoadTable are created and deleted using the hh3cSysBtmRowStatus object. When a new row is being created and the number of entries is hh3cSysBtmLoadMaxNumber, the row with minimal value of hh3cSysBtmLoadTime and the value of hh3cSysBtmFileType is none(2), should be destroyed automatically.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysBtmLoadEntry  

hh3cSysBtmLoadIndex 1.3.6.1.4.1.25506.2.3.1.6.2.1.1
The index of hh3cSysBtmLoadTable. There are two parts for this index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++++++++ + physical index + random index + ( bit 16..31 ) ( bit 0..15 ) +++++++++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes), if the row is created by command line, the value is determined by system, and if the row is created by SNMP, the value is determined by users. From bit16 to bit31 (two bytes) is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. If ENTITY-MIB is not supported, the value of this object is the unit ID for XRN devices, 0 for non-XRN device which has only one main board, the board number for non-XRN device which has multiple main boards.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysBtmFileName 1.3.6.1.4.1.25506.2.3.1.6.2.1.2
The bootrom file name is determined by the users. The file must exist in corresponding entity. The validity of the bootrom file will be identified by system. If the file is invalid, the bootrom should fail to be updated, and the value of hh3cSysBtmErrorStatus should be failed(4).
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..64)  

hh3cSysBtmFileType 1.3.6.1.4.1.25506.2.3.1.6.2.1.3
main(1) - The effective bootrom file. none(2) - The noneffective file. When bootrom is being updated, this object must be set to main(1). When bootrom is updated successfully, this object should be main(1), and the former object with the same physical index should be none(2). When bootrom failed to be updated, this object should be none(2).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER main(1), none(2)  

hh3cSysBtmRowStatus 1.3.6.1.4.1.25506.2.3.1.6.2.1.4
Only support active(1), createAndGo(4), destroy(6). When a row is created successfully, the value of this object should be active(1), the value of hh3cSysBtmFileName and hh3cSysBtmFileType can not be modified by users. When bootrom is being updated, the value of hh3cSysBtmErrorStatus is inProgress(2). When bootrom failed to be updated, the value of hh3cSysBtmErrorStatus should be failed(4). When bootrom is updated successfully, the value of hh3cSysBtmErrorStatus should be success(3). The value of hh3cSysCurUpdateBtmFileName should change to the new bootrom file name. When another row is created successfully with the same physical index, and the update is successful, then the value of former hh3cSysBtmFileType should be none(2) automatically. If a row is destroyed, hh3cSysCurUpdateBtmFileName should not change. If a device/unit reboots, hh3cSysBtmLoadTable should be empty.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSysBtmErrorStatus 1.3.6.1.4.1.25506.2.3.1.6.2.1.5
This object shows the status of the specified operation after creating a row. invalidFile(1) - file is invalid. inProgress(2) - the operation is in progress. success(3) - the operation was done successfully. failed(4) - the operation failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalidFile(1), inProgress(2), success(3), failed(4)  

hh3cSysBtmLoadTime 1.3.6.1.4.1.25506.2.3.1.6.2.1.6
This object indicates operation time.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hh3cSysPackage 1.3.6.1.4.1.25506.2.3.1.7
OBJECT IDENTIFIER    

hh3cSysPackageNum 1.3.6.1.4.1.25506.2.3.1.7.1
The number of software packages. It indicates the total entries of hh3cSysPackageTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysPackageTable 1.3.6.1.4.1.25506.2.3.1.7.2
The system package management table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysPackageEntry

hh3cSysPackageEntry 1.3.6.1.4.1.25506.2.3.1.7.2.1
An software package entry. Each entry consists of information of an software package.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysPackageEntry  

hh3cSysPackageIndex 1.3.6.1.4.1.25506.2.3.1.7.2.1.1
There are two parts for the index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++ + physical index + package index + +++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes) is the Package index; Package file Index is a monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. From bit16 to bit31 (two bytes) is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. Any index beyond the above range will not be supported. If a file is added in, its hh3cSysPackageIndex will be the maximum image index plus one. If the package file is removed, renamed, or moved from one place to another, its hh3cSysPackageIndex is not reallocated. If the package file's content is replaced, its hh3cSysPackageIndex will not change.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysPackageName 1.3.6.1.4.1.25506.2.3.1.7.2.1.2
The file name of the package. It MUST NOT contain the path of the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysPackageSize 1.3.6.1.4.1.25506.2.3.1.7.2.1.3
Size of the file in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hh3cSysPackageLocation 1.3.6.1.4.1.25506.2.3.1.7.2.1.4
The directory path of the package. Its form should be the same as what defined in file system. Currently it is defined as follows: For mainboard: flash:/ For slave mainboard and subboards: slotN#flash:/
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysPackageType 1.3.6.1.4.1.25506.2.3.1.7.2.1.5
It indicates the type of the package file. boot : kernel, file system, memory management and other core components. system : interface management, configuration management and other basic system package. feature : feature packages, providing different services. patch : patch file contains fixes for a specific defect.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER boot(1), system(2), feature(3), patch(4)  

hh3cSysPackageAttribute 1.3.6.1.4.1.25506.2.3.1.7.2.1.6
It indicates the attribute of the package file. If the value is 'primary', the package will be the first package in the next reloading procedure. If the value is 'secondary', the package will be used if the primary package fails. If the value is 'none', it will not be used in the next reloading procedure.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), primary(2), secondary(3), primarySecondary(4)  

hh3cSysPackageStatus 1.3.6.1.4.1.25506.2.3.1.7.2.1.7
It indicates the status of the package file. If this file is used in the current system, its status is 'active'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

hh3cSysPackageDescription 1.3.6.1.4.1.25506.2.3.1.7.2.1.8
It is the description of the package.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysPackageFeature 1.3.6.1.4.1.25506.2.3.1.7.2.1.9
Indicate the feature of the package. Different package files could be the same feature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysPackageVersion 1.3.6.1.4.1.25506.2.3.1.7.2.1.10
Indicate the version of the package.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysPackageLoadAttribute 1.3.6.1.4.1.25506.2.3.1.7.2.1.11
File attribute of the startup image for an extended device to load from the parent device. Examples of extended devices include PEXs and firewall modules. The none attribute is returned if the image is not for extended devices, or if the load attribute is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), primary(2), secondary(3), primarySecondary(4)  

hh3cSysPackageModel 1.3.6.1.4.1.25506.2.3.1.7.2.1.12
Indicates whether the image file is for an extended device or the parent device. Examples of extended devices include PEXs and firewall modules.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

hh3cSysPackageOperateEntryLimit 1.3.6.1.4.1.25506.2.3.1.7.3
The maximum number of the entries in hh3cSysPackageOperateTable.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysPackageOperateTable 1.3.6.1.4.1.25506.2.3.1.7.4
A table of package file operate.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysPackageOperateEntry

hh3cSysPackageOperateEntry 1.3.6.1.4.1.25506.2.3.1.7.4.1
An operate request entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysPackageOperateEntry  

hh3cSysPackageOperateIndex 1.3.6.1.4.1.25506.2.3.1.7.4.1.1
The unique index value of a row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysPackageOperatePackIndex 1.3.6.1.4.1.25506.2.3.1.7.4.1.2
Specify the package file in the hh3cSysPackageTable.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysPackageOperateStatus 1.3.6.1.4.1.25506.2.3.1.7.4.1.3
activate or deactivate a package in the hh3cSysPackageTable.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

hh3cSysPackageOperateRowStatus 1.3.6.1.4.1.25506.2.3.1.7.4.1.4
the status of this table entry. When the status is active all the object's value in the entry is not allowed to modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSysPackageOperateResult 1.3.6.1.4.1.25506.2.3.1.7.4.1.5
the result of the operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opInProgress(1), opSuccess(2), opUnknownFailure(3), opInvalidFile(4), opNotSupport(5)  

hh3cSysIpeFile 1.3.6.1.4.1.25506.2.3.1.8
OBJECT IDENTIFIER    

hh3cSysIpeFileNum 1.3.6.1.4.1.25506.2.3.1.8.1
The number of software IPE(Image Package Envelop) files. It indicates the total entries of hh3cSysIpeFileTable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

hh3cSysIpeFileTable 1.3.6.1.4.1.25506.2.3.1.8.2
The system IPE file manage table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysIpeFileEntry

hh3cSysIpeFileEntry 1.3.6.1.4.1.25506.2.3.1.8.2.1
An IPE package file entry. Each entry consists of information of an IPE package file. hh3cSysIpeFileIndex exclusively decides an IPE file.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysIpeFileEntry  

hh3cSysIpeFileIndex 1.3.6.1.4.1.25506.2.3.1.8.2.1.1
There are two parts for the index depicted as follows: 31 15 0 +++++++++++++++++++++++++++++++++++ + physical index + IPE index + +++++++++++++++++++++++++++++++++++ From bit0 to bit15 (two bytes) is the IPE file index; IPE file Index is a monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. From bit16 to bit31 (two bytes) is the physical index the same as the entPhysicalIndex specified in ENTITY-MIB. Any index beyond the above range will not be supported. If a file is added in, its hh3cSysIpeFileIndex will be the maximum image ndex plus one. If the IPE file is removed, renamed, or moved from one place to another, its hh3cSysIpeFileIndex is not reallocated. If the IPE file's content is replaced, its hh3cSysIpeFileIndex will not change.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysIpeFileName 1.3.6.1.4.1.25506.2.3.1.8.2.1.2
The file name of the IPE file. It MUST NOT contain the path of the file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysIpeFileSize 1.3.6.1.4.1.25506.2.3.1.8.2.1.3
Size of the file in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hh3cSysIpeFileLocation 1.3.6.1.4.1.25506.2.3.1.8.2.1.4
The directory path of the IPE file. Its form should be the same as what defined in file system. Currently it is defined as follows: For mainboard: flash:/ For slave mainboard and subboards: slotN#flash:/
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysIpeFileModel 1.3.6.1.4.1.25506.2.3.1.8.2.1.5
Device models for which the IPE file contains software images. For the ease of software upgrade, an IPE file might contain software images for a parent device and extended devices. Examples of extended devices include PEXs and firewall modules.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpTagList  

hh3cSysIpePackageTable 1.3.6.1.4.1.25506.2.3.1.8.3
The IPE package file table. It shows the package files in the IPE file.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysIpePackageEntry

hh3cSysIpePackageEntry 1.3.6.1.4.1.25506.2.3.1.8.3.1
An entry of the hh3cIpePackageTable. Indexed by hh3cSysIpeFileIndex and hh3cSysIpePackageIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysIpePackageEntry  

hh3cSysIpePackageIndex 1.3.6.1.4.1.25506.2.3.1.8.3.1.1
It is the IPE package index; IPE Package Index is a monotonically increasing integer for the sole purpose of indexing events. When it reaches the maximum value, an extremely unlikely event, the agent wraps the value back to 1 and may flush existing entries. Any index beyond the above range will not be supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysIpePackageName 1.3.6.1.4.1.25506.2.3.1.8.3.1.2
The file name of the package file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysIpePackageSize 1.3.6.1.4.1.25506.2.3.1.8.3.1.3
Size of the package file in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

hh3cSysIpePackageType 1.3.6.1.4.1.25506.2.3.1.8.3.1.4
It indicates the type of the package file. boot : kernel, file system, memory management and other core components. system : interface management, configuration management and other basic system package. feature : feature packages, providing different services. patch : patch file contains fixes for a specific defect.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER boot(1), system(2), feature(3), patch(4)  

hh3cSysIpePackageDescription 1.3.6.1.4.1.25506.2.3.1.8.3.1.5
It is the description of the package.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysIpePackageFeature 1.3.6.1.4.1.25506.2.3.1.8.3.1.6
Indicate the feature of the package.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysIpePackageVersion 1.3.6.1.4.1.25506.2.3.1.8.3.1.7
The version of the package.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysIpePackageModel 1.3.6.1.4.1.25506.2.3.1.8.3.1.8
Indicates whether the image package file is for an extended device, the parent device, or both. Examples of extended devices include PEXs and firewall modules.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..63)  

hh3cSysIpeFileOperateTable 1.3.6.1.4.1.25506.2.3.1.8.4
A table of IPE file operate.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysIpeFileOperateEntry

hh3cSysIpeFileOperateEntry 1.3.6.1.4.1.25506.2.3.1.8.4.1
An operate request entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysIpeFileOperateEntry  

hh3cSysIpeFileOperateIndex 1.3.6.1.4.1.25506.2.3.1.8.4.1.1
The unique index value of a row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysIpeFileOperateFileIndex 1.3.6.1.4.1.25506.2.3.1.8.4.1.2
Specify the IPE file in the hh3cSysIpeFileTable. This IPE file will be unpacked to package files.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysIpeFileOperateAttribute 1.3.6.1.4.1.25506.2.3.1.8.4.1.3
It indicates the attribute of the IPE file when it is used in the reloading. If the value is 'primary', the packages in the IPE file will be the first packages in the next reloading procedure. If the value is 'secondary', the package in the IPE file will be used if the primary packages fails. If the value is 'none', the IPE file is only unpacked, will not be used in the reloading procedure.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), primary(2), secondary(3), primarySecondary(4)  

hh3cSysIpeFileOperateRowStatus 1.3.6.1.4.1.25506.2.3.1.8.4.1.4
the status of this table entry. When the status is active all the object's value in the entry is not allowed to modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSysIpeFileOperateResult 1.3.6.1.4.1.25506.2.3.1.8.4.1.5
the result of the operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER opInProgress(1), opSuccess(2), opUnknownFailure(3), opInvalidFile(4), opDeviceFull(5), opFileOpenError(6)  

hh3cSysSetBootImage 1.3.6.1.4.1.25506.2.3.1.9
OBJECT IDENTIFIER    

hh3cSysSetBootImageOp 1.3.6.1.4.1.25506.2.3.1.9.1
OBJECT IDENTIFIER    

hh3cSysSetBootImageAction 1.3.6.1.4.1.25506.2.3.1.9.1.1
Sets images as primary startup images, secondary startup images, or both. Primary startup images are also called 'main' startup images. For extended devices, startup images saved on their local media are called 'local startup images,' and images saved on the parent device are called 'remote startup images.' none: Returns a success without setting image attributes. done: Clears data for the previous startup image operation. This object must be set 'done' before each startup image operation. -------------------------+-----------------------+--------------------------------------------------- Action | Parent devices | Extended devices -------------------------+-----------------------+--------------------------------------------------- bootLoadPrimary | Sets images as the | Sets images as the primary startup images | primary startup | | images | With storage medium: Sets both local and | | remote startup images | | Without storage medium: Sets remote startup images -------------------------+-----------------------+--------------------------------------------------- bootLoadSecondary | Sets images as the | Sets images as the backup startup images | backup startup images | | | With storage medium: Sets both local and | | remote startup images | | Without storage medium: Sets remote startup images -------------------------+-----------------------+--------------------------------------------------- bootLoadPrimarySecondary | Sets images as both | Sets images as both the primary and backup startup | the primary and | images | backup startup images | With storage medium: Sets both local and | | remote startup images | | Without storage medium: Sets remote startup images -------------------------+-----------------------+--------------------------------------------------- bootPrimary | Sets images as the | Sets images as the primary startup images | primary startup | | images | With storage medium: Sets local startup images | | Without storage medium: N/A -------------------------+-----------------------+--------------------------------------------------- bootSecondary | Sets images as the | Sets images as the backup startup images | backup startup images | | | With storage medium: Sets local startup images | | Without storage medium: N/A -------------------------+-----------------------+--------------------------------------------------- bootPrimarySecondary | Sets images as both | Sets images as both the primary and backup startup | the primary and | images | backup startup images | With storage medium: Sets local startup images | | Without storage medium: N/A -------------------------+-----------------------+--------------------------------------------------- loadPrimary | N/A | Sets images as the remote primary startup images -------------------------+-----------------------+--------------------------------------------------- loadSecondary | N/A | Sets images as the remote backup startup images -------------------------+-----------------------+--------------------------------------------------- loadPrimarySecondary | N/A | Sets images as both the remote primary and | | backup startup images -------------------------+-----------------------+---------------------------------------------------
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), done(2), bootLoadPrimary(3), bootLoadSecondary(4), bootLoadPrimarySecondary(5), bootPrimary(6), bootSecondary(7), bootPrimarySecondary(8), loadPrimary(9), loadSecondary(10), loadPrimarySecondary(11)  

hh3cSysSetBootImageFileOverWrite 1.3.6.1.4.1.25506.2.3.1.9.1.2
Determines whether to overwrite the existing image file with the same name as the downloaded image file.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cSysSetBootImageRemoveIpeFile 1.3.6.1.4.1.25506.2.3.1.9.1.3
Determines whether the IPE file will be removed when the startup images are set successfully. If this object is set to TRUE, the IPE file will be removed.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cSysSetBootImageStatus 1.3.6.1.4.1.25506.2.3.1.9.1.4
Status of the startup image set operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), doing(2), success(3), failed(4)  

hh3cSysSetBootImageFailedReason 1.3.6.1.4.1.25506.2.3.1.9.1.5
Startup image operation failure reason. The field is empty if the operation was successful.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSysBootPackageTable 1.3.6.1.4.1.25506.2.3.1.9.2
Table of images to be set as startup images. It should be used when hh3cSysBootIpeTable is empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysBootPackageEntry

hh3cSysBootPackageEntry 1.3.6.1.4.1.25506.2.3.1.9.2.1
Entry of the image table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysBootPackageEntry  

hh3cSysBootPackageIndex 1.3.6.1.4.1.25506.2.3.1.9.2.1.1
Index of the software images. The index must be included in hh3cSysPackageTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysBootPackageRowStatus 1.3.6.1.4.1.25506.2.3.1.9.2.1.2
Row status of the image entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSysBootIpeTable 1.3.6.1.4.1.25506.2.3.1.9.3
Table of the IPE files to be set for startup. It should be used when hh3cSysBootPackageTable is empty.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysBootIpeEntry

hh3cSysBootIpeEntry 1.3.6.1.4.1.25506.2.3.1.9.3.1
Entry in the IPE file table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysBootIpeEntry  

hh3cSysBootIpeIndex 1.3.6.1.4.1.25506.2.3.1.9.3.1.1
IPE file index. The index must be included in hh3cSysIpeFileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cSysBootIpeRowStatus 1.3.6.1.4.1.25506.2.3.1.9.3.1.2
Row status of the IPE file table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSysSetBootImageResultTable 1.3.6.1.4.1.25506.2.3.1.9.4
Table of startup image operation results. This table shows the result for each card.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSysSetBootImageResultEntry

hh3cSysSetBootImageResultEntry 1.3.6.1.4.1.25506.2.3.1.9.4.1
Entry in the startup image operation result table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSysSetBootImageResultEntry  

hh3cSysSetBootImageResultIndex 1.3.6.1.4.1.25506.2.3.1.9.4.1.1
Index of a startup image operation result. It is identical to the entity index of each card.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

hh3cSysSetBootImageResultStatusOfEachCard 1.3.6.1.4.1.25506.2.3.1.9.4.1.2
Status of the startup image set operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), doing(2), success(3), failed(4)  

hh3cSysSetBootImageFailedReasonOfEachCard 1.3.6.1.4.1.25506.2.3.1.9.4.1.3
Reason of the startup image set failure for a card. It is empty if the operation was successful.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hh3cSystemManMIBNotifications 1.3.6.1.4.1.25506.2.3.2
OBJECT IDENTIFIER    

hh3cSysClockChangedNotification 1.3.6.1.4.1.25506.2.3.2.1
A clock changed notification is generated when the current local date and time for the system has been manually changed. The value of hh3cSysLocalClock reflects new date and time.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cSysReloadNotification 1.3.6.1.4.1.25506.2.3.2.2
A hh3cSysReloadNotification will be sent before the corresponding entity is rebooted. It will also be sent if the entity fails to reboot because the clock has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cSysStartUpNotification 1.3.6.1.4.1.25506.2.3.2.3
a hh3cSysStartUpNotification trap will be sent when the system starts up with 'main' image file failed, a trap will be sent to indicate which type the current image file (I.e backup or secure)is.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cSystemManMIBConformance 1.3.6.1.4.1.25506.2.3.3
OBJECT IDENTIFIER    

hh3cSystemManMIBCompliances 1.3.6.1.4.1.25506.2.3.3.1
OBJECT IDENTIFIER    

hh3cSystemManMIBCompliance 1.3.6.1.4.1.25506.2.3.3.1.1
The compliance statement for entities which implement the system management MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

hh3cSystemManMIBGroups 1.3.6.1.4.1.25506.2.3.3.2
OBJECT IDENTIFIER    

hh3cSysClockGroup 1.3.6.1.4.1.25506.2.3.3.2.1
A collection of objects providing mandatory system clock information.
Status: current Access: read-only
OBJECT-GROUP    

hh3cSysReloadGroup 1.3.6.1.4.1.25506.2.3.3.2.2
A collection of objects providing mandatory system reload.
Status: current Access: read-only
OBJECT-GROUP    

hh3cSysImageGroup 1.3.6.1.4.1.25506.2.3.3.2.3
A collection of objects providing mandatory system image information.
Status: current Access: read-only
OBJECT-GROUP    

hh3cSysCFGFileGroup 1.3.6.1.4.1.25506.2.3.3.2.4
A collection of objects providing mandatory system configuration file information.
Status: current Access: read-only
OBJECT-GROUP    

hh3cSysCurGroup 1.3.6.1.4.1.25506.2.3.3.2.5
A collection of system current status.
Status: current Access: read-only
OBJECT-GROUP    

hh3cSystemManNotificationGroup 1.3.6.1.4.1.25506.2.3.3.2.6
A collection of notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

hh3cSystemBtmLoadGroup 1.3.6.1.4.1.25506.2.3.3.2.7
A collection of objects providing system update bootrom information.
Status: current Access: read-only
OBJECT-GROUP