systemLogsSeverity
DLINK-AGENT-MIB ·
.1.3.6.1.4.1.171.12.1.4.1.2
Object
Indicates the level of system severity control. The system has a severity level control and each log should be associated with a severity control. When a log event occurs and its severity is higher than the system severity control level, the log works as defined. If the event severity is lower than the system severity control level, the event is ignored as if it did not occur.
Context
- MIB
- DLINK-AGENT-MIB
- OID
.1.3.6.1.4.1.171.12.1.4.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentNotifMgmt
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 'DLINK-AGENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-AGENT-MIB::systemLogsSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-AGENT-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-AGENT-MIB::systemLogsSeverity'
Syntax
- Source
- DLINK-ID-REC-MIBAgentNotifyLevel
- Base type
Enumeration
Values & Constraints
Type Values
0 | critical |
1 | warning |
2 | information |
3 | emergency |
4 | alert |
5 | error |
6 | notice |
7 | debug |