CISCO-ENTITY-SENSOR-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
14
.1.3.6.1.4.1.9.9.91.1.1.1 · 1 row entry · 8 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk entSensorValueTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-ENTITY-SENSOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-SENSOR-MIB::entSensorValueTable'
This table lists the type, scale, and present value
of a sensor listed in the Entity-MIB entPhysicalTable.
entSensorValueEntry row .1.3.6.1.4.1.9.9.91.1.1.1.1
An entSensorValueTable entry describes the
present reading of a sensor, the measurement units
and scale, and sensor operational status.
Column Syntax OID
This variable indicates the type of data
reported by the entSensorValue.

This variable is set by the agent at start-up
and the value does not change during operation.
SensorDataType
Type Values:
1other
2unknown
3voltsAC
4voltsDC
5amperes
6watts
7hertz
8celsius
9percentRH
10rpm
11cmm
12truthvalue
13specialEnum
14dBm
15dB
.1.3.6.1.4.1.9.9.91.1.1.1.1.1
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.
SensorDataScale
Type Values:
1yocto
2zepto
3atto
4femto
5pico
6nano
7micro
8milli
9units
10kilo
11mega
12giga
13tera
14exa
15peta
16zetta
17yotta
.1.3.6.1.4.1.9.9.91.1.1.1.1.2
This variable indicates the number of decimal
places of precision in fixed-point
sensor values reported by entSensorValue.

This variable is set to 0 when entSensorType
is not a fixed-point type: e.g.'perc…
SensorPrecision
Type Constraints:
range: -8..9
.1.3.6.1.4.1.9.9.91.1.1.1.1.3
This variable reports the most recent measurement seen
by the sensor.

To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and
entSensorPrecision.
SensorValue
Type Constraints:
range: -1000000000..1000000000
.1.3.6.1.4.1.9.9.91.1.1.1.1.4
This variable indicates the present operational status
of the sensor.
SensorStatus
Type Values:
1ok
2unavailable
3nonoperational
.1.3.6.1.4.1.9.9.91.1.1.1.1.5
This variable indicates the age of the value reported by
entSensorValue
SNMPv2-TCTimeStamp
Based On: SNMPv2-SMITimeTicks
Description:
The value of the sysUpTime object at which a specific
occurrence happened. The specific occurrence must be

defined in the description of any object defined using this
type.

If sysUpTime is reset t…
.1.3.6.1.4.1.9.9.91.1.1.1.1.6
This variable indicates the rate that the agent
updates entSensorValue.
secondsSensorValueUpdateRate
Type Constraints:
range: 0..999999999
.1.3.6.1.4.1.9.9.91.1.1.1.1.7
This object identifies the physical entity for which the
sensor is taking measurements. For example, for a sensor
measuring the voltage output of a power-supply, this object
would be the entPhysicalIndex of that power-…
CISCO-TCEntPhysicalIndexOrZero
Type Constraints:
range: 0..2147483647
.1.3.6.1.4.1.9.9.91.1.1.1.1.8
.1.3.6.1.4.1.9.9.91.1.2.1 · 1 row entry · 6 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk entSensorThresholdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-ENTITY-SENSOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ENTITY-SENSOR-MIB::entSensorThresholdTable'
This table lists the threshold severity, relation, and
comparison value, for a sensor listed in the Entity-MIB 
entPhysicalTable.
entSensorThresholdEntry row .1.3.6.1.4.1.9.9.91.1.2.1.1
An entSensorThresholdTable entry describes the
thresholds for a sensor: the threshold severity,
the threshold value, the relation, and the
evaluation of the threshold.

Only entities of type sensor(8) are l…
Column Syntax OID
An index that uniquely identifies an entry
in the entSensorThresholdTable. This index
permits the same sensor to have several
different thresholds.
Integer32
Constraints:
range: 1-99999999
.1.3.6.1.4.1.9.9.91.1.2.1.1.1
This variable indicates the severity of this threshold.
SensorThresholdSeverityr/w
Type Values:
1other
10minor
20major
30critical
.1.3.6.1.4.1.9.9.91.1.2.1.1.2
This variable indicates the relation between sensor value
(entSensorValue) and threshold value (entSensorThresholdValue),
required to trigger the alarm. when evaluating the relation,
entSensorValue is on the left of …
SensorThresholdRelationr/w
Type Values:
1lessThan
2lessOrEqual
3greaterThan
4greaterOrEqual
5equalTo
6notEqualTo
.1.3.6.1.4.1.9.9.91.1.2.1.1.3
This variable indicates the value of the threshold.

To correctly display or interpret this variable's value,
you must also know entSensorType, entSensorScale, and
entSensorPrecision.

Howe…
SensorValuer/w
Type Constraints:
range: -1000000000..1000000000
.1.3.6.1.4.1.9.9.91.1.2.1.1.4
This variable indicates the result of the most
recent evaluation of the threshold. If the threshold
condition is true, entSensorThresholdEvaluation
is true(1). If the threshold condition is false,
entSensorThreshold…
SNMPv2-TCTruthValue
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.9.9.91.1.2.1.1.5
This variable controls generation of
entSensorThresholdNotification for this threshold.

When this variable is 'true', generation of
entSensorThresholdNotification is enabled for this
threshold. When this…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.4.1.9.9.91.1.2.1.1.6