OCCAM-SENSOR-MIB
AI MIB Summary
The OCCAM-SENSOR-MIB facilitates SNMP-based monitoring of physical sensor telemetry data within the BLC1100 hardware platform. This module provides standardized access to real-time environmental and operational readings, such as temperature, voltage, and fan status, for the BLC1100 system's entity management subsystem.
The OCCAM-ENTITY-SENSOR-MIB is used to monitor the values of Sensors in the BLC1100.
Main OID:
sensorMIB.1.3.6.1.4.1.6066.2.1.3.2
34
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
34 total| Object Name |
|---|
sensorMIBThe OCCAM-ENTITY-SENSOR-MIB is used to monitor the values of Sensors in the BLC1100. MODULE-IDENTITY .1.3.6.1.4.1.6066.2.1.3.2 |
sensorMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.1 |
sensorValues OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.1.1 |
sensorTableThis table lists the type, scale, and present value of a Sensor in the BLC1100. SEQUENCE OF SensorEntry .1.3.6.1.4.1.6066.2.1.3.2.1.1.1 |
sensorEntryAn sensorTable entry describes the present reading of a Sensor, the measurement units and scale, and Sensor operational status. SensorEntry .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1 |
sensorIndexThis serves as an index for identifying the sensor. PhysicalIndex (OCCAM-ENTITY-MIB) .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.1 |
sensorNameThis is the textual description of the name of the sensor.For e.g., in the BLC1100 there are two temperature Sensors,and their locations ExternalTempSensor and InternalTempSensor.ro SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2 |
sensorTypeThis variable indicates the type of data reported by the sensorValue. This variable is set by the agent at start-up and the value does not change during operation.ro SensorDataType .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3 |
sensorValueThis variable reports the most recent measurement seen by the Sensor. To correctly display or interpret this variable's value, you must also know sensorType, sensorScale, and sensorPrecision. However, you can compare sensorValue with the threshold values given in sensorThresholdTable without any semantic knowledge.ro SensorValue .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4 |
sensorScaleThis variable indicates the exponent to apply to sensor values reported by entSensorValue. This variable is set by the agent at start-up and the value does not change during operation.ro SensorDataScale .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5 |
sensorTimeStampThis variable indicates the age of the value reported by sensorValuero TimeStamp (SNMPv2-TC) .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6 |
sensorEventTypeThis variable indicates the event type reported by the sensor. The possible values are: Cleared, LowLimitExceeded, HighLimitExceeded, AlarmInOn, AlarmInOff, FanFastSpeed, FanSlowSpeed, wrongSfp.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.7 |
occamExtAlarmDescriptionThis is the value of the alarm-description as entered by the user. The string is associated with the external alarm detection mechanism and as a variable binding for the occamExtAlarmRaised and occamExtAlarmCleared SNMP Trapsro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.6066.2.1.3.2.1.1.2 |
sensorThresholds OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.1.2 |
sensorThresholdTableThis table lists the threshold severity, relation, and comparison value for a Sensor listed in the sensor Table. SEQUENCE OF EntSensorThresholdEntry .1.3.6.1.4.1.6066.2.1.3.2.1.2.1 |
sensorThresholdEntryAn sensorThresholdTable entry describes the thresholds for a Sensor: the threshold severity, the threshold value, the relation, and the evaluation of the threshold. Only pre-configured thresholds are listed in this table. Entries are created by the agent at system startup. EntSensorThresholdEntry .1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1 |
sensorThresholdIndexAn index that uniquely identifies an entry in the sensorThreshold table. This index permits the same Sensor to have several different thresholds. Integer32 ( 1 .. 99999999 ) .1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.1 |
sensorThresholdSeverityThis variable indicates the severity of this threshold.ro SensorThresholdSeverity .1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.2 |
sensorThresholdRelationThis variable indicates the relation between Sensor value (sensorValue) and threshold value senshresholdValue), required to trigger the alarm. when evaluating the relation, sensorValue is on the left of sensorThresholdRelation, sensorThresholdValue is on the right. in pseudo-code, the evaluation-alarm mechanism is: ... if (sensorStatus == ok) then if (evaluate(sensorValue, sensorThresholdRelation, sensorThresholdValue)) then if (sensorThresholdNotificationEnable == true)) then raise_alarm(sensorThresholdAlarmOID); endif endif endif ...ro SensorThresholdRelation .1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.3 |
sensorThresholdValueThis variable indicates the value of the threshold. To correctly display or interpret this variable's value, you must also know sensorType, sensorScale, and sensorPrecision. However, you can directly compare sensorValue with the threshold values given in sensorThresholdTable without any semantic knowledge.ro SensorValue .1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.4 |
sensorThresholdNotificationEnableThis variable controls generation of sensorThresholdNotification for this threshold. When this variable is true(1), generation of sensorThresholdNotification is enabled. When this variable is false(2), generation of sensorThresholdNotification is disabled. This variable only controls generation of sensorThresholdNotification.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.5 |
sensorMIBTraps OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.2 |
sensorMIBTrapsSubID OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.2.0 |
sensorThresholdNotificationThe Sensor value crossed the threshold listed in sensorThresholdTable. This notification is generated once each time the Sensor value crosses the threshold. The agent implementation guarantees prompt, timely evaluation of threshold and generation of this notification. NOTIFICATION-TYPE .1.3.6.1.4.1.6066.2.1.3.2.2.0.1 |
occamExtAlarmRaisedAn external alarm has been detected, the alarm is described in the associated variable binding. NOTIFICATION-TYPE .1.3.6.1.4.1.6066.2.1.3.2.2.0.2 |
occamExtAlarmClearedThe condition causing the external alarm has been cleared, the alarm is described in the associated variable binding. NOTIFICATION-TYPE .1.3.6.1.4.1.6066.2.1.3.2.2.0.3 |
sensorMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.3 |
sensorMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.3.1 |
sensorMIBObjectGroups OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.3.1.1 |
sensorGroupThe collection of objects which are used to describe and monitor values of Entity-MIB entPhysicalTable entries of Sensors. Unknown .1.3.6.1.4.1.6066.2.1.3.2.3.1.1.1 |
sensorThresholdGroupThe collection of objects which are used to describe and monitor thresholds for Sensors. Unknown .1.3.6.1.4.1.6066.2.1.3.2.3.1.1.2 |
sensorMIBEventGroups OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.3.1.2 |
sensorMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.6066.2.1.3.2.3.2 |
sensorMIBComplianceAn Entity-MIB implementation that lists Sensors in its entPhysicalTable must implement this group. Unknown .1.3.6.1.4.1.6066.2.1.3.2.3.2.1 |