internalMsgStatus
CPQWCRM-MIB ·
.1.3.6.1.4.1.232.167.2.3.7.2.1.3
Object
column mandatory
Enumeration
Actual message status 1: not available 2: configuration has changed (sensor new, changed, lost) 3: error 4: OK 5: alarm, e.g. smoke, vibration... 6: warning of analog value, value reached warning threshold 7: analog value too low, value reached low threshold 8: analog value too high, value reached high threshold 9: output is set to ON 10: output is set to OFF
Context
- MIB
- CPQWCRM-MIB
- OID
.1.3.6.1.4.1.232.167.2.3.7.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqWcrmInternalMsgEntry
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 'CPQWCRM-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQWCRM-MIB::internalMsgStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQWCRM-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQWCRM-MIB::internalMsgStatus.<internalMsgIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQWCRM-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQWCRM-MIB::internalMsgStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notAvail |
2 | configChanged |
3 | error |
4 | ok |
5 | alarm |
6 | warning |
7 | tooLow |
8 | tooHigh |
9 | setOff |
10 | setOn |