a2dSensorMode
VERTIV-IMD-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-IMD-MIB
- OID
.1.3.6.1.4.1.21239.5.2.11.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- a2dSensorEntry
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 'VERTIV-IMD-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-IMD-MIB::a2dSensorMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'VERTIV-IMD-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'VERTIV-IMD-MIB::a2dSensorMode.<a2dSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'VERTIV-IMD-MIB' -M '/opt/observium/mibs/geist:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'VERTIV-IMD-MIB::a2dSensorMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | door |
2 | powerFailure |
3 | flood |
4 | wscLeak |
5 | wscFault |
6 | smoke |
7 | ivsNegGnd |
8 | ivsPosGnd |
9 | customVoltage |
10 | customBinary |
11 | customCurrent |