All MIBs › S410-MIB › esPointValueStr
esPointValueStr
Module: S410-MIB
OID (symbolic): S410-MIB::esPointValueStr
OID (numeric): 1.3.6.1.4.1.3052.40.10.1.1.7
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description:
A string referring to the value of a point on an EventSensor.
For contact closures and relays this object is either 'Open' or 'Closed'.
For temperature and humidity point classes, this object is the string representation of the esPointValueInt object. For temperature, 'C' or 'F' is including in the string to indicate scale.
For analog inputs, this object is the string representation of the plus/minus input in volts.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3052.40.10.1.1.7 snmpwalk -v2c -c public <target> S410-MIB::esPointValueStr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3052.40.10.1.1.7.1 snmpget -v2c -c public <target> S410-MIB::esPointValueStr.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> esPointValueStr.1
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.7 | esPointValueStr | S410-MIB |