tpSyslogBufferSeverity
TPLINK-SYSLOG-MIB ·
.1.3.6.1.4.1.11863.6.24.1.1.1
Object
Select the severity of information to be stored to System Log Buffer.
Context
- MIB
- TPLINK-SYSLOG-MIB
- OID
.1.3.6.1.4.1.11863.6.24.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- tpSyslogBuffer
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 'TPLINK-SYSLOG-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SYSLOG-MIB::tpSyslogBufferSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-SYSLOG-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-SYSLOG-MIB::tpSyslogBufferSeverity'
Syntax
- Source
- MessageLevelType
- Base type
Enumeration
Values & Constraints
Type Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | informational |
7 | debug |