logLevel
ENGENIUS-PRIVATE-MIB ·
.1.3.6.1.4.1.14125.2.2.20.4
Object
scalar r/w
Enumeration
The level (all/ Debug/ Information/ Notice/ Warning/ Error/ Critical/ Alert/ Emergency) of log message
Context
- MIB
- ENGENIUS-PRIVATE-MIB
- OID
.1.3.6.1.4.1.14125.2.2.20.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- logemail
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 'ENGENIUS-PRIVATE-MIB' -M '/opt/observium/mibs/engenius:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENGENIUS-PRIVATE-MIB::logLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENGENIUS-PRIVATE-MIB' -M '/opt/observium/mibs/engenius:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENGENIUS-PRIVATE-MIB::logLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | information |
7 | debug |
8 | all |