clsSysLogLevel

CISCO-LWAPP-SYS-MIB · .1.3.6.1.4.1.9.9.618.1.1.23

Object

scalar r/w Enumeration
This object specifies the debug log level that
can be send to syslog on the controller.
The level for syslog are:
    emergencies      -   system is unusable
    alerts           -   action must be taken immediately
    critical         -   critical conditions
    errors           -   error conditions
    warnings         -   warning conditions
    notifications    -   normal but signification condition
    informational    -   Informational
    debugging        -   debug-level messages.

Context

MIB
CISCO-LWAPP-SYS-MIB
OID
.1.3.6.1.4.1.9.9.618.1.1.23
Type
scalar
Access
readwrite
Status
current
Parent
clsConfig
Groups
2

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-SYS-MIB::clsSysLogLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-SYS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-SYS-MIB::clsSysLogLevel'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1emergencies
2alerts
3critical
4errors
5warnings
6notifications
7informational
8debugging