systemSeverityLogControl
AGENT-GENERAL-MIB ·
.1.3.6.1.4.1.171.12.1.2.9.2
Object
Indicates the level of trap severity control. The system has a severity level control and each trap should have a severity control set. When trap events occur and its severity is higher than the system severity control level, the trap 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
- AGENT-GENERAL-MIB
- OID
.1.3.6.1.4.1.171.12.1.2.9.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- systemSeverityControlMgmt
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 'AGENT-GENERAL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGENT-GENERAL-MIB::systemSeverityLogControl.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AGENT-GENERAL-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AGENT-GENERAL-MIB::systemSeverityLogControl'
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 |