<?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: CPU Congestion in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38267#M8220</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
If you run a "show igmp snooping cache" Do you see a lot of ports reporting on the following addresses?&lt;BR /&gt;
224.0.0.251 (bonjour/MDNS)&lt;BR /&gt;
239.255.255.250 (SSDP)&lt;BR /&gt;
239.255.255.253 (SLP)&lt;BR /&gt;
224.0.0.252 (LLMNR)&lt;BR /&gt;
&lt;BR /&gt;
If so, we may need to block some of that traffic, if it isn't being used.&lt;BR /&gt;
&lt;BR /&gt;
  Vi block_mdns.pol&lt;BR /&gt;
&lt;BR /&gt;
  entry slp {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 239.255.255.253/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  count slp;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
   &lt;BR /&gt;
&lt;BR /&gt;
  entry bonjour-mdns {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 224.0.0.251/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  count bonjour-mdns;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  entry llmnr {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 224.0.0.252/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  count llmnr;&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  entry ssdp {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 239.255.255.250/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  count ssdp;&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
:wq to exit&lt;BR /&gt;
&lt;BR /&gt;
apply to the edge ports on ingress to prevent the packets from even coming into the network at all.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Brad</description>
    <pubDate>Thu, 07 Dec 2017 23:48:00 GMT</pubDate>
    <dc:creator>BradP</dc:creator>
    <dc:date>2017-12-07T23:48:00Z</dc:date>
    <item>
      <title>CPU Congestion</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38264#M8217</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
From time to time and randomly on my network some stacked switches become unresponsive and very sluggish, my monitoring software shows that those stacks are down and if i ping them i have a RTT of about 5000ms.&lt;BR /&gt;
 &lt;BR /&gt;
When i log onto to the stack and run the cmd "debug hal show congestion" it shows congestion on all slots. to identify the type of traffic that is congestioning the CPU i run the cmd "show l2stats vlan [vlan]" several times to see which counter is incrementing and i see that the broadcast and multicast are the ones to blame. &lt;BR /&gt;
&lt;BR /&gt;
I am wondering if anyone has experienced this problem to and how did you troubleshoot it?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2017 21:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38264#M8217</guid>
      <dc:creator>GONÇALO_NUNO_CO</dc:creator>
      <dc:date>2017-12-07T21:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: CPU Congestion</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38265#M8218</link>
      <description>Have we ruled out a loop? Are you running ELRP?&lt;BR /&gt;
&lt;BR /&gt;
We have seen this caused by MDNS on a customers network. Fortunately in their case they were not using the MDNS so we were able to block that and things improved.</description>
      <pubDate>Thu, 07 Dec 2017 21:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38265#M8218</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2017-12-07T21:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: CPU Congestion</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38266#M8219</link>
      <description>Hi, I have to rule out loop because the switch has only one uplink, also if there was a loop I should see mac flapping, which I dont.</description>
      <pubDate>Thu, 07 Dec 2017 22:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38266#M8219</guid>
      <dc:creator>GONÇALO_NUNO_CO</dc:creator>
      <dc:date>2017-12-07T22:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: CPU Congestion</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38267#M8220</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
If you run a "show igmp snooping cache" Do you see a lot of ports reporting on the following addresses?&lt;BR /&gt;
224.0.0.251 (bonjour/MDNS)&lt;BR /&gt;
239.255.255.250 (SSDP)&lt;BR /&gt;
239.255.255.253 (SLP)&lt;BR /&gt;
224.0.0.252 (LLMNR)&lt;BR /&gt;
&lt;BR /&gt;
If so, we may need to block some of that traffic, if it isn't being used.&lt;BR /&gt;
&lt;BR /&gt;
  Vi block_mdns.pol&lt;BR /&gt;
&lt;BR /&gt;
  entry slp {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 239.255.255.253/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  count slp;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
   &lt;BR /&gt;
&lt;BR /&gt;
  entry bonjour-mdns {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 224.0.0.251/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  count bonjour-mdns;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  entry llmnr {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 224.0.0.252/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  count llmnr;&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  entry ssdp {&lt;BR /&gt;
&lt;BR /&gt;
  if {&lt;BR /&gt;
&lt;BR /&gt;
  destination-address 239.255.255.250/32;&lt;BR /&gt;
&lt;BR /&gt;
  } then {&lt;BR /&gt;
&lt;BR /&gt;
  count ssdp;&lt;BR /&gt;
&lt;BR /&gt;
  deny;&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  }&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
:wq to exit&lt;BR /&gt;
&lt;BR /&gt;
apply to the edge ports on ingress to prevent the packets from even coming into the network at all.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
Brad</description>
      <pubDate>Thu, 07 Dec 2017 23:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/cpu-congestion/m-p/38267#M8220</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2017-12-07T23:48:00Z</dc:date>
    </item>
  </channel>
</rss>

