All MIBs › S412-MIB › esPointInEventState
esPointInEventState
Module: S412-MIB
OID (symbolic): S412-MIB::esPointInEventState
OID (numeric): 1.3.6.1.4.1.3052.41.10.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
A number referring to the event state of a point on an EventSensor. This number can have different meanings depending on the point class.
If the point class is temperature, humidity, or analog input, then the values of this object are: 1=very low 2=low 3=normal 4=high 5=very high
For contact closures and relays the values of this object are: 1=point in event state 2=point in normal state
For any point class and any point, if the event state is undefined, then the value of this object is 0.
For any point class except relay, this object is read-only. For relays, setting this object to 1 puts the relay into its open state. Setting it to 2 puts the relay into its closed state.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3052.41.10.1.1.5 snmpwalk -v2c -c public <target> S412-MIB::esPointInEventState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3052.41.10.1.1.5.1 snmpget -v2c -c public <target> S412-MIB::esPointInEventState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.3052.41.10.1.1.5.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.41 | s412 | S412-MIB |
| 1.3.6.1.4.1.3052.41.10 | eventSensorStatus | S412-MIB |
| 1.3.6.1.4.1.3052.41.10.1 | esPointTable | S412-MIB |
| 1.3.6.1.4.1.3052.41.10.1.1 | esPointEntry | S412-MIB |
| 1.3.6.1.4.1.3052.41.10.1.1.5 | esPointInEventState | S412-MIB |