hm2LogBufferdLogLevelThreshold
HM2-LOGGING-MIB ·
.1.3.6.1.4.1.248.11.23.1.4.1
Object
Severities at or below this threshold are logged in the buffered log and will not be overwritten by lower priority log messages.
Context
- MIB
- HM2-LOGGING-MIB
- OID
.1.3.6.1.4.1.248.11.23.1.4.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hm2LogBufferedLoggingGroup
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 'HM2-LOGGING-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-LOGGING-MIB::hm2LogBufferdLogLevelThreshold.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-LOGGING-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-LOGGING-MIB::hm2LogBufferdLogLevelThreshold'
Syntax
- Source
- HmAgentLogSeverity
- Base type
Enumeration
Values & Constraints
Type Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | informational |
7 | debug |