<?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 N-Series OSPF Traps Stop Working after 7.x firmware upgrade in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/n-series-ospf-traps-stop-working-after-7-x-firmware-upgrade/m-p/45690#M342</link>
    <description>Article ID: 14481 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE, firmware 7.11.01.0025 and higher &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
With pre-7.x firmware; configured OSPF (&lt;A href="http://bit.ly/1g6Hltj" target="_blank" rel="nofollow noreferrer noopener"&gt;5058&lt;/A&gt;), and configured to send SNMP traps (&lt;A href="http://bit.ly/1c2NN3S" target="_blank" rel="nofollow noreferrer noopener"&gt;5390&lt;/A&gt;) which include OSPF traps.&lt;BR /&gt;
Then, upgraded to the 7.x firmware line (&lt;A href="http://bit.ly/I8nlKR" target="_blank" rel="nofollow noreferrer noopener"&gt;13533&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
The DFE still sends SNMP traps, but these no longer include OSPF-related traps. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
OSPF traps are not automatically converted during a 7.x upgrade, and are disabled by default after upgrade. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Functions as Designed (FAD). &lt;BR /&gt;
&lt;BR /&gt;
As of 7.x firmware; sending OSPF traps requires that they be configured individually, using the 'trap' command set in OSPF configuration mode. &lt;BR /&gt;
&lt;BR /&gt;
To enable an OSPF trap type, use the 'trap &amp;lt;&lt;I&gt;traptype&lt;/I&gt;&amp;gt;' command.&lt;BR /&gt;
To disable an OSPF trap type, use the 'no trap &amp;lt;&lt;I&gt;traptype&lt;/I&gt;&amp;gt;' command. &lt;BR /&gt;
&lt;BR /&gt;
Here are the command options available as of firmware 7.41.03.0009:&lt;BR /&gt;
N7(su)-&amp;gt;router&lt;BR /&gt;
N7(su-router)-&amp;gt;config&lt;BR /&gt;
N7(su-router-config)-&amp;gt;router ospf 1&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap ?&lt;BR /&gt;
  auth-failure             interface authentication failure&lt;BR /&gt;
  if-config-error          interface config error&lt;BR /&gt;
  if-rx-bad-packet         interface receive bad packet&lt;BR /&gt;
  if-state-change          interface state change&lt;BR /&gt;
  if-tx-retransmit         interface retransmit&lt;BR /&gt;
  nbr-state-change         neighbor state change&lt;BR /&gt;
  max-age-lsa              max age lsa&lt;BR /&gt;
  originate-lsa            lsa origination&lt;BR /&gt;
  virt-if-state-change     virtual iinterface state change&lt;BR /&gt;
  virt-nbr-state-change    virtual neighbor state change&lt;BR /&gt;
  virt-if-config-error     virtual interface config error&lt;BR /&gt;
  virt-if-auth-failure     virtual interface authentication failure&lt;BR /&gt;
  virt-if-rx-bad-packet    virtual interface receive bad packet&lt;BR /&gt;
  virt-if-tx-retransmit    virtual interface retransmit&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap auth-failure ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-config-error ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-rx-bad-packet ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-tx-retransmit ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap nbr-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap max-age-lsa ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap originate-lsa ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-nbr-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-config-error ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-auth-failure ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-rx-bad-packet ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-tx-retransmit ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;exit&lt;BR /&gt;
N7(su-router-config)-&amp;gt;exit&lt;BR /&gt;
N7(su-router)-&amp;gt;exit&lt;BR /&gt;
N7(su)-&amp;gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
    <pubDate>Sun, 24 Nov 2013 20:31:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-24T20:31:00Z</dc:date>
    <item>
      <title>N-Series OSPF Traps Stop Working after 7.x firmware upgrade</title>
      <link>https://community.extremenetworks.com/t5/faqs/n-series-ospf-traps-stop-working-after-7-x-firmware-upgrade/m-p/45690#M342</link>
      <description>Article ID: 14481 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE, firmware 7.11.01.0025 and higher &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Changes&lt;/B&gt;&lt;BR /&gt;
With pre-7.x firmware; configured OSPF (&lt;A href="http://bit.ly/1g6Hltj" target="_blank" rel="nofollow noreferrer noopener"&gt;5058&lt;/A&gt;), and configured to send SNMP traps (&lt;A href="http://bit.ly/1c2NN3S" target="_blank" rel="nofollow noreferrer noopener"&gt;5390&lt;/A&gt;) which include OSPF traps.&lt;BR /&gt;
Then, upgraded to the 7.x firmware line (&lt;A href="http://bit.ly/I8nlKR" target="_blank" rel="nofollow noreferrer noopener"&gt;13533&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
The DFE still sends SNMP traps, but these no longer include OSPF-related traps. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
OSPF traps are not automatically converted during a 7.x upgrade, and are disabled by default after upgrade. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Functions as Designed (FAD). &lt;BR /&gt;
&lt;BR /&gt;
As of 7.x firmware; sending OSPF traps requires that they be configured individually, using the 'trap' command set in OSPF configuration mode. &lt;BR /&gt;
&lt;BR /&gt;
To enable an OSPF trap type, use the 'trap &amp;lt;&lt;I&gt;traptype&lt;/I&gt;&amp;gt;' command.&lt;BR /&gt;
To disable an OSPF trap type, use the 'no trap &amp;lt;&lt;I&gt;traptype&lt;/I&gt;&amp;gt;' command. &lt;BR /&gt;
&lt;BR /&gt;
Here are the command options available as of firmware 7.41.03.0009:&lt;BR /&gt;
N7(su)-&amp;gt;router&lt;BR /&gt;
N7(su-router)-&amp;gt;config&lt;BR /&gt;
N7(su-router-config)-&amp;gt;router ospf 1&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap ?&lt;BR /&gt;
  auth-failure             interface authentication failure&lt;BR /&gt;
  if-config-error          interface config error&lt;BR /&gt;
  if-rx-bad-packet         interface receive bad packet&lt;BR /&gt;
  if-state-change          interface state change&lt;BR /&gt;
  if-tx-retransmit         interface retransmit&lt;BR /&gt;
  nbr-state-change         neighbor state change&lt;BR /&gt;
  max-age-lsa              max age lsa&lt;BR /&gt;
  originate-lsa            lsa origination&lt;BR /&gt;
  virt-if-state-change     virtual iinterface state change&lt;BR /&gt;
  virt-nbr-state-change    virtual neighbor state change&lt;BR /&gt;
  virt-if-config-error     virtual interface config error&lt;BR /&gt;
  virt-if-auth-failure     virtual interface authentication failure&lt;BR /&gt;
  virt-if-rx-bad-packet    virtual interface receive bad packet&lt;BR /&gt;
  virt-if-tx-retransmit    virtual interface retransmit&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap auth-failure ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-config-error ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-rx-bad-packet ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap if-tx-retransmit ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap nbr-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap max-age-lsa ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap originate-lsa ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-nbr-state-change ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-config-error ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-auth-failure ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-rx-bad-packet ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;trap virt-if-tx-retransmit ?&lt;BR /&gt;
  &lt;CR&gt;&lt;BR /&gt;
N7(su-router-config-ospf-1)-&amp;gt;exit&lt;BR /&gt;
N7(su-router-config)-&amp;gt;exit&lt;BR /&gt;
N7(su-router)-&amp;gt;exit&lt;BR /&gt;
N7(su)-&amp;gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
      <pubDate>Sun, 24 Nov 2013 20:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/n-series-ospf-traps-stop-working-after-7-x-firmware-upgrade/m-p/45690#M342</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-24T20:31:00Z</dc:date>
    </item>
  </channel>
</rss>

