<?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: Configuring Dynamic (LACP) and Static LAGs on ICX Switches in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48378#M65</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;You may want to share the ICX switch model number and firmware version as well so that we can get this checked internally.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/21"&gt;@BenBeck&lt;/a&gt;&amp;nbsp;just a heads-up on this one.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 21:31:45 GMT</pubDate>
    <dc:creator>syamantakomer</dc:creator>
    <dc:date>2022-11-15T21:31:45Z</dc:date>
    <item>
      <title>Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/36870#M28</link>
      <description>&lt;P style="margin: 0;"&gt;Hey all,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let's take look at creating LAGs (LACP and static). LACP (802.3ad) is the most common link-aggregation method. We also offer static LAGs.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;To create an LACP LAG named 'testlag' with an auto-generated id, you would issue the following:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX#conf t&lt;BR /&gt;ICX(config)#lag testlag dynamic id auto&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;In this example, let's assign ports 1/3/1 and 1/3/3 to this LAG:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX(config-lag-testlag)#ports eth 1/3/1 e 1/3/3&lt;BR /&gt;LAG testlag deployed successfully!&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The resulting configuration from 'show run':&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;lag lagname dynamic id 1&lt;BR /&gt; ports ethe 1/3/1 ethe 1/3/3&lt;BR /&gt;!&lt;BR /&gt;&lt;EM&gt;&amp;lt;output omitted&amp;gt;&lt;/EM&gt;&lt;BR /&gt;!&lt;BR /&gt;interface lag 1&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;We can see the LAG was assigned id 1 and there is also an 'intferace lag 1' in the running configuration. We can use this to define various configurations at the interface level. We will not define anything in our example, but I will show the the interface configuration mode for a lag for the sake of completeness.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX(config)#interface lag 1&lt;BR /&gt;ICX(config-lag-if-lg1)#&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;To ensure our LAG is working properly, you can issue 'show lag':&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="text-align: left;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image_ images_messages_6189518f5ce3f070bafb31de_9293f4f41f43b9ddbd0f083866e67ab8_lag-e369e9e6-ae6a-48b0-a253-736caa712d45-60250195.PNG"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/2423i89E74FB6A8BD19DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image_ images_messages_6189518f5ce3f070bafb31de_9293f4f41f43b9ddbd0f083866e67ab8_lag-e369e9e6-ae6a-48b0-a253-736caa712d45-60250195.PNG" alt="Image_ images_messages_6189518f5ce3f070bafb31de_9293f4f41f43b9ddbd0f083866e67ab8_lag-e369e9e6-ae6a-48b0-a253-736caa712d45-60250195.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The most important part of this output is the [Ope] column on the far right. A LAG that is up and working will show ‘Ope’ for all ports in this column. If you see ‘Ina’ (inactive) here, you may want to confirm VLAN tagging, Layer 1 port statuses and the partner side LAG configuration.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Configurating a static LAG will be very similar. Using the same ports from our last example, the configuration would like this:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;ICX(config)#lag teststaticlag static id auto&lt;BR /&gt;ICX(config-lag-teststaticlag)#ports eth 1/3/1 e 1/3/3&lt;BR /&gt;LAG teststaticlag deployed successfully!&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Resulting configuration in ‘show run’:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE style="margin: 0;"&gt;lag teststaticlag static id 1&lt;BR /&gt; ports ethe 1/3/1 ethe 1/3/3&lt;BR /&gt;!&lt;BR /&gt;&lt;EM&gt;&amp;lt;output omitted&amp;gt;&lt;/EM&gt;&lt;BR /&gt;!&lt;BR /&gt;interface lag 1&lt;/PRE&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;The ‘show lag’ for a static LAG will look like this:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV style="text-align: left;"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image_ images_messages_6189518f5ce3f070bafb31de_3e1e35d18093d63f4ac8768d7e833547_static-4896af9d-b8da-41f6-8df6-13f6f9d452e8-111475063.PNG"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/2424i8F0874BAD8B27F8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image_ images_messages_6189518f5ce3f070bafb31de_3e1e35d18093d63f4ac8768d7e833547_static-4896af9d-b8da-41f6-8df6-13f6f9d452e8-111475063.PNG" alt="Image_ images_messages_6189518f5ce3f070bafb31de_3e1e35d18093d63f4ac8768d7e833547_static-4896af9d-b8da-41f6-8df6-13f6f9d452e8-111475063.PNG" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Hopefully the above two examples will give you confidence to deploy both dynamic (LACP) and static LAGs. We do have some additional LAG options. To see all available configuration options for LAGs, please see our FastIron Layer 2 Switching Configuration Guide:&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-08095-l2guide/page/GUID-253F4B9A-D182-47D1-B30B-C2ACE9CD0D0F-homepage.html" target="_blank" rel="noopener"&gt;HTML Version&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;A href="https://support.ruckuswireless.com/documents/3457-fastiron-08-0-95-ga-layer-2-switching-configuration-guide" target="_blank" rel="noopener"&gt;PDF Version (requires login)&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you have any questions!&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 20:29:04 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/36870#M28</guid>
      <dc:creator>BenBeck</dc:creator>
      <dc:date>2024-02-01T20:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/44575#M30</link>
      <description>&lt;P&gt;What is the ‘Tag’ the only difference I see in mine and yours is that field. My LAG is not working properly. How can I rectify this? I’m working on a 7150 CP12&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2022 03:10:50 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/44575#M30</guid>
      <dc:creator>Achav012</dc:creator>
      <dc:date>2022-04-23T03:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48306#M64</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have examinated the LACP messages with Wireshark and I found that the source MAC address of the LACP messages is 0000.0000.0000 . This can cause problems on systems that drop such packets (because all-zeros is interpreted as illegal MAC address). In this case, what is the solution?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 12:09:17 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48306#M64</guid>
      <dc:creator>holloo</dc:creator>
      <dc:date>2022-12-01T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48378#M65</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;You may want to share the ICX switch model number and firmware version as well so that we can get this checked internally.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/21"&gt;@BenBeck&lt;/a&gt;&amp;nbsp;just a heads-up on this one.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 21:31:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48378#M65</guid>
      <dc:creator>syamantakomer</dc:creator>
      <dc:date>2022-11-15T21:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48380#M66</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/17341"&gt;@holloo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That doesn't sound right. What code are you on? We have ways to look at this from the CLI. Please feel free to open a case (see my signature) if you would like us to take a look with you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 22:02:51 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/48380#M66</guid>
      <dc:creator>BenBeck</dc:creator>
      <dc:date>2022-11-15T22:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/49180#M69</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The model number is ICX7150 (on the one side two ICX7150-C12P-2X1G stacked, and on the other side two ICX7150-24-4X1G also stacked). Firmware version is SPS08095d on the one side, and SPR08090d on the other side. Between two sides there are 2x1 Gbps transparent E-line services used by the ICX7150s in LAG. The E-line services are implemented with Huawei devices in which packets with illegal source MAC address are dropped. Both sides sent LACP messages towards Huawei devices with all-zeros source MAC address. Upgrading to SPS09010d solved the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 20:51:18 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/49180#M69</guid>
      <dc:creator>holloo</dc:creator>
      <dc:date>2022-12-01T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72838#M290</link>
      <description>&lt;P&gt;Hi, I have deployed a lag on my ICX 7450 switch with an Aruba 8320 switch configured with active lacp. However, the Aruba is showing port blocking. There is no lacp mode command on my ruckus to change the mode. Firmware is SPR08090D.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 02:03:16 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72838#M290</guid>
      <dc:creator>Dinny</dc:creator>
      <dc:date>2023-12-11T02:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72956#M293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/7473"&gt;@isaac_madriz&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/8967"&gt;@hashim_bharooc1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you help on this one.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 18:02:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72956#M293</guid>
      <dc:creator>syamantakomer</dc:creator>
      <dc:date>2023-12-12T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72963#M294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.ruckuswireless.com/t5/user/viewprofilepage/user-id/20185"&gt;@Dinny&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please make sure you are configuring a Dynamic lag on ICX side following the steps suggested at the beginning of this post, that will be the LACP way to configure it from our side and off course make sure the physical connections you have on both ends are also matching what we are assigning in the dynamic configuration.&lt;/P&gt;&lt;P&gt;if that is correct, please share the configuration of the lag and a 'show lag' output to check the current status, in case you have lldp enabled you can also share the 'show lldp neighbors' to check the physical connections.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Isaac Madriz&lt;BR /&gt;RCNA | Senior Technical Support Engineer&lt;BR /&gt;support.ruckuswireless.com/contact-us&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 18:38:35 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72963#M294</guid>
      <dc:creator>isaac_madriz</dc:creator>
      <dc:date>2023-12-12T18:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring Dynamic (LACP) and Static LAGs on ICX Switches</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72983#M295</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Dinny" target="_blank"&gt;Hi @Dinny&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a sample lag vonfiguration&lt;/P&gt;&lt;P&gt;lag test1 dynamic id 10&lt;BR /&gt;ports ethe 1/1/1 to 1/1/2&lt;BR /&gt;port-name To-Core1-1 ethernet 1/1/1&lt;BR /&gt;port-name To-Core1-2 ethernet 1/1/2&lt;/P&gt;&lt;P&gt;deploy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hashim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 22:41:38 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/Configuring-Dynamic-LACP-and-Static-LAGs-on-ICX-Switches/m-p/72983#M295</guid>
      <dc:creator>hashim_bharooc1</dc:creator>
      <dc:date>2023-12-12T22:41:38Z</dc:date>
    </item>
  </channel>
</rss>

