<?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 Configuring a Static / Dynamic LAG on a SecureStack in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/configuring-a-static-dynamic-lag-on-a-securestack/m-p/43653#M187</link>
    <description>Article ID: 5531 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3, B3, B2, A2; all firmware&lt;BR /&gt;
SecureStack C2, firmware 2.00.48 and higher&lt;BR /&gt;
C5-Series, B5-Series, A4-Series; all firmware &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
Link Aggregation&lt;BR /&gt;
Static LAG&lt;BR /&gt;
Dynamic LAG&lt;BR /&gt;
LACP &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Standards&lt;/B&gt;&lt;BR /&gt;
802.3ad &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
CLI-based LAG configuration is supported with C2 firmware 2.00.48 and higher, and with any C5/C3/B5/B3/B2/A4/A2 firmware. &lt;BR /&gt;
&lt;BR /&gt;
To help explain firmware changes implemented as of around March 2006, releases since that time (any C5 firmware, any C3 firmware, C2 firmware 3.03.23 and higher, any B5 firmware, any B3 firmware, B2 firmware 2.01.10 and higher, any A4 firmware, and A2 firmware 1.01.46 and higher) are collectively termed "later firmware" in the remainder of this document, and releases prior to those are collectively termed "earlier firmware". &lt;BR /&gt;
&lt;BR /&gt;
There are several key differences with later firmware:&lt;UL&gt; 
&lt;LI&gt;The 'set lacp static enable' command, previously necessary in order to create a Static LAG, is no longer present with later firmware. 
&lt;/LI&gt;&lt;LI&gt;The 'set lacp static...' command has a different format and issues a different set of functional commands. 
&lt;/LI&gt;&lt;LI&gt;By default both the LAG aadminkeys ('set lacp aadminkey &amp;lt;&lt;I&gt;Lag_ID&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt;') and the Port aadminkeys ('set port lacp port &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; aadminkey &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt;') have a value of 32768, so LAGs will readily form without having to in all cases adjust the key values.&lt;/LI&gt;&lt;/UL&gt;
Finally; as of C5/C3/B5/B3/A4 firmware 6.61.02.0007, "Flexible LAGs" allow the user to select the number of LAG groups desired while still limiting the maximum number of underlying physical ports to 48. The user may choose &lt;U&gt;24&lt;/U&gt; groups of 2 ports, &lt;U&gt;12&lt;/U&gt; groups of 4 ports, or &lt;U&gt;6&lt;/U&gt; groups of 8 ports (default). These counts are per stack, and are the same regardless of how many switch units are in the stack. The new commands are 'set lacp groups &amp;lt;&lt;I&gt;number&lt;/I&gt;&amp;gt;', 'clear lacp groups', and 'show lacp groups'. Changing the maximum number of groups requires a system reset, upon which the LACP configuration will be returned to default values.&lt;BR /&gt;
Attempting to exceed the maximum number of supported underlying LAG ports for the group yields error message "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;One or more ports was not added to the LAG. The maximum number of LAG members was reached (&lt;/PRE&gt;&lt;/DIV&gt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;).&lt;/PRE&gt;&lt;/DIV&gt;"&lt;BR /&gt;
&lt;BR /&gt;
Examples:C5(su)-&amp;gt;&lt;B&gt;set lacp groups 24&lt;/B&gt;&lt;BR /&gt;
Changing group limits will result in a system reset and loss of LACP configuration.&lt;BR /&gt;
Do you wish to proceed? (y/n)&lt;BR /&gt;
 &lt;BR /&gt;
C5(su)-&amp;gt;&lt;B&gt;clear lacp groups&lt;/B&gt;&lt;BR /&gt;
Changing group limits will result in a system reset and loss of LACP configuration.&lt;BR /&gt;
Do you wish to proceed? (y/n)&lt;BR /&gt;
 &lt;BR /&gt;
C5(su)-&amp;gt;&lt;B&gt;show lacp groups&lt;/B&gt;&lt;BR /&gt;
LACP groups supported 6&lt;U&gt;Default aadminkey settings with earlier firmware&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
By default, logical LAG (Aggregator) ports have the following aadminkey (Actor Admin Key) values. For best, most consistent results; these values should remain at their defaults: LAG    aadminkey&lt;BR /&gt;
 &lt;BR /&gt;
lag.0.1   418&lt;BR /&gt;
lag.0.2   419&lt;BR /&gt;
lag.0.3   420&lt;BR /&gt;
lag.0.4   421&lt;BR /&gt;
lag.0.5   422&lt;BR /&gt;
lag.0.6   423By default, physical ports have an aadminkey equaling the port instance. For example, port ge.1.8 defaults to aadminkey=8. In order for Dynamic or Static LAGs to form, it is necessary to configure port aadminkey values to match the aadminkey of an available LAG Aggregator. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Default aadminkey settings with later firmware&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
By default, logical LAG (Aggregator) ports and physical ports have aadminkey 32768. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Configuring a Dynamic LAG with earlier firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Choose the logical LAG port (Aggregator) you wish to utilize (ex: lag.0.1). 
&lt;/LI&gt;&lt;LI&gt;Choose the underlying physical ports that will comprise the LAG (ex: ge.1.1-8). 
&lt;/LI&gt;&lt;LI&gt;Configure the underlying physical ports to use the same aadminkey as the chosen logical LAG port.&lt;UL&gt;  CLI command format: set port lacp port &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt; aadminkey &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt; &lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set port lacp port ge.1.1-8 aadminkey 418&lt;/B&gt;&lt;BR /&gt;
&lt;LI&gt;Verify the Dynamic LAG status, after the physical connection has been made.&lt;UL&gt;&lt;/UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;To clear the example configuration: &lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear port lacp port ge.1.1-8 aadminkey&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1r9xhmN" target="_blank" rel="nofollow noreferrer noopener"&gt;5340&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Configuring a Dynamic LAG with later firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;For the C5/B5-Series only, port-enable LACP as desired (&lt;A href="http://bit.ly/1aYzDfC" target="_blank" rel="nofollow noreferrer noopener"&gt;13381&lt;/A&gt;) because this is by default &lt;I&gt;disabled&lt;/I&gt;. 
&lt;/LI&gt;&lt;LI&gt;Verify the Dynamic LAG status, after the physical connection has been made.&lt;UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/UL&gt;&lt;U&gt;&lt;BR /&gt;
Configuring a Static LAG with earlier firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Identify the logical LAG port (Aggregator) you wish to utilize (ex: lag.0.1). 
&lt;/LI&gt;&lt;LI&gt;Identify the underlying physical ports that will comprise the LAG (ex: ge.1.1-8). 
&lt;/LI&gt;&lt;LI&gt;Configure the underlying physical ports to use the same aadminkey as the chosen logical LAG port.&lt;UL&gt;  CLI command format: set lacp static &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set lacp static lag.0.1 ge.1.1-8 418&lt;/B&gt;&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note1:&lt;/U&gt; This "virtual" command will not appear in the output of a 'show configuration', and actually issues the following "real" commands:&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set lacp aadminkey lag.0.1 418&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set port lacp port ge.1.1-8 aadminkey 418&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note2:&lt;/U&gt; Because lag.0.1's aadminkey has a default value of 418, the 'set lacp aadminkey' command shown above is only necessary if a differing aadminkey value had been selected via specification of the 'set lacp static' command's "key" subparameter. Because in this case the specified aadminkey is the default value, the command will not appear in the output of a 'show configuration'.&lt;BR /&gt;
&lt;LI&gt;Disable the LACP protocol on the new Static LAG ports.&lt;UL&gt;&lt;/UL&gt;  CLI command format: set port lacp port &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt; disable&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set port lacp port ge.1.1-8 disable&lt;/B&gt;&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Enable Static LAG functionality on the switch/stack.&lt;UL&gt;&lt;/UL&gt;  CLI command: C2(rw)-&amp;gt;&lt;B&gt;set lacp static enable&lt;/B&gt;&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Verify the Static LAG status.&lt;UL&gt;&lt;/UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;To clear the example configuration:&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;set lacp static disable&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;set port lacp port ge.1.1-8 enable&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear port lacp port ge.1.1-8 aadminkey&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;set lacp aadminkey lag.0.1 418&lt;/B&gt; (optional, here) &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Configuring a Static LAG with later firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Identify the logical LAG port (Aggregator) you wish to utilize (ex: lag.0.1). 
&lt;/LI&gt;&lt;LI&gt;Identify the underlying physical ports that will comprise the LAG (ex: ge.1.1-8). 
&lt;/LI&gt;&lt;LI&gt;Configure the Aggregator and ports to all use the same aadminkey which is unique from the aadminkey used by other LAGs and ports.&lt;UL&gt;  CLI command format: set lacp static &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt; key &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set lacp static lag.0.1 key 1 ge.1.1-8&lt;/B&gt;&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note1:&lt;/U&gt; The first portion of this "virtual" command will appear in the output of a 'show configuration', and when entered actually issues the following commands:&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set lacp static lag.0.1&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set lacp aadminkey lag.0.1 1&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set port lacp port ge.1.1-8 aadminkey 1&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set port lacp port ge.1.1-8 disable&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note2:&lt;/U&gt; As with any cli command issued, the above commands will only appear in the output of a 'show configuration' if they differ from the default values.&lt;BR /&gt;
&lt;LI&gt;Verify the Static LAG status.&lt;UL&gt;&lt;/UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;To clear the example configuration: &lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear lacp static lag.0.1 ge.1.1-8&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear lacp static lag.0.1&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;In general&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
Also be aware that for both Dynamic and Static LAGs, any VLAN configurations should minimally be applied to the logical LAG port instance, rather than the underlying ports; because for a port that is also part of a LAG, the LAG's VLAN configuration will prevail for that port. However, it is common practice to VLAN-configure both the LAG and underlying ports, so the VLAN behavior will be consistent regardless of whether or not the LAG is in effect. &lt;BR /&gt;
&lt;BR /&gt;
Also see this &lt;A href="https://www.youtube.com/watch?v=-YpDo6joVG8&amp;amp;#38;index=8&amp;amp;#38;list=PLvQMiI4QwvHTFYkDRLl_8NUE8Ijp5Zm8n" target="_blank" rel="nofollow noreferrer noopener"&gt;HowTo Video&lt;/A&gt; which explains how to configure a Dynamic LAG. &lt;BR /&gt;
If more elaborate configuration is necessary, please refer to the &lt;A href="https://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;SecureStack Configuration Guide&lt;/A&gt; appropriate to your product and firmware, and/or &lt;A href="http://www.enterasys.com/support/contact-support.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;contact Enterasys Networks Technical Services&lt;/A&gt; for further assistance.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Sun, 24 Nov 2013 19:39:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-24T19:39:00Z</dc:date>
    <item>
      <title>Configuring a Static / Dynamic LAG on a SecureStack</title>
      <link>https://community.extremenetworks.com/t5/faqs/configuring-a-static-dynamic-lag-on-a-securestack/m-p/43653#M187</link>
      <description>Article ID: 5531 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3, B3, B2, A2; all firmware&lt;BR /&gt;
SecureStack C2, firmware 2.00.48 and higher&lt;BR /&gt;
C5-Series, B5-Series, A4-Series; all firmware &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
Link Aggregation&lt;BR /&gt;
Static LAG&lt;BR /&gt;
Dynamic LAG&lt;BR /&gt;
LACP &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Standards&lt;/B&gt;&lt;BR /&gt;
802.3ad &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
CLI-based LAG configuration is supported with C2 firmware 2.00.48 and higher, and with any C5/C3/B5/B3/B2/A4/A2 firmware. &lt;BR /&gt;
&lt;BR /&gt;
To help explain firmware changes implemented as of around March 2006, releases since that time (any C5 firmware, any C3 firmware, C2 firmware 3.03.23 and higher, any B5 firmware, any B3 firmware, B2 firmware 2.01.10 and higher, any A4 firmware, and A2 firmware 1.01.46 and higher) are collectively termed "later firmware" in the remainder of this document, and releases prior to those are collectively termed "earlier firmware". &lt;BR /&gt;
&lt;BR /&gt;
There are several key differences with later firmware:&lt;UL&gt; 
&lt;LI&gt;The 'set lacp static enable' command, previously necessary in order to create a Static LAG, is no longer present with later firmware. 
&lt;/LI&gt;&lt;LI&gt;The 'set lacp static...' command has a different format and issues a different set of functional commands. 
&lt;/LI&gt;&lt;LI&gt;By default both the LAG aadminkeys ('set lacp aadminkey &amp;lt;&lt;I&gt;Lag_ID&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt;') and the Port aadminkeys ('set port lacp port &amp;lt;&lt;I&gt;port#&lt;/I&gt;&amp;gt; aadminkey &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt;') have a value of 32768, so LAGs will readily form without having to in all cases adjust the key values.&lt;/LI&gt;&lt;/UL&gt;
Finally; as of C5/C3/B5/B3/A4 firmware 6.61.02.0007, "Flexible LAGs" allow the user to select the number of LAG groups desired while still limiting the maximum number of underlying physical ports to 48. The user may choose &lt;U&gt;24&lt;/U&gt; groups of 2 ports, &lt;U&gt;12&lt;/U&gt; groups of 4 ports, or &lt;U&gt;6&lt;/U&gt; groups of 8 ports (default). These counts are per stack, and are the same regardless of how many switch units are in the stack. The new commands are 'set lacp groups &amp;lt;&lt;I&gt;number&lt;/I&gt;&amp;gt;', 'clear lacp groups', and 'show lacp groups'. Changing the maximum number of groups requires a system reset, upon which the LACP configuration will be returned to default values.&lt;BR /&gt;
Attempting to exceed the maximum number of supported underlying LAG ports for the group yields error message "&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;One or more ports was not added to the LAG. The maximum number of LAG members was reached (&lt;/PRE&gt;&lt;/DIV&gt;&lt;I&gt;&lt;/I&gt;&lt;PRE&gt;&lt;I&gt;x&lt;/I&gt;&lt;/PRE&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;).&lt;/PRE&gt;&lt;/DIV&gt;"&lt;BR /&gt;
&lt;BR /&gt;
Examples:C5(su)-&amp;gt;&lt;B&gt;set lacp groups 24&lt;/B&gt;&lt;BR /&gt;
Changing group limits will result in a system reset and loss of LACP configuration.&lt;BR /&gt;
Do you wish to proceed? (y/n)&lt;BR /&gt;
 &lt;BR /&gt;
C5(su)-&amp;gt;&lt;B&gt;clear lacp groups&lt;/B&gt;&lt;BR /&gt;
Changing group limits will result in a system reset and loss of LACP configuration.&lt;BR /&gt;
Do you wish to proceed? (y/n)&lt;BR /&gt;
 &lt;BR /&gt;
C5(su)-&amp;gt;&lt;B&gt;show lacp groups&lt;/B&gt;&lt;BR /&gt;
LACP groups supported 6&lt;U&gt;Default aadminkey settings with earlier firmware&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
By default, logical LAG (Aggregator) ports have the following aadminkey (Actor Admin Key) values. For best, most consistent results; these values should remain at their defaults: LAG    aadminkey&lt;BR /&gt;
 &lt;BR /&gt;
lag.0.1   418&lt;BR /&gt;
lag.0.2   419&lt;BR /&gt;
lag.0.3   420&lt;BR /&gt;
lag.0.4   421&lt;BR /&gt;
lag.0.5   422&lt;BR /&gt;
lag.0.6   423By default, physical ports have an aadminkey equaling the port instance. For example, port ge.1.8 defaults to aadminkey=8. In order for Dynamic or Static LAGs to form, it is necessary to configure port aadminkey values to match the aadminkey of an available LAG Aggregator. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Default aadminkey settings with later firmware&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
By default, logical LAG (Aggregator) ports and physical ports have aadminkey 32768. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Configuring a Dynamic LAG with earlier firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Choose the logical LAG port (Aggregator) you wish to utilize (ex: lag.0.1). 
&lt;/LI&gt;&lt;LI&gt;Choose the underlying physical ports that will comprise the LAG (ex: ge.1.1-8). 
&lt;/LI&gt;&lt;LI&gt;Configure the underlying physical ports to use the same aadminkey as the chosen logical LAG port.&lt;UL&gt;  CLI command format: set port lacp port &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt; aadminkey &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt; &lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set port lacp port ge.1.1-8 aadminkey 418&lt;/B&gt;&lt;BR /&gt;
&lt;LI&gt;Verify the Dynamic LAG status, after the physical connection has been made.&lt;UL&gt;&lt;/UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;To clear the example configuration: &lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear port lacp port ge.1.1-8 aadminkey&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1r9xhmN" target="_blank" rel="nofollow noreferrer noopener"&gt;5340&lt;/A&gt;. &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Configuring a Dynamic LAG with later firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;For the C5/B5-Series only, port-enable LACP as desired (&lt;A href="http://bit.ly/1aYzDfC" target="_blank" rel="nofollow noreferrer noopener"&gt;13381&lt;/A&gt;) because this is by default &lt;I&gt;disabled&lt;/I&gt;. 
&lt;/LI&gt;&lt;LI&gt;Verify the Dynamic LAG status, after the physical connection has been made.&lt;UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/UL&gt;&lt;U&gt;&lt;BR /&gt;
Configuring a Static LAG with earlier firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Identify the logical LAG port (Aggregator) you wish to utilize (ex: lag.0.1). 
&lt;/LI&gt;&lt;LI&gt;Identify the underlying physical ports that will comprise the LAG (ex: ge.1.1-8). 
&lt;/LI&gt;&lt;LI&gt;Configure the underlying physical ports to use the same aadminkey as the chosen logical LAG port.&lt;UL&gt;  CLI command format: set lacp static &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set lacp static lag.0.1 ge.1.1-8 418&lt;/B&gt;&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note1:&lt;/U&gt; This "virtual" command will not appear in the output of a 'show configuration', and actually issues the following "real" commands:&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set lacp aadminkey lag.0.1 418&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set port lacp port ge.1.1-8 aadminkey 418&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note2:&lt;/U&gt; Because lag.0.1's aadminkey has a default value of 418, the 'set lacp aadminkey' command shown above is only necessary if a differing aadminkey value had been selected via specification of the 'set lacp static' command's "key" subparameter. Because in this case the specified aadminkey is the default value, the command will not appear in the output of a 'show configuration'.&lt;BR /&gt;
&lt;LI&gt;Disable the LACP protocol on the new Static LAG ports.&lt;UL&gt;&lt;/UL&gt;  CLI command format: set port lacp port &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt; disable&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set port lacp port ge.1.1-8 disable&lt;/B&gt;&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Enable Static LAG functionality on the switch/stack.&lt;UL&gt;&lt;/UL&gt;  CLI command: C2(rw)-&amp;gt;&lt;B&gt;set lacp static enable&lt;/B&gt;&lt;BR /&gt;
&lt;/LI&gt;&lt;LI&gt;Verify the Static LAG status.&lt;UL&gt;&lt;/UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;To clear the example configuration:&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;set lacp static disable&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;set port lacp port ge.1.1-8 enable&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear port lacp port ge.1.1-8 aadminkey&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;set lacp aadminkey lag.0.1 418&lt;/B&gt; (optional, here) &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;Configuring a Static LAG with later firmware&lt;BR /&gt;
&lt;/U&gt; &lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Identify the logical LAG port (Aggregator) you wish to utilize (ex: lag.0.1). 
&lt;/LI&gt;&lt;LI&gt;Identify the underlying physical ports that will comprise the LAG (ex: ge.1.1-8). 
&lt;/LI&gt;&lt;LI&gt;Configure the Aggregator and ports to all use the same aadminkey which is unique from the aadminkey used by other LAGs and ports.&lt;UL&gt;  CLI command format: set lacp static &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt; key &amp;lt;&lt;I&gt;aadminkey&lt;/I&gt;&amp;gt; &amp;lt;&lt;I&gt;PortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;set lacp static lag.0.1 key 1 ge.1.1-8&lt;/B&gt;&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note1:&lt;/U&gt; The first portion of this "virtual" command will appear in the output of a 'show configuration', and when entered actually issues the following commands:&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set lacp static lag.0.1&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set lacp aadminkey lag.0.1 1&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set port lacp port ge.1.1-8 aadminkey 1&lt;UL&gt;&lt;/UL&gt;  C2(rw)-&amp;gt;set port lacp port ge.1.1-8 disable&lt;UL&gt;&lt;/UL&gt;&lt;U&gt;Note2:&lt;/U&gt; As with any cli command issued, the above commands will only appear in the output of a 'show configuration' if they differ from the default values.&lt;BR /&gt;
&lt;LI&gt;Verify the Static LAG status.&lt;UL&gt;&lt;/UL&gt;  CLI command format: show lacp &amp;lt;&lt;I&gt;LagPortString&lt;/I&gt;&amp;gt;&lt;UL&gt;&lt;/UL&gt;  Example: C2(rw)-&amp;gt;&lt;B&gt;show lacp lag.0.1&lt;/B&gt;&lt;/LI&gt;&lt;/UL&gt;To clear the example configuration: &lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear lacp static lag.0.1 ge.1.1-8&lt;/B&gt;&lt;BR /&gt;
  C2(rw)-&amp;gt;&lt;B&gt;clear lacp static lag.0.1&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;In general&lt;/U&gt; &lt;BR /&gt;
&lt;BR /&gt;
Also be aware that for both Dynamic and Static LAGs, any VLAN configurations should minimally be applied to the logical LAG port instance, rather than the underlying ports; because for a port that is also part of a LAG, the LAG's VLAN configuration will prevail for that port. However, it is common practice to VLAN-configure both the LAG and underlying ports, so the VLAN behavior will be consistent regardless of whether or not the LAG is in effect. &lt;BR /&gt;
&lt;BR /&gt;
Also see this &lt;A href="https://www.youtube.com/watch?v=-YpDo6joVG8&amp;amp;#38;index=8&amp;amp;#38;list=PLvQMiI4QwvHTFYkDRLl_8NUE8Ijp5Zm8n" target="_blank" rel="nofollow noreferrer noopener"&gt;HowTo Video&lt;/A&gt; which explains how to configure a Dynamic LAG. &lt;BR /&gt;
If more elaborate configuration is necessary, please refer to the &lt;A href="https://extranet.enterasys.com/downloads/" target="_blank" rel="nofollow noreferrer noopener"&gt;SecureStack Configuration Guide&lt;/A&gt; appropriate to your product and firmware, and/or &lt;A href="http://www.enterasys.com/support/contact-support.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;contact Enterasys Networks Technical Services&lt;/A&gt; for further assistance.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 24 Nov 2013 19:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/configuring-a-static-dynamic-lag-on-a-securestack/m-p/43653#M187</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-24T19:39:00Z</dc:date>
    </item>
  </channel>
</rss>

