filterMessagePriority
INFRATEC-RMS-MIB ·
.1.3.6.1.4.1.1909.10.7.1.1.8
Object
column mandatory
r/w
Enumeration
If set to priority-warning(2) or priority-critical(3), a filter event will be logged in the message log an on all defined log server(s) with the corresponding priority. This priority has only informational character. If set to no-message(1) logging is switched off.
Context
- MIB
- INFRATEC-RMS-MIB
- OID
.1.3.6.1.4.1.1909.10.7.1.1.8- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- filterEntry
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 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INFRATEC-RMS-MIB::filterMessagePriority'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'INFRATEC-RMS-MIB::filterMessagePriority.<filterIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'INFRATEC-RMS-MIB' -M '/opt/observium/mibs/infratec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'INFRATEC-RMS-MIB::filterMessagePriority'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | no-message |
2 | priority-warning |
3 | priority-critical |