<?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: Tagging Vlan on LACP on VSP8600 in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80985#M1289</link>
    <description>&lt;P&gt;Thanks Ludovico, this may help for the similar changes in the future&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="8b591eca1c314884913d60c56f93efd0_1f44d.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1309i10AFE1FF31ED5FE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="8b591eca1c314884913d60c56f93efd0_1f44d.png" alt="8b591eca1c314884913d60c56f93efd0_1f44d.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 19:24:29 GMT</pubDate>
    <dc:creator>IgorN</dc:creator>
    <dc:date>2020-07-17T19:24:29Z</dc:date>
    <item>
      <title>Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80979#M1283</link>
      <description>Hello All,&lt;BR /&gt;
&lt;BR /&gt;
interface gigabitethernet 1/1&lt;BR /&gt;
lacp aggregation enable&lt;BR /&gt;
lacp enable&lt;BR /&gt;
lacp key 10&lt;BR /&gt;
lacp mode passive&lt;BR /&gt;
&lt;BR /&gt;
interface gigabitethernet 1/2&lt;BR /&gt;
lacp aggregation enable&lt;BR /&gt;
lacp enable&lt;BR /&gt;
lacp key 10&lt;BR /&gt;
lacp mode passive&lt;BR /&gt;
&lt;BR /&gt;
I think I done the lacp config, but I need to add vlan on this. &lt;BR /&gt;
When I do the below,&lt;BR /&gt;
&lt;BR /&gt;
"vlan members add 3 1/"&lt;BR /&gt;
&lt;BR /&gt;
I am having the error&lt;BR /&gt;
&lt;BR /&gt;
"other ports are using the same key. Can not change port vlan membership"&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Best Regards</description>
      <pubDate>Fri, 26 Oct 2018 23:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80979#M1283</guid>
      <dc:creator>Erhan_YILDIZ1</dc:creator>
      <dc:date>2018-10-26T23:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80980#M1284</link>
      <description>Try disabling lacp on the interfaces first, then add ports to the vlan and enable lacp again.&lt;BR /&gt;
&lt;BR /&gt;
interface gig 1/1,1/2 no lacp enable&lt;BR /&gt;
exit&lt;BR /&gt;
vlan members add 3 1/1,1/2&lt;BR /&gt;
interface gig 1/1,1/2&lt;BR /&gt;
lacp enable&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Oct 2018 00:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80980#M1284</guid>
      <dc:creator>Martin_Sebek</dc:creator>
      <dc:date>2018-10-27T00:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80981#M1285</link>
      <description>Try below command.&lt;BR /&gt;
&lt;BR /&gt;
1.To add a VLAN to an active LACP-enabled MLT:&lt;BR /&gt;
mlt &lt;MLT-ID&gt; vlan &lt;VID&gt;&lt;BR /&gt;
vlan mlt &lt;VID&gt; &lt;MLT-ID&gt;&lt;BR /&gt;
&lt;BR /&gt;
2.To remove a VLAN from an active LACP-enabled MLT:&lt;BR /&gt;
no mlt &lt;MLT-ID&gt; vlan &lt;VID&gt;&lt;BR /&gt;
&lt;BR /&gt;
3.Adding or removing individual ports from a VLAN is not allowed when these ports are members of an active LACP-enabled MLT unless LACP is disabled first.&lt;BR /&gt;
&lt;BR /&gt;
4.Example&lt;BR /&gt;
&lt;BR /&gt;
BEB-40:1(config)#show vlan members&lt;BR /&gt;
&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
                                   Vlan Port&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
VLAN PORT               ACTIVE             STATIC             NOT_ALLOW&lt;BR /&gt;
ID   MEMBER             MEMBER             MEMBER             MEMBER&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1&lt;BR /&gt;
&lt;BR /&gt;
10   1/1                1/1&lt;BR /&gt;
&lt;BR /&gt;
12   1/7                1/7&lt;BR /&gt;
&lt;BR /&gt;
30   1/4                1/4&lt;BR /&gt;
&lt;BR /&gt;
31&lt;BR /&gt;
&lt;BR /&gt;
BEB-40:1(config)#show mlt&lt;BR /&gt;
&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
                                    Mlt Info&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
                        PORT    MLT   MLT        PORT         VLAN&lt;BR /&gt;
MLTID IFINDEX NAME      TYPE   ADMIN CURRENT    MEMBERS       IDS&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1   6144  MLT-1        trunk   norm   norm     1/4               30&lt;BR /&gt;
&lt;BR /&gt;
All 1 out of 1 Total Num of mlt displayed&lt;BR /&gt;
&lt;BR /&gt;
               DESIGNATED   LACP      LACP&lt;BR /&gt;
MLTID IFINDEX  PORTS        ADMIN     OPER&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1      6144    1/4           enable      up&lt;BR /&gt;
&lt;BR /&gt;
All 1 out of 1 Total Num of mlt displayed&lt;BR /&gt;
&lt;BR /&gt;
                                                            WHICH PORTS&lt;BR /&gt;
             WHERE      LOCAL             REMOTE            PROGRAMMED&lt;BR /&gt;
MLTID NAME   CREATED    PORT MEMBERS      PORT MEMBERS      IN DATA PATH&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1    MLT-1   LOCAL      1/4                                 LOCAL&lt;BR /&gt;
&lt;BR /&gt;
BEB-40:1(config)#mlt 1 vlan 31&lt;BR /&gt;
&lt;BR /&gt;
BEB-40:1(config)#show mlt&lt;BR /&gt;
&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
                                    Mlt Info&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
                        PORT    MLT   MLT        PORT         VLAN&lt;BR /&gt;
MLTID IFINDEX NAME      TYPE   ADMIN CURRENT    MEMBERS       IDS&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1   6144  MLT-1        trunk   norm   norm     1/4               30 31&lt;BR /&gt;
&lt;BR /&gt;
All 1 out of 1 Total Num of mlt displayed&lt;BR /&gt;
&lt;BR /&gt;
               DESIGNATED   LACP      LACP&lt;BR /&gt;
MLTID IFINDEX  PORTS        ADMIN     OPER&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1      6144    1/4           enable      up&lt;BR /&gt;
&lt;BR /&gt;
All 1 out of 1 Total Num of mlt displayed&lt;BR /&gt;
&lt;BR /&gt;
                                                            WHICH PORTS&lt;BR /&gt;
             WHERE      LOCAL             REMOTE            PROGRAMMED&lt;BR /&gt;
MLTID NAME   CREATED    PORT MEMBERS      PORT MEMBERS      IN DATA PATH&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1    MLT-1   LOCAL      1/4                                 LOCAL&lt;BR /&gt;
&lt;BR /&gt;&lt;/VID&gt;&lt;/MLT-ID&gt;&lt;/MLT-ID&gt;&lt;/VID&gt;&lt;/VID&gt;&lt;/MLT-ID&gt;</description>
      <pubDate>Mon, 29 Oct 2018 08:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80981#M1285</guid>
      <dc:creator>Jongseok_Won</dc:creator>
      <dc:date>2018-10-29T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80982#M1286</link>
      <description>Copy and paste from the VSP documentation.&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;When you add a VLAN to a dynamic MLT, only the active ports of the MLT are added as port members of the VLAN. Ports configured with the same aggregation key, but not active, are not added to the VLAN. If these inactive ports become active later, the system does not automatically add them to the VLAN port member list.&lt;/I&gt;&lt;I&gt;You must add all inactive ports to the VLAN. If you do not add the inactive ports to the VLAN, when they become active later, hashing can result in choosing a newly active port for traffic forwarding. Because the port is not a port member of the VLAN, traffic will be dropped. When you add the VLAN to the MLT, also add the inactive aggregation ports to the VLAN. You may need to disable LACP on the inactive ports before you can add them to the VLAN. Because the ports are inactive, disabling LACP does not cause a traffic interruption.&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
So in case of dynamic MLT the prefered way is to add vlan on individual ports.  And while doing this LACP cannot be enabled on those ports.  That's why I recommended disabling lacp, add ports to the vlan and enable lacp again.  From the question it is not clear if all ports are active members or not.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Oct 2018 11:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80982#M1286</guid>
      <dc:creator>Martin_Sebek</dc:creator>
      <dc:date>2018-10-29T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80983#M1287</link>
      <description>Hi all, I have a similar task, 2x VSP7200 stacked switches are connected with 4x10G ports in a LAG to a Cisco VHS cluster, at Cisco end it is a single PortChannel. Now we need to add new VLANs to this LAG and for that we have to disable and re-enable LACP on both VSP switches. Is this service-affecting? Obviously it will happen out of hours, but if it is affecting then the change window and amount of regression testing on the apps side, and overall perceived risk will be much larger.&lt;BR /&gt;
Thanks!</description>
      <pubDate>Thu, 21 Mar 2019 19:42:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80983#M1287</guid>
      <dc:creator>IgorN</dc:creator>
      <dc:date>2019-03-21T19:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80984#M1288</link>
      <description>&lt;P&gt;Gents&lt;/P&gt;  &lt;P&gt;VSP LACP was changed a while back (VSP9000 rel 3.2.0.0 for the record; all modern VSPs descend from that) to allow dynamically adding or deleting of VLANs on LAG ports (without having to disable LACP on the ports). For this to work, the LAG ports must already be aggregated and active members of the MLT id configured for the same LACP key.&lt;/P&gt;  &lt;P&gt;You then use either of these commands:&lt;/P&gt;  &lt;PRE&gt;&lt;CODE&gt;[no] vlan mlt &amp;lt;vlan-id&amp;gt; &amp;lt;mlt-id&amp;gt;&lt;BR /&gt;[no] mlt &amp;lt;mlt-id&amp;gt; vlan &amp;lt;vlan-list&amp;gt;&lt;BR /&gt;vlan members add|remove &amp;lt;vlan-id&amp;gt; &amp;lt;port-list&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;  &lt;P&gt;The 1st two commands are preferred; if using the latter you need to make sure all ports in the MLT are specified.&lt;/P&gt;  &lt;P&gt;The issue of having to disable LACP on the port is only if some of the ports are NOT active members of the MLT and you have configured them with the same key. Now in this case, the third and last command listed above will give an error. But the 1st two commands remain operational (without needing to disable LACP on the ports).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 16:42:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80984#M1288</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2020-07-13T16:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Tagging Vlan on LACP on VSP8600</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80985#M1289</link>
      <description>&lt;P&gt;Thanks Ludovico, this may help for the similar changes in the future&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="8b591eca1c314884913d60c56f93efd0_1f44d.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1309i10AFE1FF31ED5FE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="8b591eca1c314884913d60c56f93efd0_1f44d.png" alt="8b591eca1c314884913d60c56f93efd0_1f44d.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 19:24:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/tagging-vlan-on-lacp-on-vsp8600/m-p/80985#M1289</guid>
      <dc:creator>IgorN</dc:creator>
      <dc:date>2020-07-17T19:24:29Z</dc:date>
    </item>
  </channel>
</rss>

