esIndexPC
SITEBOSS-550-STD-MIB ·
.1.3.6.1.4.1.3052.10.1.1.1.1.2
Object
column Integer32
The part of the point index that refers to point class.
The point index is a string of 3 numbers separated by periods.
It contains all the information necessary for getting a piece
of data off an event sensor; namely, which EventSensor,
point class, and which-sensor-of-that-class (a.k.a. point).
The values for this object are:
1=temperature sensor
2=contact closure
3=humidity sensor
4=noise sensor
5=analog input
6=relay
Context
- MIB
- SITEBOSS-550-STD-MIB
- OID
.1.3.6.1.4.1.3052.10.1.1.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- esPointEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'SITEBOSS-550-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-550-STD-MIB::esIndexPC'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SITEBOSS-550-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SITEBOSS-550-STD-MIB::esIndexPC.<esIndexES>.<esIndexPC>.<esIndexPoint>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SITEBOSS-550-STD-MIB' -M '/opt/observium/mibs/asentria:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SITEBOSS-550-STD-MIB::esIndexPC'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-6