atEnvMonv2VoltageStatus
AT-ENVMONv2-MIB ·
allied-old variant
·
.1.3.6.1.4.1.207.8.4.4.3.12.2.1.8
Object
column Enumeration
An indication of whether this voltage rail is currently in an alarm condition. A value of 'outOfRange' indicates that its current reading is outside its threshold range, 'inRange' indicates that the current reading is acceptable.
Context
- MIB
- AT-ENVMONv2-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.12.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atEnvMonv2VoltageEntry
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 'AT-ENVMONv2-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ENVMONv2-MIB::atEnvMonv2VoltageStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-ENVMONv2-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ENVMONv2-MIB::atEnvMonv2VoltageStatus.<atEnvMonv2VoltageStackMemberId>.<atEnvMonv2VoltageBoardIndex>.<atEnvMonv2VoltageIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-ENVMONv2-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-ENVMONv2-MIB::atEnvMonv2VoltageStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | outOfRange |
2 | inRange |