CISCO-ENTITY-SENSOR-EXT-MIB

File: CISCO-ENTITY-SENSOR-EXT-MIB.mib (15437 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
ENTITY-MIB ENTITY-SENSOR-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TEXTUAL-CONVENTION TruthValue
entPhysicalName entPhysicalDescr entPhysicalIndex
EntitySensorValue entPhySensorValue entPhySensorType
ciscoMgmt

Defined Types

CiscoSensorThresholdSeverity  
sensor threshold severity. Valid values are: other(1) : a severity other than those listed below. minor(10) : Minor Problem threshold. major(20) : Major Problem threshold. critical(30): Critical problem threshold. A system might shut down the sensor associated FRU automatically if the sensor value reach the critical problem threshold.
TEXTUAL-CONVENTION    
  INTEGER other(1), minor(10), major(20), critical(30)  

CiscoSensorThresholdRelation  
sensor threshold relational operator types. valid values are: lessThan(1): if the sensor value is less than the threshold value lessOrEqual(2): if the sensor value is less than or equal to the threshold value greaterThan(3): if the sensor value is greater than the threshold value greaterOrEqual(4): if the sensor value is greater than or equal to the threshold value equalTo(5): if the sensor value is equal to the threshold value notEqualTo(6): if the sensor value is not equal to the threshold value
TEXTUAL-CONVENTION    
  INTEGER lessThan(1), lessOrEqual(2), greaterThan(3), greaterOrEqual(4), equalTo(5), notEqualTo(6)  

CeSensorExtThresholdEntry  
SEQUENCE    
  ceSensorExtThresholdIndex Unsigned32
  ceSensorExtThresholdSeverity CiscoSensorThresholdSeverity
  ceSensorExtThresholdRelation CiscoSensorThresholdRelation
  ceSensorExtThresholdValue EntitySensorValue
  ceSensorExtThresholdEvaluation TruthValue
  ceSensorExtThresholdNotifEnable INTEGER

Defined Values

ciscoEntitySensorExtMIB 1.3.6.1.4.1.9.9.745
This MIB is extension to ENTITY-SENSOR-MIB(RFC 3433). This MIB also defines the notifications applicable for sensors reported in ENTITY-MIB(RFC 4133).
MODULE-IDENTITY    

ciscoEntitySensorExtMIBNotifs 1.3.6.1.4.1.9.9.745.0
OBJECT IDENTIFIER    

ciscoEntitySensorExtMIBObjects 1.3.6.1.4.1.9.9.745.1
OBJECT IDENTIFIER    

ciscoEntitySensorExtMIBConform 1.3.6.1.4.1.9.9.745.2
OBJECT IDENTIFIER    

ceSensorExtThresholdTable 1.3.6.1.4.1.9.9.745.1.1
This table lists the threshold severity, relation, and comparison value, for a sensor entity listed in entPhysicalTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CeSensorExtThresholdEntry

ceSensorExtThresholdEntry 1.3.6.1.4.1.9.9.745.1.1.1
An ceSensorExtThresholdTable entry describes the thresholds for a sensor: the threshold severity, the threshold value, the relation, and the evaluation of the threshold. Only entities with entPhysicalClass 'sensor' are listed in this table. For non FRU entities the entries are created by the agent at system startup and entries are never deleted by the agent. For FRU entities the entries are created at system startup if FRU is inserted at system startup, else entries are created when FRU is inserted. Entries are deleted by the agent when FRU is removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CeSensorExtThresholdEntry  

ceSensorExtThresholdIndex 1.3.6.1.4.1.9.9.745.1.1.1.1
An index that uniquely identifies an entry in the ceSensorExtThresholdTable. This index permits the same sensor to have several different thresholds.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

ceSensorExtThresholdSeverity 1.3.6.1.4.1.9.9.745.1.1.1.2
This object specifies the severity of this threshold.
Status: current Access: read-write
OBJECT-TYPE    
  CiscoSensorThresholdSeverity  

ceSensorExtThresholdRelation 1.3.6.1.4.1.9.9.745.1.1.1.3
This object specifies the boolean relation between sensor value (entPhySensorValue) and threshold value (ceSensorExtThresholdValue), required to trigger the alarm. in pseudo-code, the evaluation-alarm mechanism is: ... if (evaluate(entPhySensorValue, ceSensorExtThresholdRelation, ceSensorExtThresholdValue)) then if (((ceSensorExtThresholdNotifEnable == enabled) || (ceSensorExtThresholdNotifEnable == transparent)) && (ceSensorExtThresholdNotifGlobalEnable == enabled)) then raise_alarm(sensor's entPhysicalIndex); endif endif ...
Status: current Access: read-write
OBJECT-TYPE    
  CiscoSensorThresholdRelation  

ceSensorExtThresholdValue 1.3.6.1.4.1.9.9.745.1.1.1.4
This object specifies the value of the threshold. The value of objects entPhySensorType, entPhysSensorScale and entPhySensorPrecision for this sensor entity defines how ceSensorExtThresholdValue can be displayed or intepreted by the user. entPhySensorValue can be compared with ceSensorExtThresholdValue without taking care of semantics of both objects.
Status: current Access: read-write
OBJECT-TYPE    
  EntitySensorValue  

ceSensorExtThresholdEvaluation 1.3.6.1.4.1.9.9.745.1.1.1.5
This object indicates the result of the most recent evaluation of the threshold. The agent will execute the below 'evaluate' function to generate the notification. 'evaluate' function returns a boolean value. evaluate(entPhySensorValue, ceSensorExtThresholdRelation, ceSensorExtThresholdValue) If evalute function returns true then ceSensorExtThresholdEvaluation is set to 'true' If evaluate function returns false then ceSensorExtThresholdEvaluation is set to 'false'. Thresholds are evaluated at the rate indicated by entPhySensorValueUpdateRate.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

ceSensorExtThresholdNotifEnable 1.3.6.1.4.1.9.9.745.1.1.1.6
A control object to activate/deactivate ceSensorExtThresholdNotification. This object should hold any of the below values. enabled(1) - The notification is enabled for this entity disabled(2) - The notification is disabled for this entity transparent(3)- The notification is enabled/disabled based on ceSensorExtThresholdNotifGlobalEnable object This object controls generation of ceSensorExtThresholdNotification for this threshold. An exception to this is, if this object is set to 'transparent' then ceSensorExtThresholdNotification for this threshold is controlled by ceSensorExtThresholdNotifGlobalEnable object. This truth table explains how ceSensorExtThresholdNotifEnable is related with ceSensorExtThresholdNotifGlobalEnable to control the ceSensorExtThresholdNotification for this threshold E = enabled, D = Disabled, T = Transparent local_flag = ceSensorExtThresholdNotifEnable global_flag = ceSensorExtThresholdNotifGlobalEnable local_flag global_flag outcome_per_interface --------------------------------------------- E E E E D D D E D D D D T E E T D D
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), transparent(3)  

ciscoEntSensorExtGlobalObjects 1.3.6.1.4.1.9.9.745.1.2
OBJECT IDENTIFIER    

ceSensorExtThresholdNotifGlobalEnable 1.3.6.1.4.1.9.9.745.1.2.1
A control object to activate/deactivate ceSensorExtThresholdNotification. This object should hold any of the below values. enabled(1) - The notification is enabled globally on the device disabled(2)- The notification is disabled globally on the device This object enables the generation of ceSensorExtThresholdNotification globally on the device. If this object value is 'disabled', then no ceSensorExtThresholdNotification will be generated on this device. If this object value is 'enabled', then whether a ceSensorExtThresholdNotification for a threshold will be generated or not depends on the instance value of ceSensorExtThresholdNotifEnable for that threshold.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

ceSensorExtThresholdNotification 1.3.6.1.4.1.9.9.745.0.1
This notification is generated once each time the sensor value crosses the threshold value specified by ceSensorExtThresholdValue object.
Status: current Access: read-write
NOTIFICATION-TYPE    

ciscoEntSensorExtMIBCompliances 1.3.6.1.4.1.9.9.745.2.1
OBJECT IDENTIFIER    

ciscoEntSensorExtMIBGroups 1.3.6.1.4.1.9.9.745.2.2
OBJECT IDENTIFIER    

ciscoEntSensorExtMIBCompliance 1.3.6.1.4.1.9.9.745.2.1.1
An ENTITY-MIB implementation that adds notification for sensors in the entPhysicalTable must implement this group.
Status: current Access: read-write
MODULE-COMPLIANCE    

ciscoEntSensorExtThresholdGroup 1.3.6.1.4.1.9.9.745.2.2.1
The collection of objects which are used to describe and monitor thresholds for sensors.
Status: current Access: read-write
OBJECT-GROUP    

ciscoEntSensorExtNotificationGroup 1.3.6.1.4.1.9.9.745.2.2.2
The collection of notifications used for monitoring sensor threshold activity.
Status: current Access: read-write
NOTIFICATION-GROUP    

ciscoEntSensorExtNotificationCtrlGroup 1.3.6.1.4.1.9.9.745.2.2.3
The collection of objects which provide the global notification control on ceSensorExtThresholdNotification.
Status: current Access: read-write
OBJECT-GROUP