emsProbeStatusProbeAlarmStatus
PowerNet-MIB ·
.1.3.6.1.4.1.318.1.1.10.3.13.1.1.11
Object
The alarm status of the probe. 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 Short-term increasing temperature rate exceeded.
6 0x0020 Short-term decreasing temperature rate exceeded.
7 0x0040 Long-term increasing temperature rate exceeded.
8 0x0080 Long-term decreasing temperature rate exceeded.
9 0x0100 Maximum humidity exceeded.
10 0x0200 High humidity exceeded.
11 0x0400 Low humidity exceeded.
12 0x0800 Minimum humidity exceeded.
13 0x1000 Maximum voltage exceeded.
14 0x2000 Minimum voltage exceeded.
Context
- MIB
- PowerNet-MIB
- OID
.1.3.6.1.4.1.318.1.1.10.3.13.1.1.11- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- emsProbeStatusEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::emsProbeStatusProbeAlarmStatus'
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::emsProbeStatusProbeAlarmStatus.<emsProbeStatusProbeIndex>'
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::emsProbeStatusProbeAlarmStatus'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647