pdnSyslogSeverityThreshold
PDN-SYSLOG-MIB ·
.1.3.6.1.4.1.1795.2.24.2.31.1.5
Object
scalar r/w
Enumeration
This value corresponds to a minimum severity level
that a syslog messages can be set. All syslog message
with an enum value greater than the threshold will not be
sent. The values are obtain from the
RFC 3164 The BSD Syslog Protocol:
emerg (0) - Emergency: system is unusable
alert (1) - Alert: action must be taken immediately
critical (2) - Critical: critical conditions
error (3) - Error: error conditions
warning (4) - Warning: warning conditions
notice (5) - Notice: normal but significant condition
info (6) - Informational: informational messages
debug (7) - Debug: debug-level messages
For a more complete description of the severity levels,
please reference your Operation Specification Manual
for details pertaining to that product.
Context
- MIB
- PDN-SYSLOG-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.31.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pdnSyslog
- 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 'PDN-SYSLOG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-SYSLOG-MIB::pdnSyslogSeverityThreshold.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-SYSLOG-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-SYSLOG-MIB::pdnSyslogSeverityThreshold'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | emerg |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | info |
7 | debug |
Conformance
Member of
Compliance refinements
pdnSyslogCompliance
readonly
Write access is not required.