a2dSensorMode

VERTIV-V5-MIB · .1.3.6.1.4.1.21239.5.2.11.1.7

Object

column r/w Enumeration
Binary modes have two states represented by the values 0 (low) or 1
(high). These correspond to a2dSensorLowLabel and a2dSensorHighLabel.
Current and voltage modes provide a scaled value from a2dSensorMin to
a2dSensorMax.
Analog modes:
1 = Door (binary)
2 = Power failure (binary)
3 = Flood (binary)
4 = Water-sensing cable leak (binary)
5 = Water-sensing cable fault (binary)
6 = Smoke alarm (binary)
7 = Isolated voltage negative ground (voltage)
8 = Isolated voltage positive ground (voltage)
9 = Custom voltage (voltage)
10 = Custom binary (binary)
11 = Custom current (current)

Context

MIB
VERTIV-V5-MIB
OID
.1.3.6.1.4.1.21239.5.2.11.1.7
Type
column
Access
readwrite
Status
current
Parent
a2dSensorEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1door
2powerFailure
3flood
4wscLeak
5wscFault
6smoke
7ivsNegGnd
8ivsPosGnd
9customVoltage
10customBinary
11customCurrent