wwpLeosSyslogCollectorMaxSeverity
WWP-LEOS-SYSLOG-COLLECTOR-MIB ·
.1.3.6.1.4.1.6141.2.60.21.1.2.1.1.7
Object
Any syslog message with a severity greater than the severity specified by this object will be ignored by the collector. note: severity level numeric values increase as their severity decreases, e.g. error(3) is more severe than debug(7).
Context
- MIB
- WWP-LEOS-SYSLOG-COLLECTOR-MIB
- OID
.1.3.6.1.4.1.6141.2.60.21.1.2.1.1.7- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- wwpLeosSyslogCollectorEntry
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 'WWP-LEOS-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-SYSLOG-COLLECTOR-MIB::wwpLeosSyslogCollectorMaxSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-LEOS-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-LEOS-SYSLOG-COLLECTOR-MIB::wwpLeosSyslogCollectorMaxSeverity.<wwpLeosSyslogIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-LEOS-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-LEOS-SYSLOG-COLLECTOR-MIB::wwpLeosSyslogCollectorMaxSeverity'
Syntax
- Source
- SyslogSeverity
- Base type
Enumeration
Values & Constraints
Type Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | info |
7 | debug |
99 | other |