entPhySensorType

ASTERFUSION-MIB · .1.3.6.1.2.1.99.1.1.1.1

Object

The type of data returned by the associated
entPhySensorValue object.
              
This object SHOULD be set by the agent during entry
creation, and the value SHOULD NOT change during operation.

Context

MIB
ASTERFUSION-MIB
OID
.1.3.6.1.2.1.99.1.1.1.1
Type
column
Access
readonly
Status
current
Parent
entPhySensorEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ASTERFUSION-MIB' -M '/opt/observium/mibs/asterfusion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASTERFUSION-MIB::entPhySensorType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASTERFUSION-MIB' -M '/opt/observium/mibs/asterfusion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASTERFUSION-MIB::entPhySensorType.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASTERFUSION-MIB' -M '/opt/observium/mibs/asterfusion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASTERFUSION-MIB::entPhySensorType'

Syntax

Source
EntitySensorDataType
Base type
Enumeration
Type Description
An object using this data type represents the Entity Sensor
measurement data type associated with a physical sensor
value. The actual data units are determined by examining an
object of this type together with the associated
EntitySensorDataScale object.
          
An object of this type SHOULD be defined together with
objects of type EntitySensorDataScale and
EntitySensorPrecision.  Together, associated objects of
these three types are used to identify the semantics of an
object of type EntitySensorValue.
          
Valid values are:
          
   other(1):        a measure other than those listed below
   unknown(2):      unknown measurement, or arbitrary,
                    relative numbers
   voltsAC(3):      electric potential
   voltsDC(4):      electric potential
   amperes(5):      electric current
   watts(6):        power
   hertz(7):        frequency
   celsius(8):      temperature
   percentRH(9):    percent relative humidity
   rpm(10):         shaft revolutions per minute
   cmm(11),:        cubic meters per minute (airflow)
   truthvalue(12):  value takes { true(1), false(2) }

Values & Constraints

Type Values
1other
2unknown
3voltsAC
4voltsDC
5amperes
6watts
7hertz
8celsius
9percentRH
10rpm
11cmm
12truthvalue