<?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: About Networking Voss and Exos Systems in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99272#M2319</link>
    <description>&lt;P&gt;you should only be losing 1 ping or 3 at most.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Make sure STP is disabled on your SMLT ports.&lt;/P&gt;&lt;P&gt;no spanning-tree mstp force-port-state enable.&lt;/P&gt;&lt;P&gt;2-&amp;nbsp; on your EXOS switch.&amp;nbsp; Make sure the Group algorithm is set to L2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://extreme-networks.my.site.com/ExtrArticleDetail?an=000074233&amp;amp;q=EXOS%20shared%20group%20configuraiton" target="_blank" rel="noopener"&gt;https://extreme-networks.my.site.com/ExtrArticleDetail?an=000074233&amp;amp;q=EXOS%20shared%20group%20configuraiton&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- Lastly.&amp;nbsp;&amp;nbsp; SMLT from a VSP to Shared Group to EXOS is fully supported.&lt;/P&gt;&lt;P&gt;but for the absolute &lt;STRONG&gt;best&lt;/STRONG&gt; results use LACP on the VSPs and EXOS.&lt;/P&gt;&lt;P&gt;VSP/VOSS example&lt;/P&gt;&lt;P&gt;&lt;A href="https://extreme-networks.my.site.com/ExtrArticleDetail?an=000083501&amp;amp;q=VSP%20SMLT%20LACP" target="_blank" rel="noopener"&gt;https://extreme-networks.my.site.com/ExtrArticleDetail?an=000083501&amp;amp;q=VSP%20SMLT%20LACP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then on the EXOS switch set the shared group to LACP&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2024 14:23:02 GMT</pubDate>
    <dc:creator>EXTR_Paul</dc:creator>
    <dc:date>2024-02-08T14:23:02Z</dc:date>
    <item>
      <title>About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99209#M2307</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pengguangjin999_0-1706930993966.png" style="width: 400px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6989i496581B9A3FBEF6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pengguangjin999_0-1706930993966.png" alt="pengguangjin999_0-1706930993966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to set up a network as shown in the diagram. Core is the Voss system, Access is the Exos system, and my core layer uses SPBM and VRRP technology for redundancy. The core and access are interconnected through SMLT technology. In my actual application, I found that when I disconnect an uplink, my access network is disconnected and cannot be restored until 20 packets are discarded and restored to normal. What is the reason for this?&lt;/P&gt;&lt;P&gt;Here is my core configuration script：&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface loopback 1&lt;BR /&gt;ip address 1.1.1.1/32&lt;BR /&gt;exit&lt;BR /&gt;spbm&lt;BR /&gt;spbm ethertype 0x8100&lt;BR /&gt;prompt HSBC-SZ-JF-Core_SW-001&lt;BR /&gt;router isis&lt;BR /&gt;spbm 1&lt;BR /&gt;spbm 1 b-vid 4051,4052 primary 4051&lt;BR /&gt;system-id 00bb.0021.0001&lt;BR /&gt;spbm 1 nick-name 1.21.01&lt;BR /&gt;manual-area 49.0000&lt;BR /&gt;spbm 1 multicast enable&lt;BR /&gt;spbm 1 smlt-peer-system-id 00bb.0021.0002&lt;BR /&gt;spbm 1 smlt-virtual-bmac 00:bb:00:21:00:0f&lt;BR /&gt;ip-source-address 1.1.1.1&lt;BR /&gt;spbm 1 ip enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan create 4051 type spbm-bvlan&lt;BR /&gt;vlan create 4052 type spbm-bvlan&lt;/P&gt;&lt;P&gt;vlan members remove 1 1/1-1/18&lt;BR /&gt;mlt 17 enable name vIST&lt;BR /&gt;mlt 17 member 1/17-1/18&lt;BR /&gt;mlt 17 encapsulation dot1q&lt;/P&gt;&lt;P&gt;interface mlt 17&lt;BR /&gt;isis&lt;BR /&gt;isis spbm 1&lt;BR /&gt;isis enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan create 4053 type port-mstprstp 0&lt;BR /&gt;vlan i-sid 4053 1004053&lt;BR /&gt;interface vlan 4053&lt;BR /&gt;ip address 10.10.0.1/30&lt;BR /&gt;exit&lt;BR /&gt;virtual-ist peer-ip 10.10.0.2 vlan 4053&lt;BR /&gt;cfm spbm mepid 1&lt;BR /&gt;cfm spbm enable&lt;BR /&gt;lacp smlt-sys-id 00:bb:00:21:00:ff&lt;/P&gt;&lt;P&gt;router isis enable&lt;/P&gt;&lt;P&gt;interface gig 1/17-1/18&lt;BR /&gt;no shutdown&lt;BR /&gt;&lt;BR /&gt;vlan create 11 name WuYe_YX type port-mstprstp 0&lt;BR /&gt;vlan create 12 name HYS_YX type port-mstprstp 0&lt;BR /&gt;vlan create 13 name ****ang_YX type port-mstprstp 0&lt;/P&gt;&lt;P&gt;vlan i-sid 11 1000011&lt;BR /&gt;vlan i-sid 12 1000012&lt;BR /&gt;vlan i-sid 13 1000013&lt;/P&gt;&lt;P&gt;int vlan 11&lt;BR /&gt;ip address 10.0.11.253/24&lt;BR /&gt;ip dhcp-relay&lt;BR /&gt;ip vrrp version 2&lt;BR /&gt;ip vrrp address 11 10.0.11.254&lt;BR /&gt;ip vrrp 11 backup-master enable&lt;BR /&gt;ip vrrp 11 priority 200&lt;BR /&gt;ip vrrp 11 enable&lt;BR /&gt;ip spb-multicast enable&lt;BR /&gt;exit&lt;BR /&gt;int vlan 12&lt;BR /&gt;ip address 10.0.12.253/24&lt;BR /&gt;ip dhcp-relay&lt;BR /&gt;ip vrrp version 2&lt;BR /&gt;ip vrrp address 12 10.0.12.254&lt;BR /&gt;ip vrrp 12 backup-master enable&lt;BR /&gt;ip vrrp 12 priority 200&lt;BR /&gt;ip vrrp 12 enable&lt;BR /&gt;ip spb-multicast enable&lt;BR /&gt;exit&lt;BR /&gt;int vlan 13&lt;BR /&gt;ip address 10.0.13.253/24&lt;BR /&gt;ip dhcp-relay&lt;BR /&gt;ip vrrp version 2&lt;BR /&gt;ip vrrp address 13 10.0.13.254&lt;BR /&gt;ip vrrp 13 backup-master enable&lt;BR /&gt;ip vrrp 13 priority 200&lt;BR /&gt;ip vrrp 13 enable&lt;BR /&gt;ip spb-multicast enable&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;mlt 1 enable name edge_B2&lt;BR /&gt;mlt 1 member 1/1&lt;BR /&gt;mlt 1 encapsulation dot1q&lt;BR /&gt;interface mlt 1&lt;BR /&gt;smlt&lt;BR /&gt;fa&lt;BR /&gt;fa enable&lt;BR /&gt;fa message-authentication&lt;BR /&gt;fa authentication-key HSBC&lt;BR /&gt;exit&lt;BR /&gt;mlt 2 enable name edge_B1&lt;BR /&gt;mlt 2 member 1/2&lt;BR /&gt;mlt 2 encapsulation dot1q&lt;BR /&gt;interface mlt 2&lt;BR /&gt;smlt&lt;BR /&gt;fa&lt;BR /&gt;fa enable&lt;BR /&gt;fa message-authentication&lt;BR /&gt;fa authentication-key HSBC&lt;BR /&gt;exit&lt;BR /&gt;mlt 3 enable name edge_1F&lt;BR /&gt;mlt 3 member 1/3&lt;BR /&gt;mlt 3 encapsulation dot1q&lt;BR /&gt;interface mlt 3&lt;BR /&gt;smlt&lt;BR /&gt;fa&lt;BR /&gt;fa enable&lt;BR /&gt;fa message-authentication&lt;BR /&gt;fa authentication-key HSBC&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following is the configuration script I connected to：&lt;/P&gt;&lt;P&gt;create vlan vlan11 tag 11&lt;BR /&gt;create vlan vlan12 tag 12&lt;BR /&gt;create vlan vlan13 tag 13&lt;/P&gt;&lt;P&gt;configure vlan vlan11 add nsi 1000011&lt;BR /&gt;configure vlan vlan12 add nsi 1000012&lt;BR /&gt;configure vlan vlan13 add nsi 1000013&lt;/P&gt;&lt;P&gt;enable stpd s0 auto-bind vlan vlan11&lt;BR /&gt;enable stpd s0 auto-bind vlan vlan12&lt;BR /&gt;enable stpd s0 auto-bind vlan vlan13&lt;/P&gt;&lt;P&gt;enable sharing 59 grouping 59-60&lt;BR /&gt;configure fabric attach port 59 authentication enable&lt;BR /&gt;configure fabric attach ports 59 authentication key HSBC&lt;BR /&gt;configure fabric attach port 60 authentication enable&lt;BR /&gt;configure fabric attach ports 60 authentication key HSBC&lt;/P&gt;&lt;P&gt;configure vlan vlan11 add ports 59 tagged&lt;BR /&gt;configure vlan vlan12 add ports 59 tagged&lt;BR /&gt;configure vlan vlan13 add ports 59 tagged&lt;/P&gt;&lt;P&gt;configure vlan vlan11 add ports 27-44 untagged&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 03:40:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99209#M2307</guid>
      <dc:creator>pengguangjin999</dc:creator>
      <dc:date>2024-02-03T03:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99213#M2308</link>
      <description>&lt;P&gt;Has that big shot ever deployed a similar environment&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 12:03:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99213#M2308</guid>
      <dc:creator>pengguangjin999</dc:creator>
      <dc:date>2024-02-03T12:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99214#M2309</link>
      <description>&lt;P&gt;I'm very anxious&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 12:04:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99214#M2309</guid>
      <dc:creator>pengguangjin999</dc:creator>
      <dc:date>2024-02-03T12:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99215#M2310</link>
      <description>&lt;P&gt;Hi Pengguangjin999,&lt;/P&gt;&lt;P&gt;You should check the spanning tree status on smlt interface on both side (edge and core).&lt;/P&gt;&lt;P&gt;From your edge configuration, I don't see any stp disable commands on sharing port.&lt;/P&gt;&lt;P&gt;From core config, it should be automatically disabled when it move to smlt, so no config needed.&lt;/P&gt;&lt;P&gt;Can you try to disable and update here ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Théo&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 13:15:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99215#M2310</guid>
      <dc:creator>TQU</dc:creator>
      <dc:date>2024-02-03T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99223#M2311</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;On the vIST side, the SMLT cluster switches, when SMLT is enabled on an MLT interface, spanning-tree is automatically disabled.&lt;/P&gt;&lt;P&gt;It is a SMLT design role to disable spanning-tree also on the other side of the connection to allow sub-second fail-over in case of link failure, when not disabled, spanning tree kicks in.&lt;/P&gt;&lt;P&gt;On the SMLT cluster you should use/enable SLPP (Simple Loop Prevention Protocol) which is designed to block loops in an SMLT network, on the EXOS switches SLPP-Guard is enabled on the access ports, never on the uplink ports.&lt;BR /&gt;Research the VOSS and EXOS manuals (and EXTREME site) for more information.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Feb 2024 20:50:18 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99223#M2311</guid>
      <dc:creator>WillyHe</dc:creator>
      <dc:date>2024-02-04T20:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99241#M2313</link>
      <description>&lt;P&gt;Okay, I'll give it a try&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 02:11:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99241#M2313</guid>
      <dc:creator>pengguangjin999</dc:creator>
      <dc:date>2024-02-06T02:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99242#M2314</link>
      <description>&lt;P&gt;Okay, I'll give it a try.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 02:11:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99242#M2314</guid>
      <dc:creator>pengguangjin999</dc:creator>
      <dc:date>2024-02-06T02:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99271#M2318</link>
      <description>&lt;P&gt;"it should be automatically disabled when it move to smlt, so no config needed"&lt;/P&gt;&lt;P&gt;That was the behaviour of the old ERS8600/8800s and VSP9000.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In VOSS code you need to explicitly disable STP on your SMLT uplinks.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:15:40 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99271#M2318</guid>
      <dc:creator>EXTR_Paul</dc:creator>
      <dc:date>2024-02-08T14:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: About Networking Voss and Exos Systems</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99272#M2319</link>
      <description>&lt;P&gt;you should only be losing 1 ping or 3 at most.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Make sure STP is disabled on your SMLT ports.&lt;/P&gt;&lt;P&gt;no spanning-tree mstp force-port-state enable.&lt;/P&gt;&lt;P&gt;2-&amp;nbsp; on your EXOS switch.&amp;nbsp; Make sure the Group algorithm is set to L2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://extreme-networks.my.site.com/ExtrArticleDetail?an=000074233&amp;amp;q=EXOS%20shared%20group%20configuraiton" target="_blank" rel="noopener"&gt;https://extreme-networks.my.site.com/ExtrArticleDetail?an=000074233&amp;amp;q=EXOS%20shared%20group%20configuraiton&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- Lastly.&amp;nbsp;&amp;nbsp; SMLT from a VSP to Shared Group to EXOS is fully supported.&lt;/P&gt;&lt;P&gt;but for the absolute &lt;STRONG&gt;best&lt;/STRONG&gt; results use LACP on the VSPs and EXOS.&lt;/P&gt;&lt;P&gt;VSP/VOSS example&lt;/P&gt;&lt;P&gt;&lt;A href="https://extreme-networks.my.site.com/ExtrArticleDetail?an=000083501&amp;amp;q=VSP%20SMLT%20LACP" target="_blank" rel="noopener"&gt;https://extreme-networks.my.site.com/ExtrArticleDetail?an=000083501&amp;amp;q=VSP%20SMLT%20LACP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then on the EXOS switch set the shared group to LACP&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 14:23:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/about-networking-voss-and-exos-systems/m-p/99272#M2319</guid>
      <dc:creator>EXTR_Paul</dc:creator>
      <dc:date>2024-02-08T14:23:02Z</dc:date>
    </item>
  </channel>
</rss>

