<?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 RE: How to debug an OSPF adjacency problem? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54145#M15391</link>
    <description>Two last questions.&lt;BR /&gt;
&lt;BR /&gt;
1.  Once I configure the above log filter (or any other filter for that matter) do I view the log entries with 'sh log'?&lt;BR /&gt;
&lt;BR /&gt;
2.  Is there a way to have the log entries display in real-time on the console screen?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again.&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Jul 2014 18:45:00 GMT</pubDate>
    <dc:creator>Jim_Keeffe</dc:creator>
    <dc:date>2014-07-23T18:45:00Z</dc:date>
    <item>
      <title>How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54140#M15386</link>
      <description>I have a Summit 670V switch with a /30 uplink to a Cisco router.  OSPF is configured but a neighbor adjacency is not being formed.  I am using MD5 authentication with a key on both sides of the link.&lt;BR /&gt;
&lt;BR /&gt;
I'm familiar with using Cisco's debug commands but not Extreme's.  On a Cisco device I would turn on 'debug ip ospf adjacency'.  If I was limited to troubleshooting this OSPF adjacency problem on the Summit switch, would I be able to use similar debugging tools to do that?&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2014 20:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54140#M15386</guid>
      <dc:creator>Jim_Keeffe</dc:creator>
      <dc:date>2014-07-22T20:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54141#M15387</link>
      <description>Hey Jim    There is a debug for OSPF however I would recommend contacting TAC to have them help you get the info and look at it.  Depending on the Debug command the CPU can spike high.    P</description>
      <pubDate>Tue, 22 Jul 2014 21:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54141#M15387</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-07-22T21:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54142#M15388</link>
      <description>Hi Paul -&lt;BR /&gt;
&lt;BR /&gt;
After enabling 'enable log debug-mode' I see only one debug OSPF command, which only displays license information:&lt;BR /&gt;
&lt;BR /&gt;
* VoIP-MDF-Extreme_V670.2 # debug ospf ?&lt;BR /&gt;
  show            Show&lt;BR /&gt;
* VoIP-MDF-Extreme_V670.2 # debug ospf show ?&lt;BR /&gt;
  epm             Display licence information from epm&lt;BR /&gt;
* VoIP-MDF-Extreme_V670.2 # debug ospf show epm&lt;BR /&gt;
Effective license: 2&lt;BR /&gt;
Switch license:    2&lt;BR /&gt;
Features:    edgemode,&lt;BR /&gt;
* VoIP-MDF-Extreme_V670.3 # &lt;BR /&gt;
&lt;BR /&gt;
Is there another debug mode that one uses?  Also, I have a Summit 670V in a lab so I don't care about CPU spikes at this point.  I'd hate to have to contact TAC just to be able to do some simple debugging,&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2014 22:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54142#M15388</guid>
      <dc:creator>Jim_Keeffe</dc:creator>
      <dc:date>2014-07-22T22:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54143#M15389</link>
      <description>configure log filter "DefaultFilter" add events ospf.event severity debug-summaryconfigure log filter "DefaultFilter" add events ospf.neighbor severity debug-summary&lt;BR /&gt;
configure log filter "DefaultFilter" add events "ospf.hello.PktInv"&lt;BR /&gt;
configure log filter "DefaultFilter" add events "ospf.lsa.PktInv&lt;BR /&gt;
configure log filter "DefaultFilter" add events "ospf.lsa.LSUpdtPktInv" &lt;BR /&gt;
configure log filter "DefaultFilter" add events "ospf.lsa.DropLenInv" &lt;BR /&gt;
configure log filter "DefaultFilter" add events "ospf.lsa.CksumInv"&lt;BR /&gt;
&lt;BR /&gt;
With the above log filters we can troubleshoot any kind of ospf issues.&lt;BR /&gt;
If it is just Ospf Hello&lt;BR /&gt;
configure log filter "DefaultFilter" add events "ospf.hello.PktInv"&lt;BR /&gt;
&lt;BR /&gt;
And TCPdump will show Hello Sent and received.&lt;BR /&gt;
TCPDUMP can be taken only from debug mode which needs debug password.&lt;BR /&gt;
Extreme TAC can Help on this.</description>
      <pubDate>Wed, 23 Jul 2014 06:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54143#M15389</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-07-23T06:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54144#M15390</link>
      <description>Thank you! - I'll give this a try.</description>
      <pubDate>Wed, 23 Jul 2014 18:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54144#M15390</guid>
      <dc:creator>Jim_Keeffe</dc:creator>
      <dc:date>2014-07-23T18:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54145#M15391</link>
      <description>Two last questions.&lt;BR /&gt;
&lt;BR /&gt;
1.  Once I configure the above log filter (or any other filter for that matter) do I view the log entries with 'sh log'?&lt;BR /&gt;
&lt;BR /&gt;
2.  Is there a way to have the log entries display in real-time on the console screen?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2014 18:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54145#M15391</guid>
      <dc:creator>Jim_Keeffe</dc:creator>
      <dc:date>2014-07-23T18:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54146#M15392</link>
      <description>X440-24t.2 # enable log target&lt;BR /&gt;
  console           Serial port console target&lt;BR /&gt;
  memory-buffer     Internal memory target&lt;BR /&gt;
  nvram             Non-volatile memory buffer target&lt;BR /&gt;
  session           Current CLI session target&lt;BR /&gt;
  syslog            Remote syslog target&lt;BR /&gt;
  upm               Sending messages to UPM as events&lt;BR /&gt;
  xml-notification  Sending messages to xml notification target(s) as events&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54146#M15392</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-07-23T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to debug an OSPF adjacency problem?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54147#M15393</link>
      <description>Thanks! have a great day.&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-debug-an-ospf-adjacency-problem/m-p/54147#M15393</guid>
      <dc:creator>Jim_Keeffe</dc:creator>
      <dc:date>2014-07-23T20:51:00Z</dc:date>
    </item>
  </channel>
</rss>

