snmpSyslogCollectorDefaultSeverity
DRAFT-IETF-SYSLOG-DEVICE-MIB ·
.1.3.6.1.4.1.9.6.1.101.82.1.2.7
Object
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
- DRAFT-IETF-SYSLOG-DEVICE-MIB
- OID
.1.3.6.1.4.1.9.6.1.101.82.1.2.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snmpSyslogCollector
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DRAFT-IETF-SYSLOG-DEVICE-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAFT-IETF-SYSLOG-DEVICE-MIB::snmpSyslogCollectorDefaultSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DRAFT-IETF-SYSLOG-DEVICE-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DRAFT-IETF-SYSLOG-DEVICE-MIB::snmpSyslogCollectorDefaultSeverity'
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 |
Conformance
Member of
Compliance refinements
snmpSyslogDeviceCompliance
readonly
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.
do not support configuring the syslog facility at all,
or do not want to support a configurable default.
Hopefully, it is only the later.