All MIBs › DLINK-AGENT-MIB › systemLogsSeverity
systemLogsSeverity
Module: DLINK-AGENT-MIB
OID (symbolic): DLINK-AGENT-MIB::systemLogsSeverity
OID (numeric): 1.3.6.1.4.1.171.12.1.4.1.2
Node type: OBJECT-TYPE
Type: AgentNotifyLevel
Access: read-write
Description: 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.
What is systemLogsSeverity?
This value sets the minimum severity threshold a system event must meet before the switch records it in its local log. It gives administrators control over log verbosity, filtering out low-severity events so the log fills with only the conditions they care about. For instance, setting this to a stricter severity level means routine link-up and link-down chatter is skipped while a fan failure or authentication failure still gets logged.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.171.12.1.4.1.2 snmpwalk -v2c -c public <target> DLINK-AGENT-MIB::systemLogsSeverity
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.171.12.1.4.1.2.1 snmpget -v2c -c public <target> DLINK-AGENT-MIB::systemLogsSeverity.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.171.12.1.4.1.2.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> systemLogsSeverity.1
Start monitoring D-Link managed switches with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the DLINK-AGENT-MIB::systemLogsSeverity OID value, configure state conditions and alerts, and monitor any D-Link managed switches from a single console.
OID Breakdown
Upper-level ancestors (10 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.171 | d_link | DE1500-MIB |
| 1.3.6.1.4.1.171.12 | dlink_common_mgmt | DLINK-ID-REC-MIB |
| 1.3.6.1.4.1.171.12.1 | agentGeneralMgmt | AGENT-GENERAL-MIB |
| 1.3.6.1.4.1.171.12.1.4 | agentIpTrapManager | AGENT-GENERAL-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.171.12.1.4.1 | agentNotifMgmt | DLINK-AGENT-MIB |
| 1.3.6.1.4.1.171.12.1.4.1.2 | systemLogsSeverity | DLINK-AGENT-MIB |