<?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: Create port sharing on 1 VSP switch using 2 ports in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116984#M2735</link>
    <description>&lt;P&gt;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/46174"&gt;@Phil_&lt;/a&gt;&amp;nbsp;Great - thanks for this, this has worked fine for me.&amp;nbsp; A slight curveball on this, if I now want to use 2 core switch ports on 2 DIFFERENT switches what would be the process for this.&amp;nbsp; I am thinking create an SMLT as split and patch the ports in?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 10:20:58 GMT</pubDate>
    <dc:creator>ExtremeNewbie</dc:creator>
    <dc:date>2024-12-03T10:20:58Z</dc:date>
    <item>
      <title>Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116895#M2729</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;I have a pair of 8404 VSP switches and wish to create a LAG (port channel) using 2 ports on the same switch and NOT across 2 switches.&amp;nbsp; The ports are live and active and are plugged into the end device.&lt;/P&gt;&lt;P&gt;What is the best way to do this and does anyone have any examples of commands to use.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both ports currently have the correct VLAN assigned, it's a case of joining the ports for redundancy.&lt;/P&gt;&lt;P&gt;Thanks All.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 14:11:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116895#M2729</guid>
      <dc:creator>ExtremeNewbie</dc:creator>
      <dc:date>2024-11-25T14:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116921#M2733</link>
      <description>&lt;P&gt;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/49938"&gt;@jody998&lt;/a&gt;&amp;nbsp; - Many thanks for this.&amp;nbsp; I will get the commands together and go through this and update this thread.&amp;nbsp; I will be using SSH to the switches.&amp;nbsp; The ports will be static so I am assuming a static LAG will suffice for this.&lt;/P&gt;&lt;P&gt;Lastly, there are some csharp and sql references.&amp;nbsp; I am of the opinion these commands will run in SSH and there is no need to use csharp or sql?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 13:48:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116921#M2733</guid>
      <dc:creator>ExtremeNewbie</dc:creator>
      <dc:date>2024-11-27T13:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116956#M2734</link>
      <description>&lt;P&gt;Hey Asifi,&lt;/P&gt;&lt;P&gt;you can create a classic MLT. The configuration looks like this:&lt;/P&gt;&lt;P&gt;enable&lt;BR /&gt;conf t&lt;BR /&gt;#create mlt 1&lt;BR /&gt;mlt 1&lt;BR /&gt;# give mlt 1 a name&lt;BR /&gt;mlt 1 name ""&lt;BR /&gt;# add members to the mlt&lt;BR /&gt;mlt 1 member 1/1,1/2&lt;BR /&gt;# add vlan to the mlt member&lt;BR /&gt;vlan members add 100 1/1,1/2&lt;BR /&gt;# if you want to add more vlans to the mlt members, than you need to tag the mlt with the following command&lt;BR /&gt;mlt 1 encapsulation dot1q&lt;/P&gt;&lt;P&gt;be aware that both members need the same vlans configured with correct tagging to work properly.&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Philipp&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 15:56:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116956#M2734</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2024-11-29T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116984#M2735</link>
      <description>&lt;P&gt;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/46174"&gt;@Phil_&lt;/a&gt;&amp;nbsp;Great - thanks for this, this has worked fine for me.&amp;nbsp; A slight curveball on this, if I now want to use 2 core switch ports on 2 DIFFERENT switches what would be the process for this.&amp;nbsp; I am thinking create an SMLT as split and patch the ports in?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 10:20:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116984#M2735</guid>
      <dc:creator>ExtremeNewbie</dc:creator>
      <dc:date>2024-12-03T10:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116985#M2736</link>
      <description>&lt;P&gt;&lt;a href="https://community.extremenetworks.com/t5/user/viewprofilepage/user-id/49938"&gt;@jody998&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great - thanks for this, this has worked fine for me.&amp;nbsp; A slight curveball on this, if I now want to use 2 core switch ports on 2 DIFFERENT switches what would be the process for this.&amp;nbsp; I am thinking create an SMLT as split and patch the ports in?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 10:21:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/116985#M2736</guid>
      <dc:creator>ExtremeNewbie</dc:creator>
      <dc:date>2024-12-03T10:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/117054#M2749</link>
      <description>&lt;P&gt;Correct. SMLT is designed for this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 12:50:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/117054#M2749</guid>
      <dc:creator>CordScott</dc:creator>
      <dc:date>2024-12-09T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/117055#M2750</link>
      <description>&lt;P&gt;Same steps as before. You just need to add the following configuration:&lt;/P&gt;&lt;P&gt;interface mlt 1&lt;BR /&gt;smlt&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Philipp&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 13:40:20 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/117055#M2750</guid>
      <dc:creator>Phil_</dc:creator>
      <dc:date>2024-12-09T13:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create port sharing on 1 VSP switch using 2 ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/117057#M2751</link>
      <description>&lt;P&gt;Thanks Everyone - that has done the trick :).&lt;/P&gt;&lt;P&gt;Thanks to everyone who contributed to this.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 16:11:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/create-port-sharing-on-1-vsp-switch-using-2-ports/m-p/117057#M2751</guid>
      <dc:creator>ExtremeNewbie</dc:creator>
      <dc:date>2024-12-09T16:11:12Z</dc:date>
    </item>
  </channel>
</rss>

