cpLogMask
LUXN-MIB ·
.1.3.6.1.4.1.4253.1.2.44
Object
scalar mandatory
r/w
Enumeration
Set the log mask. The masks are equivalent to syslog priorities.
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 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::cpLogMask.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::cpLogMask'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | emerg |
3 | alert |
4 | crit |
5 | err |
6 | warn |
7 | notice |
8 | info |
9 | debug |