<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Configuring a Trap Notification Filter on the N-Series DFE in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/configuring-a-trap-notification-filter-on-the-n-series-dfe/m-p/43539#M181</link>
    <description>Article ID: 7158 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
SNMP&lt;BR /&gt;
Traps &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Configure a trap notification filter&lt;BR /&gt;
Disable specific trap types&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Can't disable trap&lt;BR /&gt;
'set snmp notifyfilter'&lt;BR /&gt;
'set snmp notifyprofile' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
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. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
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).&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp notify 1 tag mytrap&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp targetaddr myaddr 10.10.10.20 param myparam taglist mytrap&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp targetparams myparam user public security-model v1  message-processing v1 &lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp notifyfilter OSPF subtree 1.3.6.1.2.1.14.16.2.4 excluded&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp notifyprofile OSPF targetparam myparam&lt;BR /&gt;
 &lt;BR /&gt;
 This command set is discussed in Chapter 4 of the &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;MATRIX DFE - PLATINUM Configuration Guide&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
The necessary numeric OID string may be determined by starting with the trap name as stated in &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;firmware release notes&lt;/A&gt;, and then locating that name using a MIB Browser (such as NetSight Atlas Console) opened against the device you wish to configure.&lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1aQpa9t" target="_blank" rel="nofollow noreferrer noopener"&gt;5116&lt;/A&gt; and &lt;A href="http://bit.ly/1c2NN3S" target="_blank" rel="nofollow noreferrer noopener"&gt;5390&lt;/A&gt;.</description>
    <pubDate>Mon, 25 Nov 2013 00:05:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-25T00:05:00Z</dc:date>
    <item>
      <title>Configuring a Trap Notification Filter on the N-Series DFE</title>
      <link>https://community.extremenetworks.com/t5/faqs/configuring-a-trap-notification-filter-on-the-n-series-dfe/m-p/43539#M181</link>
      <description>Article ID: 7158 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
DFE &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
SNMP&lt;BR /&gt;
Traps &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Configure a trap notification filter&lt;BR /&gt;
Disable specific trap types&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Can't disable trap&lt;BR /&gt;
'set snmp notifyfilter'&lt;BR /&gt;
'set snmp notifyprofile' &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
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. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
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).&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp notify 1 tag mytrap&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp targetaddr myaddr 10.10.10.20 param myparam taglist mytrap&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp targetparams myparam user public security-model v1  message-processing v1 &lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp notifyfilter OSPF subtree 1.3.6.1.2.1.14.16.2.4 excluded&lt;BR /&gt;
DFE(rw)-&amp;gt;set snmp notifyprofile OSPF targetparam myparam&lt;BR /&gt;
 &lt;BR /&gt;
 This command set is discussed in Chapter 4 of the &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;MATRIX DFE - PLATINUM Configuration Guide&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
The necessary numeric OID string may be determined by starting with the trap name as stated in &lt;A href="https://extranet.enterasys.com/Downloads/Pages/Platinum.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;firmware release notes&lt;/A&gt;, and then locating that name using a MIB Browser (such as NetSight Atlas Console) opened against the device you wish to configure.&lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1aQpa9t" target="_blank" rel="nofollow noreferrer noopener"&gt;5116&lt;/A&gt; and &lt;A href="http://bit.ly/1c2NN3S" target="_blank" rel="nofollow noreferrer noopener"&gt;5390&lt;/A&gt;.</description>
      <pubDate>Mon, 25 Nov 2013 00:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/configuring-a-trap-notification-filter-on-the-n-series-dfe/m-p/43539#M181</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-25T00:05:00Z</dc:date>
    </item>
  </channel>
</rss>

