H3C-ENTITY-EXT-MIB

File: H3C-ENTITY-EXT-MIB.mib (58063 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-CONF SNMPv2-SMI
SNMPv2-TC SNMP-FRAMEWORK-MIB ENTITY-MIB

Imported symbols

h3cCommon OBJECT-GROUP MODULE-COMPLIANCE
NOTIFICATION-GROUP OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE Integer32 Unsigned32
Gauge32 TimeTicks TEXTUAL-CONVENTION
MacAddress DateAndTime DisplayString
SnmpAdminString entPhysicalIndex entPhysicalName
entPhysicalDescr

Defined Types

H3cAdminState  
The administrative state for this object, and it is possible to set the state when needed. A value of locked means the resource is administratively prohibited from use. A value of shuttingDown means that usage is administratively limited to current instances of use. A value of unlocked means the resource is not administratively prohibited from use.
TEXTUAL-CONVENTION    
  INTEGER notSupported(1), locked(2), shuttingDown(3), unlocked(4)  

H3cOperState  
Represents the possible values of operational states. A value of disabled means the resource is totally inoperable. A value of enabled means the resource is partially or fully operable.
TEXTUAL-CONVENTION    
  INTEGER notSupported(1), disabled(2), enabled(3), dangerous(4)  

H3cAlarmStatus  
Represents the possible values of alarm status. When no bits of this attribute are set, then none of the status conditions described below are present. When the value of under repair is set, the resource is currently being repaired. When the value of critical is set, one or more critical alarms are active against the resource. When the value of major is set, one or more major alarms are active against the resource. When the value of minor is set, one or more minor alarms are active against the resource. When the value of warning is set, one or more warning alarms are active against the resource. When the value of indeterminate is set, one or more alarms of indeterminate severity are active against the resource. When the value of alarm outstanding is set, one or more alarms is active against the resource. The fault may or may not be disabling.
TEXTUAL-CONVENTION    
  BITS notSupported(0), underRepair(1), critical(2), major(3), minor(4), alarmOutstanding(5), warning(6), indeterminate(7)  

H3cStandbyStatus  
Represents the possible values of standby status. A value of hotStandby means the resource is not providing service, but is will be immediately able to take over the role of the resource to be backed-up, without the need for initialization activity, and will contain the same information as the resource to be backed up. A value of coldStandy means that the resource is to back-up another resource, but will not be immediately able to take over the role of a resource to be backed up, and will require some initialization activity. A value of providingService means the resource is providing service.
TEXTUAL-CONVENTION    
  INTEGER notSupported(1), hotStandby(2), coldStandby(3), providingService(4)  

H3cEntityExtStateEntry  
SEQUENCE    
  h3cEntityExtPhysicalIndex Integer32
  h3cEntityExtAdminStatus H3cAdminState
  h3cEntityExtOperStatus H3cOperState
  h3cEntityExtStandbyStatus H3cStandbyStatus
  h3cEntityExtAlarmLight H3cAlarmStatus
  h3cEntityExtCpuUsage Integer32
  h3cEntityExtCpuUsageThreshold Integer32
  h3cEntityExtMemUsage Integer32
  h3cEntityExtMemUsageThreshold Integer32
  h3cEntityExtMemSize Unsigned32
  h3cEntityExtUpTime Integer32
  h3cEntityExtTemperature Integer32
  h3cEntityExtTemperatureThreshold Integer32
  h3cEntityExtVoltage Integer32
  h3cEntityExtVoltageLowThreshold Integer32
  h3cEntityExtVoltageHighThreshold Integer32
  h3cEntityExtCriticalTemperatureThreshold Integer32
  h3cEntityExtMacAddress MacAddress
  h3cEntityExtErrorStatus INTEGER
  h3cEntityExtCpuMaxUsage Integer32
  h3cEntityExtLowerTemperatureThreshold Integer32
  h3cEntityExtShutdownTemperatureThreshold Integer32
  h3cEntityExtPhyMemSize Unsigned32
  h3cEntityExtPhyCpuFrequency Integer32
  h3cEntityExtFirstUsedDate DateAndTime
  h3cEntityExtCpuAvgUsage Integer32
  h3cEntityExtMemAvgUsage Integer32
  h3cEntityExtMemType OCTET STRING
  h3cEntityExtCriticalLowerTemperatureThreshold Integer32
  h3cEntityExtShutdownLowerTemperatureThreshold Integer32
  h3cEntityExtCpuUsageRecoverThreshold Integer32

H3cEntityExtManuEntry  
SEQUENCE    
  h3cEntityExtManuPhysicalIndex Integer32
  h3cEntityExtManuSerialNum SnmpAdminString
  h3cEntityExtManuBuildInfo SnmpAdminString
  h3cEntityExtManuBOM SnmpAdminString
  h3cEntityExtMacAddressCount Unsigned32

H3cEntityExtPowerEntry  
SEQUENCE    
  h3cEntityExtPowerPhysicalIndex Integer32
  h3cEntityExtNominalPower Gauge32
  h3cEntityExtCurrentPower Gauge32
  h3cEntityExtAveragePower Integer32
  h3cEntityExtPeakPower Integer32

H3cProcessEntry  
SEQUENCE    
  h3cProcessID Unsigned32
  h3cProcessName DisplayString
  h3cProcessUtil5Min Unsigned32

Defined Values

h3cEntityExtend 1.3.6.1.4.1.2011.10.2.6
The private MIB file includes the general extent information of the device.
MODULE-IDENTITY    

h3cEntityExtObjects 1.3.6.1.4.1.2011.10.2.6.1
OBJECT IDENTIFIER    

h3cEntityExtState 1.3.6.1.4.1.2011.10.2.6.1.1
OBJECT IDENTIFIER    

h3cEntityExtStateTable 1.3.6.1.4.1.2011.10.2.6.1.1.1
This table contains one row per physical entity, There is always at least one row for an 'overall' physical entity. The information in each row may be not include all the object in this table, because of the entity need not some of the information here.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEntityExtStateEntry

h3cEntityExtStateEntry 1.3.6.1.4.1.2011.10.2.6.1.1.1.1
The information about a particular physical entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEntityExtStateEntry  

h3cEntityExtPhysicalIndex 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.1
The index of h3cEntityExtStateTable. This index is identical to entPhysicalIndex in ENTITY-MIB
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

h3cEntityExtAdminStatus 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.2
The administrative state for this object.
Status: current Access: read-write
OBJECT-TYPE    
  H3cAdminState  

h3cEntityExtOperStatus 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.3
The operate state for this object.
Status: current Access: read-only
OBJECT-TYPE    
  H3cOperState  

h3cEntityExtStandbyStatus 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.4
This object is used for monitoring standby status. Not all entities support this object.
Status: current Access: read-only
OBJECT-TYPE    
  H3cStandbyStatus  

h3cEntityExtAlarmLight 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.5
The alarm status for this entity. It does not include the severity of alarms raised on child components. In this condition, there will be a alarm light on the entity, the object should have the same status with it.
Status: current Access: read-only
OBJECT-TYPE    
  H3cAlarmStatus  

h3cEntityExtCpuUsage 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.6
The CPU usage for this entity. Generally, the CPU usage will calculate the overall CPU usage on the entity, and it is not sensible with the number of CPU on the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtCpuUsageThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.7
The threshold for the CPU usage. When the CPU usage exceeds the threshold, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtMemUsage 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.8
The memory usage for the entity. This object indicates what percent of memory are used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtMemUsageThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.9
The threshold for the Memory usage, When the memory usage exceeds the threshold, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtMemSize 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.10
The size of memory for the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cEntityExtUpTime 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.11
The uptime for the entity. The meaning of uptime is when the entity is up, and the value of the object will add 1 seconds while the entity is running.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cEntityExtTemperature 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.12
The temperature for the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cEntityExtTemperatureThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.13
The threshold for the temperature. When the temperature exceeds the threshold, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtVoltage 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.14
The voltage for the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cEntityExtVoltageLowThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.15
The low-threshold for the voltage. When voltage is lower than low-threshold, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtVoltageHighThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.16
The high-threshold for the voltage. When voltage greater than high-threshold, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtCriticalTemperatureThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.17
The threshold for the critical Temperature. When temperature exceeds the critical temperature, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtMacAddress 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.18
MAC Address of the entity.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

h3cEntityExtErrorStatus 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.19
Indicate the error state of this entity object. Now it only supports Port, general power supply, RPS power supply and board/Subcard. It may have one of these values. The following four values can be used for all kinds of entities. notSupported(1) means this entity can not support this function. normal(2) means the statement of this entity is normal. for ports, it doesn't differentiate 10M/s, 100M/s, 1000M/s, duplex and half-duplex. For fan, power supply and board-Subcard, it means their states are normal. postFailure(3) means the entity fails to POST. entityAbsent(4) means the entity is absent now. The following values is depended on the entity . For Port entities, it may have the following values. If its POST is failure, then the value of the instance will be postFailure(3), otherwise the value will be normal(2). If enable power supply over Ethernet on this port is failure, the value of this instance will be poeError(11), otherwise it will be normal(2). For stack port, if it connects to another stack port normally, and these two units merge into one stack, then the value of this instance will be normal(2). If something wrong occurs and the unit can not merge into stack, the value of this instance will be stackPortFailed(23). If the stack port forms resilient daisy chain with another stack port on the other unit, the value of this instance will be stackPortBlocked(22). For SFP ports, if it fail to receive, the value of this instance will be sfpRecvError(31), if it fail to send, the value is sfpSendError(32), if it fail to send and receive, the value is sfpBothError(33), otherwise it will be normal(2). fanError(41) means that the fan stops working. psuError(51) means that the Power Supply Unit is in the state of fault. rpsError(61) means the RPS is in the state of fault. moduleFaulty(71) means the Module is in the state of fault. sensorError(81) means the sensor is in the state of fault. hardwareFaulty(91) means the hardware of specified entity is in the state of fault. NMS must be compatible with the states which may be added in the future.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSupported(1), normal(2), postFailure(3), entityAbsent(4), poeError(11), stackError(21), stackPortBlocked(22), stackPortFailed(23), sfpRecvError(31), sfpSendError(32), sfpBothError(33), fanError(41), psuError(51), rpsError(61), moduleFaulty(71), sensorError(81), hardwareFaulty(91)  

h3cEntityExtCpuMaxUsage 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.20
The maximal CPU usage for the entity in the period of time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtLowerTemperatureThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.21
The threshold for the lower Temperature. When temperature runs under the threshold, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtShutdownTemperatureThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.22
The threshold for the shutdown Temperature. When temperature exceeds the threshold, a notification will be sent and the entity will be shutdown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtPhyMemSize 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.23
The memory size of entity. This is the physical attribute of entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cEntityExtPhyCpuFrequency 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.24
The CPU frequency of entity. Unit of measure is MHZ.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cEntityExtFirstUsedDate 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.25
The first used date of the entity.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime Size(8)  

h3cEntityExtCpuAvgUsage 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.26
The average CPU usage for the entity in a period of time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtMemAvgUsage 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.27
The average memory usage for the entity in a period of time.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtMemType 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.28
The memory type of entity.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

h3cEntityExtCriticalLowerTemperatureThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.29
The threshold for the critical Temperature. When temperature exceeds the critical lower temperature, a notification will be sent.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtShutdownLowerTemperatureThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.30
The threshold for the shutdown Temperature. When temperature exceeds the lower threshold, a notification will be sent and the entity will be shutdown.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtCpuUsageRecoverThreshold 1.3.6.1.4.1.2011.10.2.6.1.1.1.1.31
The recover threshold for the CPU usage. When the CPU usage falls down to the threshold, a notification is sent. The h3cEntityExtCpuUsageRecoverThreshold must be less than or equal to the h3cEntityExtCpuUsageThreshold.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

h3cEntityExtManu 1.3.6.1.4.1.2011.10.2.6.1.2
OBJECT IDENTIFIER    

h3cEntityExtManuTable 1.3.6.1.4.1.2011.10.2.6.1.2.1
The table about device manufacture information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEntityExtManuEntry

h3cEntityExtManuEntry 1.3.6.1.4.1.2011.10.2.6.1.2.1.1
The device manufacture information about a particular physical entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEntityExtManuEntry  

h3cEntityExtManuPhysicalIndex 1.3.6.1.4.1.2011.10.2.6.1.2.1.1.1
The index of h3cEntityExtManuTable. This index is identical to entPhysicalIndex in ENTITY-MIB.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cEntityExtManuSerialNum 1.3.6.1.4.1.2011.10.2.6.1.2.1.1.2
Manufacture serial number. The manufacture serial number of the entity such as chassis, module, and so on. It is got from the device when manufacturing. For low level box-device, the manufacture serial number is the device-number of System Control Board(SCB for short), it is written into the SCB directly; for middle level or high level frame-device, the manufacture serial number is the device-numbers of SCB and Service Board, because the SCB, Service Board and chassis are separate to sale and the device-number of chassis can not be written into board.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

h3cEntityExtManuBuildInfo 1.3.6.1.4.1.2011.10.2.6.1.2.1.1.3
Device version information. The device version information of the entity such as chassis, module, and so on. It consists of software version information and hardware version information.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

h3cEntityExtManuBOM 1.3.6.1.4.1.2011.10.2.6.1.2.1.1.4
Device BOM code. The device BOM code of the entity such as chassis, module, and so on. It is the component code of ERP system, which can be disassembled from device-number.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

h3cEntityExtMacAddressCount 1.3.6.1.4.1.2011.10.2.6.1.2.1.1.5
MAC address count. The count of MAC addresses of the entity, such as chassis, module, or port, and so on.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cEntityExtPower 1.3.6.1.4.1.2011.10.2.6.1.3
OBJECT IDENTIFIER    

h3cEntityExtPowerTable 1.3.6.1.4.1.2011.10.2.6.1.3.1
This table describes the power information of all the physical entity on the device, such as the fans, the subcards, the boards, etc.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEntityExtPowerEntry

h3cEntityExtPowerEntry 1.3.6.1.4.1.2011.10.2.6.1.3.1.1
The entity power information about a particular physical entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEntityExtPowerEntry  

h3cEntityExtPowerPhysicalIndex 1.3.6.1.4.1.2011.10.2.6.1.3.1.1.1
The index of h3cEntityExtPowerTable. This index is identical to entPhysicalIndex in ENTITY-MIB.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cEntityExtNominalPower 1.3.6.1.4.1.2011.10.2.6.1.3.1.1.2
The nominal power of the entity expressed in milliWatts.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cEntityExtCurrentPower 1.3.6.1.4.1.2011.10.2.6.1.3.1.1.3
The measured usage power of the entity expressed in milliWatts.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

h3cEntityExtAveragePower 1.3.6.1.4.1.2011.10.2.6.1.3.1.1.4
The average power consumed by the entity expressed in milliWatts. Writing a value of zero to this object resets its value to zero. Writing any other value to this object has no effect on its value and an error is returned.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cEntityExtPeakPower 1.3.6.1.4.1.2011.10.2.6.1.3.1.1.5
The peak power consumed by the entity expressed in milliWatts. Writing a value of zero to this object resets its value to zero. Writing any other value to this object has no effect on its value and an error is returned.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cProcessObjects 1.3.6.1.4.1.2011.10.2.6.1.4
OBJECT IDENTIFIER    

h3cProcessTable 1.3.6.1.4.1.2011.10.2.6.1.4.1
The Table describes the information about a particular process, namely a task.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cProcessEntry

h3cProcessEntry 1.3.6.1.4.1.2011.10.2.6.1.4.1.1
The information about a particular process, namely a task.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cProcessEntry  

h3cProcessID 1.3.6.1.4.1.2011.10.2.6.1.4.1.1.1
This object indicates the identifier of process, namely task ID in system.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

h3cProcessName 1.3.6.1.4.1.2011.10.2.6.1.4.1.1.2
This object indicates the process name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

h3cProcessUtil5Min 1.3.6.1.4.1.2011.10.2.6.1.4.1.1.3
This object provides a general idea of how busy a process caused the processor to be over a 5 minute period. The ratio is calculated by the overall CPU usage caused by the process.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..100  

h3cEntityExtTraps 1.3.6.1.4.1.2011.10.2.6.2
OBJECT IDENTIFIER    

h3cEntityExtTrapsPrefix 1.3.6.1.4.1.2011.10.2.6.2.0
OBJECT IDENTIFIER    

h3cEntityExtTrapsInfor 1.3.6.1.4.1.2011.10.2.6.2.1
OBJECT IDENTIFIER    

h3cEntityExtTemperatureThresholdNotification 1.3.6.1.4.1.2011.10.2.6.2.0.1
The h3cEntityExtTemperatureThresholdNotification indicates the temperature exceeded the threshold. In this condition, user should check the status and the environment of the entity, sometimes it happens because of the failure of air-condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtVoltageLowThresholdNotification 1.3.6.1.4.1.2011.10.2.6.2.0.2
The h3cEntityExtVoltageLowThresholdNotification indicates the voltage is lower than the threshold. If the voltage is lower too much than the entity needs, the entity will halt.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtVoltageHighThresholdNotification 1.3.6.1.4.1.2011.10.2.6.2.0.3
The h3cEntityExtVoltageHighThresholdNotification indicates the voltage is higher than the threshold. If the voltage is higher too much than the entity needs, The entity may be damaged by the high voltage.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtCpuUsageThresholdNotfication 1.3.6.1.4.1.2011.10.2.6.2.0.4
The h3cEntityExtCpuUsageThresholdNotfication indicates the entity is overloaded.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtMemUsageThresholdNotification 1.3.6.1.4.1.2011.10.2.6.2.0.5
The h3cEntityExtMemUsageThresholdNotification indicates the entity is overloaded.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtOperEnabled 1.3.6.1.4.1.2011.10.2.6.2.0.6
The trap indicates the entity is operable at present.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtOperDisabled 1.3.6.1.4.1.2011.10.2.6.2.0.7
The trap indicates the entity is not operable at present.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtCriticalTemperatureThresholdNotification 1.3.6.1.4.1.2011.10.2.6.2.0.8
The h3cEntityExtCriticalTemperatureThresholdNotification indicates the temperature exceeds the critical temperature. In this condition, user should check the status and the environment of the entity, sometimes it happens because of the failure of air-condition.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtSFPAlarmOn 1.3.6.1.4.1.2011.10.2.6.2.0.9
The trap is generated when the SFP module fails or runs abnormally for some particular reason.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtSFPAlarmOff 1.3.6.1.4.1.2011.10.2.6.2.0.10
The trap is generated when the SFP module restores to normal status.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtSFPPhony 1.3.6.1.4.1.2011.10.2.6.2.0.11
This module is NOT sold by authorized manufacturer. The normal function of the device or assume the maintenance responsibility thereof will NOT be guaranteed. The trap is generated periodically after a phony module has been found.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityInsert 1.3.6.1.4.1.2011.10.2.6.2.0.12
The trap is generated when a removeable entity inserting to device.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityRemove 1.3.6.1.4.1.2011.10.2.6.2.0.13
The trap is generated when a removeable entity removing from device.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtForcedPowerOff 1.3.6.1.4.1.2011.10.2.6.2.0.14
The trap indicates the entity is forced to power off.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtForcedPowerOn 1.3.6.1.4.1.2011.10.2.6.2.0.15
The trap indicates the entity is forced to power on.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtFaultAlarmOn 1.3.6.1.4.1.2011.10.2.6.2.0.16
The trap indicates a fault occures on the specified entity.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtFaultAlarmOff 1.3.6.1.4.1.2011.10.2.6.2.0.17
The trap indicates a fault disappears on the specified entity.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtResourceLack 1.3.6.1.4.1.2011.10.2.6.2.0.18
The trap indicates that a kind of resource is not enough on the specified entity.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtResourceEnough 1.3.6.1.4.1.2011.10.2.6.2.0.19
The trap indicates that the entity recovers from the status of no enough resource.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtTemperatureLower 1.3.6.1.4.1.2011.10.2.6.2.0.20
The trap indicates the temperature of a specified entity is under the lower threshold. In this condition, user should check the status and the environment of the entity, sometimes it goes wrong for some reason.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtTemperatureTooUp 1.3.6.1.4.1.2011.10.2.6.2.0.21
The trap indicates the temperature of a specified entity exceeded the shutdown threshold. In this condition, user should check the status and the environment of the entity, sometimes it goes wrong for some reason.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtTemperatureNormal 1.3.6.1.4.1.2011.10.2.6.2.0.22
The trap indicates the temperature of a specified entity recover from abnormal status.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExternalAlarmOccur 1.3.6.1.4.1.2011.10.2.6.2.0.23
The trap is generated when the monitored device connected to the specified entity fails.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExternalAlarmRecover 1.3.6.1.4.1.2011.10.2.6.2.0.24
The trap is generated when the failed device connected to the specified entity returns to normal.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtCpuUsageThresholdRecover 1.3.6.1.4.1.2011.10.2.6.2.0.25
The trap indicates the CPU usage descends the threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtMemUsageThresholdRecover 1.3.6.1.4.1.2011.10.2.6.2.0.26
The trap indicates the memory usage descends the threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtMemAllocatedFailed 1.3.6.1.4.1.2011.10.2.6.2.0.27
The trap indicates the memory allocated failed.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtECCParityAlarm 1.3.6.1.4.1.2011.10.2.6.2.0.28
The trap indicates the ECC(Error Correction Code) parity error alarm.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtCritLowerTempThresholdNotification 1.3.6.1.4.1.2011.10.2.6.2.0.29
The h3cEntityExtCritLowerTempThresholdNotification indicates the temperature is lower than the threshold. If the temperature is lower too much than the entity needs, the entity will halt.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtTemperatureTooLow 1.3.6.1.4.1.2011.10.2.6.2.0.30
The h3cEntityExtTemperatureTooLow indicates the temperature is lower than the threshold. If the temperature is lower too much than the entity needs, the entity halts now.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtFanDirectionNotPreferred 1.3.6.1.4.1.2011.10.2.6.2.0.31
This trap indicates the specified fan's direction does not accord with preferred. The two parameters indicate the entity index and physical name of fan.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtFanDirectionNotAccord 1.3.6.1.4.1.2011.10.2.6.2.0.32
This trap indicates the direction of fans does not accord with each other. The two parameters indicate the parent entity of the fans.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtSFPInvalid 1.3.6.1.4.1.2011.10.2.6.2.0.33
The transceiver module is not compatible with the interface card. The authorized manufacturer therefore shall NOT guarantee the normal function of the transceiver. The transceiver module will be invalidated in days. Please replace it with a compatible one as soon as possible. The trap is generated periodically after a phony transceiver module has been found.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtSFPInvalidNow 1.3.6.1.4.1.2011.10.2.6.2.0.34
This transceiver module is not compatible with the interface card. The authorized manufacturer therefore shall NOT guarantee the normal function of the transceiver. The trap is generated after a phony transceiver module has been found.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cEntityExtTrapDescription 1.3.6.1.4.1.2011.10.2.6.2.1.1
The information of trap.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

h3cEntityExtECCParityAlarmStatus 1.3.6.1.4.1.2011.10.2.6.2.1.2
ECC parity error.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER other(1), l1cache(2), l2cache(3), sdram(4), mac(5), tcam(6), ingressbuffer(7), egressbuffer(8), lpm(9), controlmemory(10)  

h3cEntityExtSFPInvalidInDays 1.3.6.1.4.1.2011.10.2.6.2.1.3
The days when the transceiver module is still valid, but after those days, it will be invaldated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

h3cEntityExtFirstTrapTime 1.3.6.1.4.1.2011.10.2.6.2.1.4
Represents the first trap time.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  TimeTicks  

h3cEntityExtConformance 1.3.6.1.4.1.2011.10.2.6.3
OBJECT IDENTIFIER    

h3cEntityExtCompliances 1.3.6.1.4.1.2011.10.2.6.3.1
OBJECT IDENTIFIER    

h3cEntityExtCompliance 1.3.6.1.4.1.2011.10.2.6.3.1.1
The compliance statement for systems supporting this MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

h3cEntityExtGroups 1.3.6.1.4.1.2011.10.2.6.3.2
OBJECT IDENTIFIER    

h3cEntityExtGroup 1.3.6.1.4.1.2011.10.2.6.3.2.1
Entity Extend group.
Status: current Access: read-only
OBJECT-GROUP    

h3cEntityExtNotificationGroup 1.3.6.1.4.1.2011.10.2.6.3.2.2
Entity Extend Notification group.
Status: current Access: read-only
NOTIFICATION-GROUP    

h3cEntityExtManuGroup 1.3.6.1.4.1.2011.10.2.6.3.2.3
Standard Device Manufacture Information group.
Status: current Access: read-only
OBJECT-GROUP    

h3cEntityExtPowerGroup 1.3.6.1.4.1.2011.10.2.6.3.2.4
Standard Entity Power Information group.
Status: current Access: read-only
OBJECT-GROUP