Reduce noise and focus on what matters by filtering unwanted messages
Network devices generate thousands of syslog messages and SNMP traps every day. Many of these are routine, informational, or simply noise that clutters your logs and wastes storage space. Backup Manager's filtering feature allows you to automatically drop unwanted messages before they are stored.
Benefits of Filtering:
Two Types of Filters:
Both filter types work the same way - you define patterns that identify messages to discard. When a message matches a filter, it is silently dropped and never stored in the database.
Both syslog and trap filters are configured in the System Settings page.
How to Get There:
What You'll See:
When creating a filter, you can choose how the pattern should match against incoming messages. This gives you fine-grained control over what gets filtered.
Available Match Types:
Tip: Start with "Contains" match type - it's the most versatile and catches variations in message formatting.
Let's create a syslog filter to drop unwanted messages. Common candidates for filtering include SNMP authentication failures, routine keepalive messages, and informational link state changes.
To Add a Filter:
Example Syslog Filters:
%SNMP-3-AUTHFAIL - SNMP authentication failures (often caused by scanners)%LINK-3-UPDOWN - Interface up/down messages (if you have many)%SYS-5-CONFIG_I - Configuration saved messages%CDP-4-NATIVE_VLAN_MISMATCH - CDP native VLAN warningsTip: Copy the exact message text from the Syslog dashboard and paste it into the filter field. You can then trim it down to the essential pattern.
SNMP traps can also generate significant noise. Common culprits include authentication failure traps, link state traps from unused ports, and encrypted traps from devices without proper credentials configured.
To Add a Trap Filter:
Example Trap Filters:
Encrypted (no credentials - Encrypted traps that can't be decodedauthenticationFailure - SNMP authentication failure trapslinkDown - Interface down traps (if excessive)coldStart - Device reboot traps (if expected)What Gets Matched:
Trap filters are checked against the trap OID, trap type, and all variable bindings (varbinds) in the trap message. This means you can filter based on any part of the trap content.
After creating filters, you can manage them from the Active Filters list.
Enable/Disable Filters:
View Filter Statistics:
Delete Filters:
After creating filters, monitor their effectiveness to ensure they're working as expected.
Check Hit Counts:
Review Filtered Totals:
Refresh the Filter List:
Start Conservative:
Be Specific:
Document Your Filters:
Regular Review:
Don't Over-Filter:
Scenario 1: SNMP Scanner Noise
If you see many SNMP authentication failure messages from unknown IP addresses (likely port scanners), add a filter for:
%SNMP-3-AUTHFAIL: Authentication failure
Scenario 2: Noisy Link State Changes
If certain ports (like end-user access ports) constantly generate up/down messages, filter them:
%LINK-3-UPDOWN: Interface GigabitEthernet0/
Scenario 3: Encrypted Traps
If devices send encrypted SNMP v3 traps that Backup Manager can't decode, filter the noise:
Encrypted (no credentials
Scenario 4: Routine Keepalives
Some devices send periodic keepalive or heartbeat messages that add no value:
%SYS-6-LOGGINGHOST_STARTSTOP
You've learned how to configure syslog and SNMP trap filters to reduce noise and focus on important events. Your logs will now be cleaner, searches faster, and storage more efficient.