Author: Eoin Joy
The ignore trap functionality is used to completely disregard traps based on their sending IP address, specific snmp oid, or both. This is useful when the system is flooded with unwanted traps such as heartbeats that we don’t want to process, and when an address is sending maybe some garbled traps that cause problems when processed.
The IgnoreTrap list is the first thing a trap is compared to in its processing by the distributor.
trapOid – A regex to match the specific SNMP OID of the trap you wish to ignore.
ipAddress – A regex to match the originating IP address of the trap you wish to ignore.
active – A String “YES” or “NO” determining whether this IgnoreTrap is in effect.
description – A String as description.
If IP Address is blank the trap ignore rule will not work, IP Address field needs to be populated - see example below
IP Address: 10.*