S412-MIB :: esPointValueInt

MIB Reference — IPNetwork Monitor

All MIBsS412-MIBesPointValueInt

esPointValueInt

Module: S412-MIB

OID (symbolic): S412-MIB::esPointValueInt

OID (numeric): 1.3.6.1.4.1.3052.41.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.41.10.1.1.6
snmpwalk -v2c -c public <target> S412-MIB::esPointValueInt

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.3052.41.10.1.1.6.1
snmpget -v2c -c public <target> S412-MIB::esPointValueInt.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.3052.41.10.1.1.6.1 i <value>

OID Breakdown

Numeric OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.3052asentriaASENTRIA-ROOT-MIB
1.3.6.1.4.1.3052.41s412S412-MIB
1.3.6.1.4.1.3052.41.10eventSensorStatusS412-MIB
1.3.6.1.4.1.3052.41.10.1esPointTableS412-MIB
1.3.6.1.4.1.3052.41.10.1.1esPointEntryS412-MIB
1.3.6.1.4.1.3052.41.10.1.1.6esPointValueIntS412-MIB