DLINKSW-ENTITY-EXT-MIB

File: DLINKSW-ENTITY-EXT-MIB.mib (34320 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 DisplayString
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
dlinkIndustrialCommon

Defined Types

DEntityExtEnvTempEntry  
SEQUENCE    
  dEntityExtEnvTempUnitId Unsigned32
  dEntityExtEnvTempIndex Integer32
  dEntityExtEnvTempDescr DisplayString
  dEntityExtEnvTempCurrent Integer32
  dEntityExtEnvTempThresholdLow Integer32
  dEntityExtEnvTempThresholdHigh Integer32
  dEntityExtEnvTempStatus INTEGER

DEntityExtEnvFanEntry  
SEQUENCE    
  dEntityExtEnvFanUnitId Unsigned32
  dEntityExtEnvFanIndex Integer32
  dEntityExtEnvFanDescr DisplayString
  dEntityExtEnvFanStatus INTEGER

DEntityExtEnvPowerEntry  
SEQUENCE    
  dEntityExtEnvPowerUnitId Unsigned32
  dEntityExtEnvPowerIndex Unsigned32
  dEntityExtEnvPowerDescr DisplayString
  dEntityExtEnvPowerUsedPower Unsigned32
  dEntityExtEnvPowerMaxPower Unsigned32
  dEntityExtEnvPowerStatus INTEGER

DEntityExtEnvAirFlowEntry  
SEQUENCE    
  dEntityExtEnvAirFlowUnitId Unsigned32
  dEntityExtEnvAirFlowStatus INTEGER

DEntityExtUnitEntry  
SEQUENCE    
  dEntityExtUnitIndex Unsigned32
  dEntityExtUnitStatus INTEGER
  dEntityExtUnitUpTime Unsigned32

DEntityExtMemoryUtilEntry  
SEQUENCE    
  dEntityExtMemUtilUnitId Integer32
  dEntityExtMemUtilType INTEGER
  dEntityExtMemUtilTotal Unsigned32
  dEntityExtMemUtilUsed Unsigned32
  dEntityExtMemUtilFree Unsigned32

DEntityExtCpuUtilEntry  
SEQUENCE    
  dEntityExtCpuUtilUnitId Unsigned32
  dEntityExtCpuUtilCpuID Unsigned32
  dEntityExtCpuUtilFiveSeconds Unsigned32
  dEntityExtCpuUtilOneMinute Unsigned32
  dEntityExtCpuUtilFiveMinutes Unsigned32

DEntityExtVersionEntry  
SEQUENCE    
  dEntityExtVersionUnitId Unsigned32
  dEntityExtVersionBootloader DisplayString
  dEntityExtVersionRuntime DisplayString

Defined Values

dlinkSwEntityExtMIB 1.3.6.1.4.1.171.14.5
This MIB module provides essential information about the system and defines the managed objects that support the monitoring of alarms generated by physical entities, including temperature sensors, fans and power supplies.
MODULE-IDENTITY    

dEntityExtNotifications 1.3.6.1.4.1.171.14.5.0
OBJECT IDENTIFIER    

dEntityExtObjects 1.3.6.1.4.1.171.14.5.1
OBJECT IDENTIFIER    

dEntityExtConformance 1.3.6.1.4.1.171.14.5.2
OBJECT IDENTIFIER    

dEntityExtEnvObjects 1.3.6.1.4.1.171.14.5.1.1
OBJECT IDENTIFIER    

dEntityExtEnvTempTable 1.3.6.1.4.1.171.14.5.1.1.1
The table consists of a list of temperature information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtEnvTempEntry

dEntityExtEnvTempEntry 1.3.6.1.4.1.171.14.5.1.1.1.1
An entry represents the temperature status of a testpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtEnvTempEntry  

dEntityExtEnvTempUnitId 1.3.6.1.4.1.171.14.5.1.1.1.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID at which the testpoint is located.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtEnvTempIndex 1.3.6.1.4.1.171.14.5.1.1.1.1.2
This object is used to uniquely identify the testpoint within a unit/slot. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

dEntityExtEnvTempDescr 1.3.6.1.4.1.171.14.5.1.1.1.1.3
This object provides human-sensible identification for the testpoint. e.g. 'Inlet', 'Center', 'Outlet'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

dEntityExtEnvTempCurrent 1.3.6.1.4.1.171.14.5.1.1.1.1.4
This object indicates the current measurement of the testpoint.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

dEntityExtEnvTempThresholdLow 1.3.6.1.4.1.171.14.5.1.1.1.1.5
The object indicates the minimum acceptable reading of the testpoint in degrees Celsius.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

dEntityExtEnvTempThresholdHigh 1.3.6.1.4.1.171.14.5.1.1.1.1.6
The object indicates the maximum acceptable reading of the testpoint in degrees Celsius.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

dEntityExtEnvTempStatus 1.3.6.1.4.1.171.14.5.1.1.1.1.7
The object indicates the current temperature is over the thresholds or not. 'abnormal' indicates the temperature is over the thresholds. 'ok' indicates the temperature is not over the thresholds.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), abnormal(2)  

dEntityExtEnvFanTable 1.3.6.1.4.1.171.14.5.1.1.2
The table is used to display the status of fans.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtEnvFanEntry

dEntityExtEnvFanEntry 1.3.6.1.4.1.171.14.5.1.1.2.1
An entry represents a fan status.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtEnvFanEntry  

dEntityExtEnvFanUnitId 1.3.6.1.4.1.171.14.5.1.1.2.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID at which the fan is located.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtEnvFanIndex 1.3.6.1.4.1.171.14.5.1.1.2.1.2
This object is used to uniquely identify the fan within a unit/slot. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

dEntityExtEnvFanDescr 1.3.6.1.4.1.171.14.5.1.1.2.1.3
This object provides human-sensible identification for the fan. e.g. 'Left 1' for the first fan on the left.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

dEntityExtEnvFanStatus 1.3.6.1.4.1.171.14.5.1.1.2.1.4
This object indicates the fan status.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), fault(2)  

dEntityExtEnvPowerTable 1.3.6.1.4.1.171.14.5.1.1.3
The table is used to display the status of the power modules.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtEnvPowerEntry

dEntityExtEnvPowerEntry 1.3.6.1.4.1.171.14.5.1.1.3.1
An entry contains the information of a power module.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtEnvPowerEntry  

dEntityExtEnvPowerUnitId 1.3.6.1.4.1.171.14.5.1.1.3.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID at which the power module is located.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtEnvPowerIndex 1.3.6.1.4.1.171.14.5.1.1.3.1.2
This object indicates the ID of the power module. This object is used to uniquely identify the power module. This index is for SNMP purposes only, and has no intrinsic meaning.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

dEntityExtEnvPowerDescr 1.3.6.1.4.1.171.14.5.1.1.3.1.3
This object provides human-sensible information for the power module. e.g. '#1 (internal)', '#2 (external)'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

dEntityExtEnvPowerUsedPower 1.3.6.1.4.1.171.14.5.1.1.3.1.4
This object indicates the amount of the power that has been allocated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtEnvPowerMaxPower 1.3.6.1.4.1.171.14.5.1.1.3.1.5
This object indicates maximum power which the power module can supply.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtEnvPowerStatus 1.3.6.1.4.1.171.14.5.1.1.3.1.6
This object indicates the status of the power.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inOperation(1), failed(2), empty(3)  

dEntityExtEnvAirFlowTable 1.3.6.1.4.1.171.14.5.1.1.4
The table is used to display the status of the air flow function.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtEnvAirFlowEntry

dEntityExtEnvAirFlowEntry 1.3.6.1.4.1.171.14.5.1.1.4.1
An entry contains the information of the air flow function.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtEnvAirFlowEntry  

dEntityExtEnvAirFlowUnitId 1.3.6.1.4.1.171.14.5.1.1.4.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID at which the air flow module is located.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtEnvAirFlowStatus 1.3.6.1.4.1.171.14.5.1.1.4.1.2
This object indicates the status of the air flow. The fans' air flow direction must match the system's air flow direction to form an integrated air flow. For example: In DXS-3600, the normal fans' air flow direction must match the power fan's air flow direction. The power fan blow the cold air from outside to inside, all the normal fans must blow the hot air from inside to outside. Or the power fan blow the hot air from inside to outside, all the normal fans must blow the cold air from outside to inside. If one or more fans' air flow direction does not match the system's air flow direction, it will form an abnormal air flow. Then this log message will be triggered. ok(1) : A recover event indicates the air flow back to normal. abnormal(2): An alarm event indicates the air flow detects abnormal.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), abnormal(2)  

dEntityExtEnvTrap 1.3.6.1.4.1.171.14.5.1.2
OBJECT IDENTIFIER    

dEntityExtEnvNotifyEnable 1.3.6.1.4.1.171.14.5.1.2.1
This object indicates whether a specified notification is enabled or not. If a bit corresponding to a notification is set to 1, then the specified notification can be generated. fan(0) - fan trap state for warning fan event (fan failed or fan recover). power(1) - power trap state for warning power event (power failure or power recovery). temperature(2) - temperature trap state for warning temperature event (temperature exceeds the thresholds or temperature recover).
Status: current Access: read-write
OBJECT-TYPE    
  BITS fan(0), power(1), temperature(2)  

dEntityExtUnitTable 1.3.6.1.4.1.171.14.5.1.3
The table is used to display information of units.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtUnitEntry

dEntityExtUnitEntry 1.3.6.1.4.1.171.14.5.1.3.1
An entry contains essential information of a unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtUnitEntry  

dEntityExtUnitIndex 1.3.6.1.4.1.171.14.5.1.3.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtUnitStatus 1.3.6.1.4.1.171.14.5.1.3.1.2
This object represents the status of the unit: ok(1) - This indicates the unit is okay. failed(2) - This indicates the unit fails due to some reason. empty(3) - This indicates that the unit is provisioned but currently not installed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ok(1), failed(2), empty(3)  

dEntityExtUnitUpTime 1.3.6.1.4.1.171.14.5.1.3.1.3
This object provides the up time in units of seconds for the unit since it was last re-initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtMemoryUtilTable 1.3.6.1.4.1.171.14.5.1.4
The table is used to display memory utilization information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtMemoryUtilEntry

dEntityExtMemoryUtilEntry 1.3.6.1.4.1.171.14.5.1.4.1
An entry contains memory utilization information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtMemoryUtilEntry  

dEntityExtMemUtilUnitId 1.3.6.1.4.1.171.14.5.1.4.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

dEntityExtMemUtilType 1.3.6.1.4.1.171.14.5.1.4.1.2
The object indicates the memory type of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER dram(1), flash(2), nvram(3)  

dEntityExtMemUtilTotal 1.3.6.1.4.1.171.14.5.1.4.1.3
This object indicates the total memory size of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtMemUtilUsed 1.3.6.1.4.1.171.14.5.1.4.1.4
This object indicates the used memory size of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtMemUtilFree 1.3.6.1.4.1.171.14.5.1.4.1.5
This object indicates the free memory size of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtCpuUtilTable 1.3.6.1.4.1.171.14.5.1.7
The table is used to display CPU utilization information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtCpuUtilEntry

dEntityExtCpuUtilEntry 1.3.6.1.4.1.171.14.5.1.7.1
An entry contains CPU information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtCpuUtilEntry  

dEntityExtCpuUtilUnitId 1.3.6.1.4.1.171.14.5.1.7.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtCpuUtilCpuID 1.3.6.1.4.1.171.14.5.1.7.1.2
This object is used to uniquely identify the CPU within a unit (multiprocessing system).
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtCpuUtilFiveSeconds 1.3.6.1.4.1.171.14.5.1.7.1.3
This objects indicates the overall CPU busy percentage in the last 5 second period. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtCpuUtilOneMinute 1.3.6.1.4.1.171.14.5.1.7.1.4
This objects indicates the overall CPU busy percentage in the last 1 minute period. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtCpuUtilFiveMinutes 1.3.6.1.4.1.171.14.5.1.7.1.5
This objects indicates the overall CPU busy percentage in the last 5 minute period. The value will be between 0% (idle) and 100% (very busy).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dEntityExtVersionTable 1.3.6.1.4.1.171.14.5.1.8
The table is used to display version information of units.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DEntityExtVersionEntry

dEntityExtVersionEntry 1.3.6.1.4.1.171.14.5.1.8.1
An entry contains version information of a unit.
Status: current Access: not-accessible
OBJECT-TYPE    
  DEntityExtVersionEntry  

dEntityExtVersionUnitId 1.3.6.1.4.1.171.14.5.1.8.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dEntityExtVersionBootloader 1.3.6.1.4.1.171.14.5.1.8.1.2
This object indicates the bootloader version of the unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

dEntityExtVersionRuntime 1.3.6.1.4.1.171.14.5.1.8.1.3
This object indicates the firmware version of one unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

dEntityExtFanStatusChg 1.3.6.1.4.1.171.14.5.0.1
This trap indicates a fan fails (dEntityExtEnvFanStatus is 'fault') or recovers (dEntityExtEnvFanStatus is 'ok').
Status: current Access: read-only
NOTIFICATION-TYPE    

dEntityExtThermalStatusChg 1.3.6.1.4.1.171.14.5.0.2
This trap indicates a thermal alarms (dEntityExtEnvTempStatus is 'abnormal') or recovers (dEntityExtEnvTempStatus is 'ok').
Status: current Access: read-only
NOTIFICATION-TYPE    

dEntityExtPowerStatusChg 1.3.6.1.4.1.171.14.5.0.3
This trap indicates a power module fails, recovers or is removed.
Status: current Access: read-only
NOTIFICATION-TYPE    

dEntityExtAirFlowChg 1.3.6.1.4.1.171.14.5.0.4
This trap is triggered when the air flow status is changed from 'ok' to 'abnormal' and vice versa. dEntityExtEnvAirFlowStatus indicates the current (new) fan air flow state.
Status: current Access: read-only
NOTIFICATION-TYPE    

dEntityExtFactoryResetButton 1.3.6.1.4.1.171.14.5.0.5
This trap is triggered when the factory reset button was pressed.
Status: current Access: read-only
NOTIFICATION-TYPE    

dEntityExtMIBCompliances 1.3.6.1.4.1.171.14.5.2.1
OBJECT IDENTIFIER    

dEntityExtMIBGroups 1.3.6.1.4.1.171.14.5.2.2
OBJECT IDENTIFIER    

dEntityExtCompliance 1.3.6.1.4.1.171.14.5.2.1.1
The compliance statement for entities which implement the DLINKSW-ENTITY-EXT-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

dEntityExtTempGroup 1.3.6.1.4.1.171.14.5.2.2.1
A collection of objects provides information of the system temperature.
Status: current Access: read-only
OBJECT-GROUP    

dEntityExtFanGroup 1.3.6.1.4.1.171.14.5.2.2.2
A collection of objects providing informations of fans.
Status: current Access: read-only
OBJECT-GROUP    

dEntityExtPowerGroup 1.3.6.1.4.1.171.14.5.2.2.3
A collection of objects providing information of power modules.
Status: current Access: read-only
OBJECT-GROUP    

dEntityExtSystemInfoGroup 1.3.6.1.4.1.171.14.5.2.2.4
A collection of objects provides information of the system temperature.
Status: current Access: read-only
OBJECT-GROUP    

dEntityExtGenericNotifInfoGroup 1.3.6.1.4.1.171.14.5.2.2.5
A collection of objects provides generic information for binding variables of notification.
Status: current Access: read-only
OBJECT-GROUP    

dEntityExtFanNotifGroup 1.3.6.1.4.1.171.14.5.2.2.6
A collection of notifications for indicating the status change of fans.
Status: current Access: read-only
NOTIFICATION-GROUP    

dEntityExtThermalNotifGroup 1.3.6.1.4.1.171.14.5.2.2.7
A collection of notifications for indicating the status change of thermals.
Status: current Access: read-only
NOTIFICATION-GROUP    

dEntityExtPowerNotifGroup 1.3.6.1.4.1.171.14.5.2.2.8
A collection of notifications for indicating the status change of power module.
Status: current Access: read-only
NOTIFICATION-GROUP    

dEntityExtAirFlowNotifGroup 1.3.6.1.4.1.171.14.5.2.2.9
A collection of notifications for indicating the status change of the air flow.
Status: current Access: read-only
NOTIFICATION-GROUP    

dEntityExtFactoryResetButtonNotifGroup 1.3.6.1.4.1.171.14.5.2.2.10
A collection of notifications for indicating the factory reset button.
Status: current Access: read-only
NOTIFICATION-GROUP