wirelessSensorStatusAlarmStatus

PowerNet-MIB · .1.3.6.1.4.1.318.1.1.10.5.1.1.1.23

Object

column mandatory Integer32
The alarm status of the wireless sensor.  This integer should be interpreted
as a bit map, with each bit representing the presence or absence of
the specific alarm conditions listed below.  The bit will be '1' if
the condition is present, and '0' if the condition is not present.
              
Bit  Hex. Value  Description
1    0x0001      Maximum temperature exceeded.
2    0x0002      High temperature exceeded.
3    0x0004      Low temperature exceeded.
4    0x0008      Minimum temperature exceeded.
5    0x0010      Maximum humidity exceeded.
6    0x0020      High humidity exceeded.
7    0x0040      Low humidity exceeded.
8    0x0080      Minimum humidity exceeded.
9    0x0100      Low battery exceeded.
10   0x0200      Minimum battery exceeded.
11   0x0400      Low signal strength exceeded.
12   0x0800      Minimum signal strength exceeded.
13   0x1000      Sensor inactive.

Context

MIB
PowerNet-MIB
OID
.1.3.6.1.4.1.318.1.1.10.5.1.1.1.23
Type
column
Access
readonly
Status
mandatory
Parent
wirelessSensorStatusEntry

Walk 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 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::wirelessSensorStatusAlarmStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::wirelessSensorStatusAlarmStatus.<wirelessSensorStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::wirelessSensorStatusAlarmStatus'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647