OCCAM-SENSOR-MIB: View SNMP OID List / Download MIB

VENDOR: OCCAM NETWORKS


 Home MIB: OCCAM-SENSOR-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 sensorMIB 1.3.6.1.4.1.6066.2.1.3.2
The OCCAM-ENTITY-SENSOR-MIB is used to monitor the values of Sensors in the BLC1100.
     sensorMIBObjects 1.3.6.1.4.1.6066.2.1.3.2.1
         sensorValues 1.3.6.1.4.1.6066.2.1.3.2.1.1
             sensorTable 1.3.6.1.4.1.6066.2.1.3.2.1.1.1 no-access
This table lists the type, scale, and present value of a Sensor in the BLC1100.
                 sensorEntry 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1 no-access
An sensorTable entry describes the present reading of a Sensor, the measurement units and scale, and Sensor operational status.
                     sensorIndex 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.1 physicalindex no-access
This serves as an index for identifying the sensor.
                     sensorName 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.2 snmpadminstring read-only
This 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.
                     sensorType 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.3 sensordatatype read-only
This 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.
                     sensorValue 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.4 sensorvalue read-only
This 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.
                     sensorScale 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.5 sensordatascale read-only
This 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.
                     sensorTimeStamp 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.6 timestamp read-only
This variable indicates the age of the value reported by sensorValue
                     sensorEventType 1.3.6.1.4.1.6066.2.1.3.2.1.1.1.1.7 displaystring read-only
This variable indicates the event type reported by the sensor. The possible values are: Cleared, LowLimitExceeded, HighLimitExceeded, AlarmInOn, AlarmInOff, FanFastSpeed, FanSlowSpeed, wrongSfp.
             occamExtAlarmDescription 1.3.6.1.4.1.6066.2.1.3.2.1.1.2 displaystring no-access
This 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 Traps
         sensorThresholds 1.3.6.1.4.1.6066.2.1.3.2.1.2
             sensorThresholdTable 1.3.6.1.4.1.6066.2.1.3.2.1.2.1 no-access
This table lists the threshold severity, relation, and comparison value for a Sensor listed in the sensor Table.
                 sensorThresholdEntry 1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1 no-access
An 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.
                     sensorThresholdIndex 1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.1 integer32 no-access
An index that uniquely identifies an entry in the sensorThreshold table. This index permits the same Sensor to have several different thresholds.
                     sensorThresholdSeverity 1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.2 sensorthresholdseverity read-only
This variable indicates the severity of this threshold.
                     sensorThresholdRelation 1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.3 sensorthresholdrelation read-only
This 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 ...
                     sensorThresholdValue 1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.4 sensorvalue read-only
This 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.
                     sensorThresholdNotificationEnable 1.3.6.1.4.1.6066.2.1.3.2.1.2.1.1.5 truthvalue read-write
This 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.
     sensorMIBTraps 1.3.6.1.4.1.6066.2.1.3.2.2
         sensorMIBTrapsSubID 1.3.6.1.4.1.6066.2.1.3.2.2.0
             sensorThresholdNotification 1.3.6.1.4.1.6066.2.1.3.2.2.0.1
The 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.
             occamExtAlarmRaised 1.3.6.1.4.1.6066.2.1.3.2.2.0.2
An external alarm has been detected, the alarm is described in the associated variable binding.
             occamExtAlarmCleared 1.3.6.1.4.1.6066.2.1.3.2.2.0.3
The condition causing the external alarm has been cleared, the alarm is described in the associated variable binding.
     sensorMIBConformance 1.3.6.1.4.1.6066.2.1.3.2.3
         sensorMIBGroups 1.3.6.1.4.1.6066.2.1.3.2.3.1
             sensorMIBObjectGroups 1.3.6.1.4.1.6066.2.1.3.2.3.1.1
                 sensorGroup 1.3.6.1.4.1.6066.2.1.3.2.3.1.1.1
The collection of objects which are used to describe and monitor values of Entity-MIB entPhysicalTable entries of Sensors.
                 sensorThresholdGroup 1.3.6.1.4.1.6066.2.1.3.2.3.1.1.2
The collection of objects which are used to describe and monitor thresholds for Sensors.
             sensorMIBEventGroups 1.3.6.1.4.1.6066.2.1.3.2.3.1.2
         sensorMIBCompliances 1.3.6.1.4.1.6066.2.1.3.2.3.2
             sensorMIBCompliance 1.3.6.1.4.1.6066.2.1.3.2.3.2.1
An Entity-MIB implementation that lists Sensors in its entPhysicalTable must implement this group.