syslogLogBufSeverity
DLINK-DXS-1210-12SC-AX-MIB ·
.1.3.6.1.4.1.171.10.139.3.1.2.4.1.2.3
Object
scalar r/w
Enumeration
This object indicates the severity level of system messages. The messages at that severity level or a more severe level will be logged to message buffers.
Context
- MIB
- DLINK-DXS-1210-12SC-AX-MIB
- OID
.1.3.6.1.4.1.171.10.139.3.1.2.4.1.2.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- syslogLogbuffer
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 'DLINK-DXS-1210-12SC-AX-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-DXS-1210-12SC-AX-MIB::syslogLogBufSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-DXS-1210-12SC-AX-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-DXS-1210-12SC-AX-MIB::syslogLogBufSeverity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | emergencies |
1 | alerts |
2 | critical |
3 | errors |
4 | warnings |
5 | notifications |
6 | informational |
7 | debugging |