aniDevSysLoggingLevelCtrl

CLAB-ANI-DEV-MIB · .1.3.6.1.4.1.4491.4.7.1.2.3

Object

scalar r/w Enumeration
The current logging priority level for system messages.
Setting a level sets all levels from the level specified
to the highest severity level except for ?off?. The level 
?all? indicates all levels. The log levels are derived from 
the log4j class.
            
all(1) The all level has the lowest possible rank and is intended
to turn on all logging.
            
trace(2) The trace level designates finer-grained informational 
events than the DEBUG (see log4j class for further definition).
          
debug(3) The debug level designates fine-grained informational 
events that are most useful to debug an application.
          
info(4) The info level designates informational messages that 
highlight the progress of the application at coarse-grained level.
          
warn(5) The warn level designates potentially harmful situations.
          
error(6) The error level designates error events that might still 
allow the application to continue running.
          
fatal(7) The fatal level designates very severe error events 
that will presumably lead the application to abort.
          
off(8) The off has the highest possible rank and is intended to 
turn off logging.

Context

MIB
CLAB-ANI-DEV-MIB
OID
.1.3.6.1.4.1.4491.4.7.1.2.3
Type
scalar
Access
readwrite
Status
current
Parent
clabAniDevSysLoggingObjects
Groups
1

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

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1all
2trace
3debug
4info
5warn
6error
7fatal
8off

Conformance