eqlGroupLogLevel
EQLGROUP-MIB ·
.1.3.6.1.4.1.12740.1.1.1.1.14
Object
This field specifies the loglevel for the group. The log level
determines which messages are written to the console.
The following levels are supported. The value of
this object will be an OR of the values associated
with each level.
LEVEL VALUE
------- -------
INFO 0x04
WARNING 0x08
ERROR 0x10
FATAL 0x20
DIAG 0x40
AUDIT 0x80
Default value is
INFO|WARNING|ERROR|FATAL
= 0x04|0x08|0x10|0x20| = 0x3c = 60
Context
- MIB
- EQLGROUP-MIB
- OID
.1.3.6.1.4.1.12740.1.1.1.1.14- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- eqlStorageGroupEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EQLGROUP-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLGROUP-MIB::eqlGroupLogLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLGROUP-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLGROUP-MIB::eqlGroupLogLevel.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLGROUP-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLGROUP-MIB::eqlGroupLogLevel'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647