cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring a Trap Notification Filter on the N-Series DFE

Configuring a Trap Notification Filter on the N-Series DFE

FAQ_User
Extreme Employee
Article ID: 7158

Products
DFE

Protocols/Features
SNMP
Traps

Goals
Configure a trap notification filter
Disable specific trap types
Sample configuration

Symptoms
Can't disable trap
'set snmp notifyfilter'
'set snmp notifyprofile'

Cause
Some - but not all - trap types may be individually controlled via cli. This document explains how to, as desired, use SNMP configuration to selectively disable trap types that are not otherwise controllable.

Solution
The last two lines of this example configuration will exclude the generation of traps of type "ospfIfConfigError" (OID=1.3.6.1.2.1.14.16.2.4).
DFE(rw)->set snmp notify 1 tag mytrap
DFE(rw)->set snmp targetaddr myaddr 10.10.10.20 param myparam taglist mytrap
DFE(rw)->set snmp targetparams myparam user public security-model v1 message-processing v1
DFE(rw)->set snmp notifyfilter OSPF subtree 1.3.6.1.2.1.14.16.2.4 excluded
DFE(rw)->set snmp notifyprofile OSPF targetparam myparam

This command set is discussed in Chapter 4 of the MATRIX DFE - PLATINUM Configuration Guide.

The necessary numeric OID string may be determined by starting with the trap name as stated in firmware release notes, and then locating that name using a MIB Browser (such as NetSight Atlas Console) opened against the device you wish to configure.

See also: 5116 and 5390.
0 REPLIES 0
GTM-P2G8KFN