hwICLogFilterLevel
HUAWEI-INFOCENTER-MIB ·
.1.3.6.1.4.1.2011.5.25.212.1.5.1.1.2
Object
The level of log message.
Context
- MIB
- HUAWEI-INFOCENTER-MIB
- OID
.1.3.6.1.4.1.2011.5.25.212.1.5.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwICLogFilterEntry
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 'HUAWEI-INFOCENTER-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-INFOCENTER-MIB::hwICLogFilterLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-INFOCENTER-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-INFOCENTER-MIB::hwICLogFilterLevel.<hwICChannelIndex>.<hwICModuleName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-INFOCENTER-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-INFOCENTER-MIB::hwICLogFilterLevel'
Syntax
- Source
- HWMessageLevel
- Base type
Enumeration
Values & Constraints
Type Values
0 | emergencies |
1 | alerts |
2 | critical |
3 | errors |
4 | warnings |
5 | notifications |
6 | informational |
7 | debugging |