<?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 VSP Switch Clustering with 3rd Party Switches in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63922#M648</link>
    <description>&lt;P&gt;Hi. Does anyone have standards/config for a VSP cluster connection to 3rd party switch cluster with LACP? The 3rd party will be HP/Aruba or Dell switches. I see some loops when 1 of the 3rd party switches are rebooted. Any ideas perhaps?&lt;/P&gt; &lt;P&gt;Thx.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 16:42:18 GMT</pubDate>
    <dc:creator>RiaanvS</dc:creator>
    <dc:date>2020-04-23T16:42:18Z</dc:date>
    <item>
      <title>VSP Switch Clustering with 3rd Party Switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63922#M648</link>
      <description>&lt;P&gt;Hi. Does anyone have standards/config for a VSP cluster connection to 3rd party switch cluster with LACP? The 3rd party will be HP/Aruba or Dell switches. I see some loops when 1 of the 3rd party switches are rebooted. Any ideas perhaps?&lt;/P&gt; &lt;P&gt;Thx.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 16:42:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63922#M648</guid>
      <dc:creator>RiaanvS</dc:creator>
      <dc:date>2020-04-23T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: VSP Switch Clustering with 3rd Party Switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63923#M649</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; &lt;P&gt;Never forget to disable spanning tree on SMLT links.&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;I use this to MLT+LACP for a Cisco switches:&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;mlt 137 enable name TO-CISCO-SWITCH1&lt;BR /&gt; mlt 137 encapsulation dot1q&lt;BR /&gt; mlt 138 enable name TO-CISCO-SWITCH2&lt;BR /&gt; mlt 138 encapsulation dot1q&lt;/P&gt; &lt;P&gt;interface mlt 137&lt;BR /&gt; smlt&lt;BR /&gt; lacp enable key 137&lt;BR /&gt; exit&lt;/P&gt; &lt;P&gt;interface mlt 138&lt;BR /&gt; smlt&lt;BR /&gt; lacp enable key 138&lt;BR /&gt; exit&lt;/P&gt; &lt;P&gt;interface GigabitEthernet 1/37&lt;BR /&gt; default-vlan-id 0&lt;BR /&gt; name "TO-CISCO-SWITCH1"&lt;BR /&gt; lacp key 137 aggregation enable partner-key 137 partner-port-priority 32768 partner-system-priority 32768 timeout-time short&lt;BR /&gt; lacp enable&lt;BR /&gt; no spanning-tree mstp&amp;nbsp; force-port-state enable&lt;BR /&gt; y&lt;BR /&gt; exit&lt;/P&gt; &lt;P&gt;interface GigabitEthernet 1/38&lt;BR /&gt; default-vlan-id 0&lt;BR /&gt; name "TO-CISCO-SWITCH2"&lt;BR /&gt; lacp key 138 aggregation enable partner-key 138 partner-port-priority 32768 partner-system-priority 32768 timeout-time short&lt;BR /&gt; lacp enable&lt;BR /&gt; no spanning-tree mstp&amp;nbsp; force-port-state enable&lt;BR /&gt; y&lt;BR /&gt; exit&lt;/P&gt; &lt;P&gt;&lt;STRONG&gt;And I used this to MLT+LACP to a Cisco router&lt;/STRONG&gt;&lt;/P&gt; &lt;P&gt;#&lt;/P&gt; &lt;P&gt;# MLT CONFIGURATION&lt;BR /&gt; mlt 203 enable name CiscoRouter&lt;BR /&gt; mlt 203 encapsulation dot1q&lt;BR /&gt; interface mlt 203&lt;BR /&gt; smlt&lt;BR /&gt; lacp enable key 203&lt;BR /&gt; exit&lt;BR /&gt; #&lt;BR /&gt; # VLAN CONFIGURATION&lt;BR /&gt; vlan mlt 100 203&lt;BR /&gt; vlan mlt 101 203&lt;BR /&gt; vlan mlt 110 203&lt;BR /&gt; vlan mlt 115 203&lt;BR /&gt; vlan mlt 246 203&lt;/P&gt; &lt;P&gt;# PORT CONFIGURATION - PHASE II&lt;BR /&gt; #&lt;BR /&gt; interface GigabitEthernet 2/3&lt;BR /&gt; lacp key 203 aggregation enable&lt;BR /&gt; lacp enable&lt;BR /&gt; exit&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt; &lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 14:22:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63923#M649</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2020-04-24T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: VSP Switch Clustering with 3rd Party Switches</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63924#M650</link>
      <description>&lt;P&gt;Thank you Mig.&lt;/P&gt; &lt;P&gt;On the VSP side spanning-tree was disabled. I found that the Dell switch side was not. Also the Dell side was running spanning-tree mode VLAN instead of port which I changed. This seems to have solved the issue.&amp;nbsp;&lt;/P&gt; &lt;P&gt;Regards,&lt;/P&gt; &lt;P&gt;Riaan&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 14:41:44 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-switch-clustering-with-3rd-party-switches/m-p/63924#M650</guid>
      <dc:creator>RiaanvS</dc:creator>
      <dc:date>2020-04-24T14:41:44Z</dc:date>
    </item>
  </channel>
</rss>

