eqlGroupSysLogPriorityMask

EQLGROUP-MIB · .1.3.6.1.4.1.12740.1.1.1.1.30

Object

column r/w SNMPv2-SMIInteger32
This field is used to configure the type of events to be sent in syslog notifications.
The following type of events are supported.
       info(4),
       warning(8),
       error(16),
       fatal(32)
More than one type of event can be specified by adding the correspodning values.
Ex: To specify warning,error,fatal the value can be set to 8+16+32 = 56.
Setting this field to zero results in sending no events using syslog notification.

Context

MIB
EQLGROUP-MIB
OID
.1.3.6.1.4.1.12740.1.1.1.1.30
Type
column
Access
readwrite
Status
current
Parent
eqlStorageGroupEntry

Walk 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::eqlGroupSysLogPriorityMask'
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::eqlGroupSysLogPriorityMask.<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::eqlGroupSysLogPriorityMask'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Type Constraints
range: -2147483648..2147483647