<?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: Stacking and Lag in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99055#M22253</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You haven't provided the network design, you might need to attach it?&lt;BR /&gt;&lt;BR /&gt;I would be using an MLAG rather than a stack in a core as this allows you to reboot them separately and would generally be best practice in a core.&lt;/P&gt;&lt;P&gt;I'm going to use two XOS based core switches, and a pair of X435 switches in my example below, you can extrapolate from there.&lt;/P&gt;&lt;P&gt;Setting up an MLAG (Multi-Chassis Link Aggregation) between two Extreme XOS core switches involves several steps. After establishing the MLAG, you can connect edge switches, like the X435s, via LACP. Additionally, configuring SNTP (Simple Network Time Protocol) and ELRP (Extreme Loop Recovery Protocol) is essential for maintaining accurate time synchronization and preventing network loops, respectively.&lt;/P&gt;&lt;P&gt;The ISC (Inter-Switch Connection) is a crucial component of an MLAG (Multi-Chassis Link Aggregation) setup in Extreme Networks switches. The ISC is responsible for providing a communication link between the MLAG peers, allowing them to synchronize state, share MAC address tables, and forward traffic as necessary.&lt;/P&gt;&lt;H3&gt;Part 1: Setting Up MLAG on Core Switches&lt;/H3&gt;&lt;H4&gt;Step 1: Prepare the Core Switches&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure System IPs&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;configure ipaddress &amp;lt;Core_Switch_IP&amp;gt; mask &amp;lt;Subnet_Mask&amp;gt; vlan &amp;lt;Management_VLAN&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure the MLAG Peer IPs&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure mlag peer ipaddress &amp;lt;Peer_Switch_IP&amp;gt; vlan &amp;lt;Management_VLAN&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Step 2: Configure the ISC (Inter-Switch Connection)&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create an ISC VLAN&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;create vlan "ISC_VLAN" configure vlan ISC_VLAN tag &amp;lt;ISC_VLAN_ID&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Add Ports to ISC VLAN&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure vlan ISC_VLAN add port &amp;lt;ISC_Ports&amp;gt; tagged&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure ISC IP Addresses&lt;/STRONG&gt;: Assign IP addresses to the ISC VLAN on both switches.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Step 3: Enable MLAG&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure MLAG Ports&lt;/STRONG&gt;: Configure the ports that will be part of the MLAG on both core switches.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable sharing &amp;lt;Port_Number&amp;gt; grouping &amp;lt;Port_List&amp;gt; algorithm address-based L3_L4&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Enable MLAG&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable mlag port &amp;lt;MLAG_Port&amp;gt; peer &amp;lt;Peer_Port&amp;gt; id &amp;lt;MLAG_ID&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Part 2: Connecting X435 Switches via LACP&lt;/H3&gt;&lt;H4&gt;Step 1: Create LAG on X435 Switches&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure LAG&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable sharing &amp;lt;Port_Number&amp;gt; grouping &amp;lt;Port_List&amp;gt; algorithm address-based L3_L4&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Assign LAG to VLANs&lt;/STRONG&gt;: Assign the LAG to appropriate VLANs as needed.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Step 2: Connect to Core Switches&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Connect the X435s&lt;/STRONG&gt;: Connect the LAG ports from each X435 to the respective core switches.&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Part 3: Best Practices&lt;/H3&gt;&lt;H4&gt;SNTP Configuration&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure NTP Server&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure sntp primary &amp;lt;NTP_Server_IP&amp;gt; enable sntp-client&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure Timezone&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure timezone &amp;lt;Timezone&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;ELRP Configuration&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure ELRP for Loop Prevention&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run ELRP on critical VLANs to detect potential loops.&lt;/LI&gt;&lt;LI&gt;Configure ELRP on a per-VLAN basis.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable elrp-client &amp;lt;VLAN_Name&amp;gt; ports all interval &amp;lt;Interval_Seconds&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;General Best Practices&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Firmware&lt;/STRONG&gt;: Ensure both switches are running the same firmware version.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Backup Configuration&lt;/STRONG&gt;: Regularly backup the configuration of your switches.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Monitoring&lt;/STRONG&gt;: Implement proactive monitoring for the MLAG, LACP status, and other critical parameters.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Documentation&lt;/STRONG&gt;: Maintain clear documentation of your configuration and any changes made.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This setup provides high availability and redundancy, but it's important to test configurations in a controlled environment before deploying in production. Additionally, always refer to the specific ExtremeXOS documentation for your switch model and firmware version, as commands and capabilities can vary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jan 2024 19:22:42 GMT</pubDate>
    <dc:creator>Brent_Addis</dc:creator>
    <dc:date>2024-01-28T19:22:42Z</dc:date>
    <item>
      <title>Stacking and Lag</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99004#M22239</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am currently looking to replace existing cisco Core switches with two extreme switches core for redandancy (in stack) ,and replace existing cisco Access switches with the X435 models , and need to know best practice for configuring these Core switches with STP and LAG before connecting them to the network .What STP and LAG configuration schould be set for core switches and the X435.&lt;/P&gt;&lt;P&gt;please find the network design below,&lt;BR /&gt;What is the best practice ?&lt;/P&gt;&lt;H2&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H2&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Jan 2024 09:05:03 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99004#M22239</guid>
      <dc:creator>WAJDI-S</dc:creator>
      <dc:date>2024-01-23T09:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Stacking and Lag</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99055#M22253</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You haven't provided the network design, you might need to attach it?&lt;BR /&gt;&lt;BR /&gt;I would be using an MLAG rather than a stack in a core as this allows you to reboot them separately and would generally be best practice in a core.&lt;/P&gt;&lt;P&gt;I'm going to use two XOS based core switches, and a pair of X435 switches in my example below, you can extrapolate from there.&lt;/P&gt;&lt;P&gt;Setting up an MLAG (Multi-Chassis Link Aggregation) between two Extreme XOS core switches involves several steps. After establishing the MLAG, you can connect edge switches, like the X435s, via LACP. Additionally, configuring SNTP (Simple Network Time Protocol) and ELRP (Extreme Loop Recovery Protocol) is essential for maintaining accurate time synchronization and preventing network loops, respectively.&lt;/P&gt;&lt;P&gt;The ISC (Inter-Switch Connection) is a crucial component of an MLAG (Multi-Chassis Link Aggregation) setup in Extreme Networks switches. The ISC is responsible for providing a communication link between the MLAG peers, allowing them to synchronize state, share MAC address tables, and forward traffic as necessary.&lt;/P&gt;&lt;H3&gt;Part 1: Setting Up MLAG on Core Switches&lt;/H3&gt;&lt;H4&gt;Step 1: Prepare the Core Switches&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure System IPs&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;configure ipaddress &amp;lt;Core_Switch_IP&amp;gt; mask &amp;lt;Subnet_Mask&amp;gt; vlan &amp;lt;Management_VLAN&amp;gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure the MLAG Peer IPs&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure mlag peer ipaddress &amp;lt;Peer_Switch_IP&amp;gt; vlan &amp;lt;Management_VLAN&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Step 2: Configure the ISC (Inter-Switch Connection)&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Create an ISC VLAN&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;create vlan "ISC_VLAN" configure vlan ISC_VLAN tag &amp;lt;ISC_VLAN_ID&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Add Ports to ISC VLAN&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure vlan ISC_VLAN add port &amp;lt;ISC_Ports&amp;gt; tagged&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure ISC IP Addresses&lt;/STRONG&gt;: Assign IP addresses to the ISC VLAN on both switches.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Step 3: Enable MLAG&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure MLAG Ports&lt;/STRONG&gt;: Configure the ports that will be part of the MLAG on both core switches.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable sharing &amp;lt;Port_Number&amp;gt; grouping &amp;lt;Port_List&amp;gt; algorithm address-based L3_L4&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Enable MLAG&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable mlag port &amp;lt;MLAG_Port&amp;gt; peer &amp;lt;Peer_Port&amp;gt; id &amp;lt;MLAG_ID&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Part 2: Connecting X435 Switches via LACP&lt;/H3&gt;&lt;H4&gt;Step 1: Create LAG on X435 Switches&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure LAG&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable sharing &amp;lt;Port_Number&amp;gt; grouping &amp;lt;Port_List&amp;gt; algorithm address-based L3_L4&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Assign LAG to VLANs&lt;/STRONG&gt;: Assign the LAG to appropriate VLANs as needed.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;Step 2: Connect to Core Switches&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Connect the X435s&lt;/STRONG&gt;: Connect the LAG ports from each X435 to the respective core switches.&lt;/LI&gt;&lt;/OL&gt;&lt;H3&gt;Part 3: Best Practices&lt;/H3&gt;&lt;H4&gt;SNTP Configuration&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure NTP Server&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure sntp primary &amp;lt;NTP_Server_IP&amp;gt; enable sntp-client&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure Timezone&lt;/STRONG&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;configure timezone &amp;lt;Timezone&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;ELRP Configuration&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Configure ELRP for Loop Prevention&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Run ELRP on critical VLANs to detect potential loops.&lt;/LI&gt;&lt;LI&gt;Configure ELRP on a per-VLAN basis.&lt;/LI&gt;&lt;/UL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;shell&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;enable elrp-client &amp;lt;VLAN_Name&amp;gt; ports all interval &amp;lt;Interval_Seconds&amp;gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;General Best Practices&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Firmware&lt;/STRONG&gt;: Ensure both switches are running the same firmware version.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Backup Configuration&lt;/STRONG&gt;: Regularly backup the configuration of your switches.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Monitoring&lt;/STRONG&gt;: Implement proactive monitoring for the MLAG, LACP status, and other critical parameters.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Documentation&lt;/STRONG&gt;: Maintain clear documentation of your configuration and any changes made.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This setup provides high availability and redundancy, but it's important to test configurations in a controlled environment before deploying in production. Additionally, always refer to the specific ExtremeXOS documentation for your switch model and firmware version, as commands and capabilities can vary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2024 19:22:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99055#M22253</guid>
      <dc:creator>Brent_Addis</dc:creator>
      <dc:date>2024-01-28T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stacking and Lag</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99059#M22255</link>
      <description>&lt;P&gt;As Brent described it, MLAG is the best solution.&lt;/P&gt;&lt;P&gt;Stacking would also work if you use the topology ring. It is rather the simpler solution.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 06:47:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99059#M22255</guid>
      <dc:creator>markus_of</dc:creator>
      <dc:date>2024-01-29T06:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stacking and Lag</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99251#M22302</link>
      <description>&lt;P&gt;thank you all for return&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 12:58:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stacking-and-lag/m-p/99251#M22302</guid>
      <dc:creator>WAJDI-S</dc:creator>
      <dc:date>2024-02-06T12:58:30Z</dc:date>
    </item>
  </channel>
</rss>

