All MIBs › S410-MIB › esPointValueInt
esPointValueInt
Module: S410-MIB
OID (symbolic): S410-MIB::esPointValueInt
OID (numeric): 1.3.6.1.4.1.3052.40.10.1.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
A number referring to the value of a point on an EventSensor.
If the point class is temperature, then this object is the temperature in its configured scale (default is Fahrenheit).
If the point class is contact closure or relay, then this object is either 0 (open) or 1 (closed).
If the point class is humidity, then this object is the percent relative humidity.
If the point class is analog input, then this object is the signed input value in tenths of the configured units.
For any point class except relay, this object is read-only. For relays, setting this object to 1 closes the relay, while setting it to 0 opens it. This works regardless of the control mode of the relay.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3052.40.10.1.1.6 snmpwalk -v2c -c public <target> S410-MIB::esPointValueInt
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3052.40.10.1.1.6.1 snmpget -v2c -c public <target> S410-MIB::esPointValueInt.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3052.40.10.1.1.6.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.3052 | asentria | ASENTRIA-ROOT-MIB |
| 1.3.6.1.4.1.3052.40 | s410 | S410-MIB |
| 1.3.6.1.4.1.3052.40.10 | eventSensorStatus | S410-MIB |
| 1.3.6.1.4.1.3052.40.10.1 | esPointTable | S410-MIB |
| 1.3.6.1.4.1.3052.40.10.1.1 | esPointEntry | S410-MIB |
| 1.3.6.1.4.1.3052.40.10.1.1.6 | esPointValueInt | S410-MIB |