wwpSyslogCollectorMinSeverity

WWP-SYSLOG-COLLECTOR-MIB · .1.3.6.1.4.1.6141.2.46.1.2.1.1.4

Object

column r/w SyslogSeverity
Any syslog message with a severity less than the severity
specified by this object will be ignored by the collector. note:
serverity level numeric values increase as their 
severity decreases, e.g. error(3) is more severe 
than debug(7).

Context

MIB
WWP-SYSLOG-COLLECTOR-MIB
OID
.1.3.6.1.4.1.6141.2.46.1.2.1.1.4
Type
column
Access
readwrite
Status
current
Parent
wwpSyslogCollectorEntry

Walk 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-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-SYSLOG-COLLECTOR-MIB::wwpSyslogCollectorMinSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WWP-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-SYSLOG-COLLECTOR-MIB::wwpSyslogCollectorMinSeverity.<wwpSyslogCollectorAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-SYSLOG-COLLECTOR-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-SYSLOG-COLLECTOR-MIB::wwpSyslogCollectorMinSeverity'

Syntax

Source
SyslogSeverity
Base type
Enumeration

Values & Constraints

Type Values
0emergency
1alert
2critical
3error
4warning
5notice
6info
7debug
99other