<?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: Log where spanning tree TCN's are coming from. in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48847#M12851</link>
    <description>Looks like you beat the community to a response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Thanks for coming back with the answer.&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Nov 2015 18:22:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2015-11-13T18:22:00Z</dc:date>
    <item>
      <title>Log where spanning tree TCN's are coming from.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48845#M12849</link>
      <description>Currently in the process of correcting a spanning tree mis-configuration, predominantly caused by ports not correctly configured as edge ports.&lt;BR /&gt;
&lt;BR /&gt;
Currently seeing a lot of spanning tree TCN's on the core, but need to workout whereabouts, or what port are they coming in from.&lt;BR /&gt;
&lt;BR /&gt;
Currently have the following added to the defaultfilter&lt;BR /&gt;
&lt;BR /&gt;
configure log filter DefaultFilter add events STP.SendClntTopoChgMsg&lt;BR /&gt;
&lt;BR /&gt;
Which is producing the following log entries multiple times:&lt;BR /&gt;
&lt;BR /&gt;
11/12/2015 15:48:00.06 &lt;STP.SENDCLNTTOPOCHGMSG&gt; Send topology change notification type 2 for STPD STP_Data&lt;BR /&gt;
&lt;BR /&gt;
Have tried enabled various other logs like stp dump and trace logs, but nothing is telling where they are coming from.&lt;BR /&gt;
&lt;BR /&gt;
Aside from a packet capture, is there anyway to do this?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance.&lt;BR /&gt;
&lt;BR /&gt;&lt;/STP.SENDCLNTTOPOCHGMSG&gt;</description>
      <pubDate>Thu, 12 Nov 2015 22:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48845#M12849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-12T22:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Log where spanning tree TCN's are coming from.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48846#M12850</link>
      <description>and the answer is:&lt;BR /&gt;
&lt;BR /&gt;
configure log filter DefaultFilter add events STP.State.Topology&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
So with both commands deployed:&lt;BR /&gt;
&lt;BR /&gt;
configure log filter DefaultFilter add events STP.SendClntTopoChgMsg&lt;BR /&gt;
configure log filter DefaultFilter add events STP.State.Topology&lt;BR /&gt;
&lt;BR /&gt;
You now get a log something like the below, which shows the TCN and what port (46) that it was detected on.&lt;BR /&gt;
&lt;BR /&gt;
11/13/2015 09:19:37.19 &lt;STP.SENDCLNTTOPOCHGMSG&gt; Send topology change notification type 2 for STPD STP_PS_Data&lt;BR /&gt;
11/13/2015 09:19:37.19 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:11] FDB Flushed due to topology Change&lt;BR /&gt;
11/13/2015 09:19:37.14 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:11] Topology Change propagating&lt;BR /&gt;
11/13/2015 09:19:37.14 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:7] FDB Flushed due to topology Change&lt;BR /&gt;
11/13/2015 09:19:37.14 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:7] Topology Change propagating&lt;BR /&gt;
11/13/2015 09:19:37.14 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:6] FDB Flushed due to topology Change&lt;BR /&gt;
11/13/2015 09:19:37.14 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:6] Topology Change propagating&lt;BR /&gt;
11/13/2015 09:19:33.18 &lt;STP.STATE.TOPOLOGY&gt; [STP_Data:46] Topology Change Detected (TC)&lt;BR /&gt;
&lt;BR /&gt;
All I then needed to do was do the same on the switch that link goes too. This is properly a lot easier to find as you can marry the TCN on that switch with a port going up and down, which you couldn't do on the core.&lt;BR /&gt;
&lt;BR /&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.STATE.TOPOLOGY&gt;&lt;/STP.SENDCLNTTOPOCHGMSG&gt;</description>
      <pubDate>Fri, 13 Nov 2015 18:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48846#M12850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-13T18:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Log where spanning tree TCN's are coming from.</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48847#M12851</link>
      <description>Looks like you beat the community to a response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Thanks for coming back with the answer.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Nov 2015 18:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/log-where-spanning-tree-tcn-s-are-coming-from/m-p/48847#M12851</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-11-13T18:22:00Z</dc:date>
    </item>
  </channel>
</rss>

