hwSyslogLevelIndex

HUAWEI-SNMP-NOTIFICATION-MIB · .1.3.6.1.4.1.2011.6.30.5.1.1.1

Object

column Enumeration
Description of the level of the output syslog information. 
Currently, the syslog supports eight data types. 
Options:
1. emergency(1)     -indicates that system is unusable.
2. alert(2)         -indicates that action must be taken immediately.
3. critical(3)      -indicates that critical conditions.
4. error(4)         -indicates that error conditions.
5. warning(5)       -indicates that warning conditions.
6. notice(6)        -indicates that normal but significant condition.
7. informational(7) -indicates that informational messages. 
8. debug(8)         -indicates that debug-level messages.

Context

MIB
HUAWEI-SNMP-NOTIFICATION-MIB
OID
.1.3.6.1.4.1.2011.6.30.5.1.1.1
Type
column
Access
readonly
Status
current
Parent
hwSyslogOutputEntry

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 'HUAWEI-SNMP-NOTIFICATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SNMP-NOTIFICATION-MIB::hwSyslogLevelIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-SNMP-NOTIFICATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SNMP-NOTIFICATION-MIB::hwSyslogLevelIndex.<hwSyslogLevelIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-SNMP-NOTIFICATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-SNMP-NOTIFICATION-MIB::hwSyslogLevelIndex'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1emergency
2alert
3critical
4error
5warning
6notice
7informational
8debug