CISCO-ENTITY-SENSOR-EXT-MIB
- Registered at
- 1.3.6.1.4.1.9.9.745
- Last updated
- 2010-06-10 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2010-06-09 00:00
- Namespace
- cisco
- Source file
CISCO-ENTITY-SENSOR-EXT-MIB- Digest
sha256:3f28e890b97ac630e86361f5fb5a9ae9d8850a23d924c80bf8d50c4b749983b9
Description
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).
Contact
Postal: Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 408 526 4000 E-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| ENTITY-MIB | entPhysicalDescr, entPhysicalIndex, entPhysicalName |
| ENTITY-SENSOR-MIB | EntitySensorValue, entPhySensorType, entPhySensorValue |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-ENTITY-SENSOR-EXT-MIB CISCO-SMI ENTITY-MIB ENTITY-SENSOR-MIB IANA-ENTITY-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC UUID-TC-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoSensorThresholdRelation TEXTUAL-CONVENTION 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 | current | |||
| CiscoSensorThresholdSeverity TEXTUAL-CONVENTION 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. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoEntitySensorExtMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.745.0 | |||
| ciscoEntitySensorExtMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.745.1 | |||
| ceSensorExtThresholdTable OBJECT-TYPE This table lists the threshold severity, relation, and comparison value, for a sensor entity listed in entPhysicalTable. | 1.3.6.1.4.1.9.9.745.1.1 | not-accessible | current | |
| ceSensorExtThresholdEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.745.1.1.1 | not-accessible | current | |
| ceSensorExtThresholdIndex OBJECT-TYPE An index that uniquely identifies an entry in the ceSensorExtThresholdTable. This index permits the same sensor to have several different thresholds. | 1.3.6.1.4.1.9.9.745.1.1.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| ceSensorExtThresholdSeverity OBJECT-TYPE This object specifies the severity of this threshold. | 1.3.6.1.4.1.9.9.745.1.1.1.2 | CiscoSensorThresholdSeverity | read-write | current |
| ceSensorExtThresholdRelation OBJECT-TYPE 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 ... | 1.3.6.1.4.1.9.9.745.1.1.1.3 | CiscoSensorThresholdRelation | read-write | current |
| ceSensorExtThresholdValue OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.745.1.1.1.4 | EntitySensorValue | read-write | current |
| ceSensorExtThresholdEvaluation OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.745.1.1.1.5 | TruthValue | read-only | current |
| ceSensorExtThresholdNotifEnable OBJECT-TYPE 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 | 1.3.6.1.4.1.9.9.745.1.1.1.6 | INTEGER {enabled(1), disabled(2), transparent(3)} | read-write | current |
| ciscoEntSensorExtGlobalObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.745.1.2 | |||
| ceSensorExtThresholdNotifGlobalEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.745.1.2.1 | INTEGER {enabled(1), disabled(2)} | read-write | current |
| ciscoEntitySensorExtMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.745.2 | |||
| ciscoEntSensorExtMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.745.2.1 | |||
| ciscoEntSensorExtMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.745.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ceSensorExtThresholdNotification NOTIFICATION-TYPE This notification is generated once each time the sensor value crosses the threshold value specified by ceSensorExtThresholdValue object. | 1.3.6.1.4.1.9.9.745.0.1 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoEntSensorExtMIBCompliance MODULE-COMPLIANCE An ENTITY-MIB implementation that adds notification for sensors in the entPhysicalTable must implement this group. | 1.3.6.1.4.1.9.9.745.2.1.1 | current |
| ciscoEntSensorExtThresholdGroup OBJECT-GROUP The collection of objects which are used to describe and monitor thresholds for sensors. | 1.3.6.1.4.1.9.9.745.2.2.1 | current |
| ciscoEntSensorExtNotificationGroup NOTIFICATION-GROUP The collection of notifications used for monitoring sensor threshold activity. | 1.3.6.1.4.1.9.9.745.2.2.2 | current |
| ciscoEntSensorExtNotificationCtrlGroup OBJECT-GROUP The collection of objects which provide the global notification control on ceSensorExtThresholdNotification. | 1.3.6.1.4.1.9.9.745.2.2.3 | current |