<?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: possiblity of broadcast storm loop between L3 interface and L2 interface in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77232#M5366</link>
    <description>&lt;P&gt;Hi ys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the details shared, the L3 interfaces, although set as access to VLAN 1, should be forming separate individual point-to-point networks as the subnet is /31&amp;nbsp; with 2 end points.&amp;nbsp;&lt;BR /&gt;And broadcasts would not be routed over, as they are limited to the subnet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, for the possibility of the storm happening, I would suggest checking the L2 connections that are part of the network. Over the L2 connections, the broadcasts / pachet storms can be seen transmigrating through as they are used to extend a vlan.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, use LLDP and network topology to check and trace the connections to find if any loops may have formed on the device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Commands :&amp;nbsp;&lt;BR /&gt;Show lldp neigbhor&amp;nbsp;&lt;BR /&gt;Show lldp neigbhor detail port ethernet &amp;lt; port number &amp;gt; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; enter the port number that you are finding suspicious.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In addition, storms can happen if in case any device is broadcasting a lot of data / frames :&lt;BR /&gt;Use :&amp;nbsp;&lt;BR /&gt;show statistics ( to check on the port that has higher transmission )&amp;nbsp;&lt;BR /&gt;show interface &amp;lt; port number &amp;gt; [ to check on the narrowed down port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case the counters have historical data on them. clear the counters and check them once more to get an accurate readout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the details help.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 12:59:41 GMT</pubDate>
    <dc:creator>jdryan</dc:creator>
    <dc:date>2024-03-21T12:59:41Z</dc:date>
    <item>
      <title>possiblity of broadcast storm loop between L3 interface and L2 interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77219#M5365</link>
      <description>&lt;P&gt;Recently I faced network outage due to a lot of packet storm.&lt;BR /&gt;I did not identify it was due to broadcast or not. but I would like to know possibility.&lt;/P&gt;&lt;P&gt;I have L3 link and L2 trunk link from switch-A (ICX7750) to switch-B (ICX7450) with config below.&lt;BR /&gt;In case of happening broadcast from vlan 1 accidentally, any possibility to broadcast storm loop on vlan 1?&lt;BR /&gt;Also possibility to forward these broadcast packets to eth1/1/3 connecting to different switch?&lt;/P&gt;&lt;P&gt;Because route-only L3 interface is still a member of vlan1 by default on ruckus switches.&lt;/P&gt;&lt;P&gt;---&lt;BR /&gt;!&lt;BR /&gt;! SWITCH-A&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;vlan 1 name DEFAULT-VLAN by port&lt;BR /&gt;!&lt;BR /&gt;vlan 3000 name LAB by port&lt;BR /&gt;tagged ethe 1/1/2&lt;BR /&gt;router-interface ve 3000&lt;BR /&gt;spanning-tree 802-1w&lt;BR /&gt;spanning-tree 802-1w priority 0&lt;BR /&gt;loop-detection&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/1&lt;BR /&gt;port-name To-SWITCH-B_L3&lt;BR /&gt;route-only&lt;BR /&gt;ip address xxx.xxx.xxx.xxx/31&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/2&lt;BR /&gt;port-name To-SWITCH-B_L2&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/3&lt;BR /&gt;port-name To-SWITCH-ZZZ_L3&lt;BR /&gt;route-only&lt;BR /&gt;ip address zzz.zzz.zzz.zzz/31&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;---&lt;BR /&gt;&lt;SPAN&gt;!&lt;BR /&gt;&lt;/SPAN&gt;! SWITCH-B&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;vlan 1 name DEFAULT-VLAN by port&lt;BR /&gt;!&lt;BR /&gt;vlan 3000 name LAB by port&lt;BR /&gt;tagged ethe 1/1/2&lt;BR /&gt;untagged ethe 1/1/9 to 1/1/10&lt;BR /&gt;spanning-tree 802-1w&lt;BR /&gt;loop-detection&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/1&lt;BR /&gt;port-name To-SWITCH-A_L3&lt;BR /&gt;route-only&lt;BR /&gt;ip address xxx.xxx.xxx.yyy/31&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/2&lt;BR /&gt;port-name To-SWITCH-A_L2&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/9&lt;BR /&gt;port-name User Port&lt;BR /&gt;!&lt;BR /&gt;int e 1/1/10&lt;BR /&gt;port-name User Port&lt;BR /&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 02:18:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77219#M5365</guid>
      <dc:creator>ys</dc:creator>
      <dc:date>2024-03-21T02:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: possiblity of broadcast storm loop between L3 interface and L2 interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77232#M5366</link>
      <description>&lt;P&gt;Hi ys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the details shared, the L3 interfaces, although set as access to VLAN 1, should be forming separate individual point-to-point networks as the subnet is /31&amp;nbsp; with 2 end points.&amp;nbsp;&lt;BR /&gt;And broadcasts would not be routed over, as they are limited to the subnet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, for the possibility of the storm happening, I would suggest checking the L2 connections that are part of the network. Over the L2 connections, the broadcasts / pachet storms can be seen transmigrating through as they are used to extend a vlan.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, use LLDP and network topology to check and trace the connections to find if any loops may have formed on the device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Commands :&amp;nbsp;&lt;BR /&gt;Show lldp neigbhor&amp;nbsp;&lt;BR /&gt;Show lldp neigbhor detail port ethernet &amp;lt; port number &amp;gt; &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; enter the port number that you are finding suspicious.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In addition, storms can happen if in case any device is broadcasting a lot of data / frames :&lt;BR /&gt;Use :&amp;nbsp;&lt;BR /&gt;show statistics ( to check on the port that has higher transmission )&amp;nbsp;&lt;BR /&gt;show interface &amp;lt; port number &amp;gt; [ to check on the narrowed down port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case the counters have historical data on them. clear the counters and check them once more to get an accurate readout.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the details help.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 12:59:41 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77232#M5366</guid>
      <dc:creator>jdryan</dc:creator>
      <dc:date>2024-03-21T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: possiblity of broadcast storm loop between L3 interface and L2 interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77254#M5369</link>
      <description>&lt;P&gt;Thank you for advice, jdryan.&lt;/P&gt;&lt;P&gt;As I checked more detail, I found "route-only" was NOT configured on eth1/1/1, SWITCH-B.&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;! SWITCH-B&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;int e 1/1/1&lt;BR /&gt;port-name To-SWITCH-A_L3&lt;BR /&gt;ip address xxx.xxx.xxx.yyy/31&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In this case, any possibility to broadcast storm on VLAN 1? (not VLAN 3000)&lt;BR /&gt;I guess this "eth1/1/1 on SWITCH-B" still has the ability of receiving broadcast packets and forward it to other interface like eth1/1/2.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As per document, "route-only" supports only ingress L2 traffic suppression on a route-only port on ICX 7750, ICX 7450, ICX 7250, and ICX 7150 devices.&lt;BR /&gt;Looks like it is slightly different from "no switchport" on Cisco..&lt;BR /&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-08090-commandref/resource/fastiron-08090-commandref.pdf" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-08090-commandref/resource/fastiron-08090-commandref.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ys_2-1711089012099.png" style="width: 400px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/11116i89D53AC49BE14B61/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="ys_2-1711089012099.png" alt="ys_2-1711089012099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 06:32:36 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77254#M5369</guid>
      <dc:creator>ys</dc:creator>
      <dc:date>2024-03-22T06:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: possiblity of broadcast storm loop between L3 interface and L2 interface</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77271#M5370</link>
      <description>&lt;P&gt;Hi ys,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here, the ingress would come from switch A port :&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;int e 1/1/1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;port-name To-SWITCH-B_L3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;route-only&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address xxx.xxx.xxx.xxx/31&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As there is route-only specifed there on the port same should work as an L3 interface and not forward L2 frames.&lt;/P&gt;&lt;P&gt;As Switch B :&lt;BR /&gt;&lt;SPAN&gt;int e 1/1/1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;port-name To-SWITCH-A_L3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ip address xxx.xxx.xxx.xxx/31&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;is being used as an L3 interface : would suggest that route-only command be impletmented there.&lt;/P&gt;&lt;P&gt;Its recommended for route-only to be in place for L3 interfaces [ ports configured as L3 interfaces],&lt;BR /&gt;As ingress L2 suppression feature, should be able to help supress broadcasts, in an event any are transmitted over that link.&lt;/P&gt;&lt;P&gt;As per the set up done, over the L3 link between&amp;nbsp; SW A and SW B : L2 traffic should not be seen.&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;With respect to : no switchport : by cisco, I may not be able to comment on that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Let&amp;nbsp; me know if the details help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 11:11:53 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/possiblity-of-broadcast-storm-loop-between-L3-interface-and-L2/m-p/77271#M5370</guid>
      <dc:creator>jdryan</dc:creator>
      <dc:date>2024-03-22T11:11:53Z</dc:date>
    </item>
  </channel>
</rss>

