snmpSyslogCollectorDefaultSeverity

DLINK-3100-SYSLOG-DEVICE-MIB · .1.3.6.1.4.1.171.10.94.89.89.82.1.2.7

Object

scalar r/w SyslogSeverity
The default syslog message severity level that will be used
to filter all syslog messages.
          
This value will be used as the default value for
snmpSyslogCollectorSeverity when creating rows in the
snmpSyslogCollectorTable and either:
          
1.)  no value is specified for snmpSyslogCollectorSeverity, or
2.)  snmpSyslogCollectorSeverity is implemented read-only.
          
The higher the severity level, the less critical it is.
          
If snmpSyslogCollectorSeverity is implemented read-only,
and this value is changed, it SHOULD affect the syslog
message severity level that will be used to filter all
syslog messages as soon as it is practical.
          
This parameter value is maintained across system reboots.

Context

MIB
DLINK-3100-SYSLOG-DEVICE-MIB
OID
.1.3.6.1.4.1.171.10.94.89.89.82.1.2.7
Type
scalar
Access
readwrite
Status
current
Parent
snmpSyslogCollector
Groups
1

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINK-3100-SYSLOG-DEVICE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-3100-SYSLOG-DEVICE-MIB::snmpSyslogCollectorDefaultSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-3100-SYSLOG-DEVICE-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-3100-SYSLOG-DEVICE-MIB::snmpSyslogCollectorDefaultSeverity'

Syntax

Source
SyslogSeverity
Base type
Enumeration

Values & Constraints

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

Conformance

Member of
Compliance refinements
Write access is not required for implementations that
do not support configuring the syslog facility at all,
or do not want to support a configurable default.
Hopefully, it is only the later.