rdnSyslogConsoleSeverity
RDN-SYSLOG-MIB ·
.1.3.6.1.4.1.4981.3.6
Object
scalar r/w
Enumeration
Severity of syslog messages reported/sent to a console.
Context
- MIB
- RDN-SYSLOG-MIB
- OID
.1.3.6.1.4.1.4981.3.6- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rdnSyslog
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 'RDN-SYSLOG-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-SYSLOG-MIB::rdnSyslogConsoleSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-SYSLOG-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-SYSLOG-MIB::rdnSyslogConsoleSeverity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | informational |
2 | notifications |
3 | warnings |
4 | errors |
5 | critical |
6 | alerts |
7 | emergencies |