<?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: SLX9640 LAG Config in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69442#M276</link>
    <description>Ben,&lt;BR /&gt;
&lt;BR /&gt;
You are correct, with the SLX product we use the "Port-Channel" method of configuring LACP.  This is similar to the VDX product if you are familiar with that.&lt;BR /&gt;
&lt;BR /&gt;
First you will want to create a port channel interface:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;1. Enter the configure terminal command to access global configuration mode. device# configure terminal&lt;BR /&gt;&lt;BR /&gt;2. Enter the "interface port-channel" command to create a new port channel interface at the global configuration level. &lt;BR /&gt;&lt;BR /&gt;device(config)# interface port-channel 30 &lt;BR /&gt;&lt;BR /&gt;NOTE The port-channel interface ranges from 1 to 512. The example creates a new port channel interface of 30. &lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Then you can add member ports to the "channel-group":&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;3. Configure the interface ethernet command to enable the interface. &lt;BR /&gt;&lt;BR /&gt;device(conf-Port-channel-30)# interface ethernet 1/5 &lt;BR /&gt;device(conf-if-eth-1/5)#&lt;BR /&gt;&lt;BR /&gt;4. Add a port to the port channel interface as static. &lt;BR /&gt;&lt;BR /&gt;device(conf-if-eth-1/5)# channel-group 30 mode on&lt;BR /&gt;&lt;BR /&gt;5. Or add a port to the port channel interface as a dynamic (using LACP), active or passive mode. &lt;BR /&gt;&lt;BR /&gt;device(conf-if-eth-1/5)# channel-group 30 mode active &lt;BR /&gt;device(conf-if-eth-1/5)# channel-group 30 mode passive&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps.  For more information please read up on the L2Guide for our SLX products:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://documentation.extremenetworks.com/slxos/SW/18rx/slxr-18.1.00-l2guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/slxos/SW/18rx/slxr-18.1.00-l2guide.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Mike Morey&lt;BR /&gt;
Extreme Networks</description>
    <pubDate>Tue, 25 Jun 2019 01:24:24 GMT</pubDate>
    <dc:creator>Michael_Morey</dc:creator>
    <dc:date>2019-06-25T01:24:24Z</dc:date>
    <item>
      <title>SLX9640 LAG Config</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69441#M275</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am currently trying to setup a LAG on our SLX9640's but struggling a little. My config for my brocade is below:&lt;BR /&gt;
&lt;BR /&gt;
lag "Netflix" dynamic id 1&lt;BR /&gt;
 ports ethernet 2/4 &lt;BR /&gt;
 primary-port 2/4&lt;BR /&gt;
 lacp-timeout short&lt;BR /&gt;
 deploy&lt;BR /&gt;
 port-name "NetFlix PI" ethernet 2/4&lt;BR /&gt;
&lt;BR /&gt;
I then have the configuration including IP address etc on the physical interface ethernet 2/4&lt;BR /&gt;
&lt;BR /&gt;
I am trying to figure out how to this currently and believe i now need to use port-channel with Extreme. I am slightly confused as to how to create the above with extreme.&lt;BR /&gt;
&lt;BR /&gt;
Thank you in advance.&lt;BR /&gt;
Ben</description>
      <pubDate>Tue, 25 Jun 2019 00:06:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69441#M275</guid>
      <dc:creator>ben645</dc:creator>
      <dc:date>2019-06-25T00:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: SLX9640 LAG Config</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69442#M276</link>
      <description>Ben,&lt;BR /&gt;
&lt;BR /&gt;
You are correct, with the SLX product we use the "Port-Channel" method of configuring LACP.  This is similar to the VDX product if you are familiar with that.&lt;BR /&gt;
&lt;BR /&gt;
First you will want to create a port channel interface:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;1. Enter the configure terminal command to access global configuration mode. device# configure terminal&lt;BR /&gt;&lt;BR /&gt;2. Enter the "interface port-channel" command to create a new port channel interface at the global configuration level. &lt;BR /&gt;&lt;BR /&gt;device(config)# interface port-channel 30 &lt;BR /&gt;&lt;BR /&gt;NOTE The port-channel interface ranges from 1 to 512. The example creates a new port channel interface of 30. &lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Then you can add member ports to the "channel-group":&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;3. Configure the interface ethernet command to enable the interface. &lt;BR /&gt;&lt;BR /&gt;device(conf-Port-channel-30)# interface ethernet 1/5 &lt;BR /&gt;device(conf-if-eth-1/5)#&lt;BR /&gt;&lt;BR /&gt;4. Add a port to the port channel interface as static. &lt;BR /&gt;&lt;BR /&gt;device(conf-if-eth-1/5)# channel-group 30 mode on&lt;BR /&gt;&lt;BR /&gt;5. Or add a port to the port channel interface as a dynamic (using LACP), active or passive mode. &lt;BR /&gt;&lt;BR /&gt;device(conf-if-eth-1/5)# channel-group 30 mode active &lt;BR /&gt;device(conf-if-eth-1/5)# channel-group 30 mode passive&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps.  For more information please read up on the L2Guide for our SLX products:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://documentation.extremenetworks.com/slxos/SW/18rx/slxr-18.1.00-l2guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/slxos/SW/18rx/slxr-18.1.00-l2guide.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Mike Morey&lt;BR /&gt;
Extreme Networks</description>
      <pubDate>Tue, 25 Jun 2019 01:24:24 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69442#M276</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-06-25T01:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: SLX9640 LAG Config</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69443#M277</link>
      <description>Hi Mike,&lt;BR /&gt;
&lt;BR /&gt;
thank you for this! How do I assign an IP address to the port channel? In brocade you just put the IP details on the physical interface but I get the error trying this on extreme as it’s part of a port channel.&lt;BR /&gt;
&lt;BR /&gt;
thank you again.&lt;BR /&gt;
ben</description>
      <pubDate>Tue, 25 Jun 2019 01:53:01 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69443#M277</guid>
      <dc:creator>ben645</dc:creator>
      <dc:date>2019-06-25T01:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: SLX9640 LAG Config</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69444#M278</link>
      <description>For SLX, you would want to do this via a VE:&lt;BR /&gt;
&lt;BR /&gt;
&lt;OL&gt; 
&lt;LI&gt;Create Vlan 100 interface 
&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;#vlan 100&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;OL&gt; 
&lt;LI&gt;Add "router-interface Ve" for vlan 100 
&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;#vlan 100&lt;BR /&gt; router-interface Ve 100&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;OL&gt; 
&lt;LI&gt;Add "ip address 1.1.1.1/24" for Ve 100 interface 
&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;#interface Ve 100&lt;BR /&gt; ip address 1.1.1.1/24&lt;BR /&gt;no shutdown&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;OL&gt; 
&lt;LI&gt;Create port channel interface 100 
&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;#interface Port-channel 100&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;OL&gt; 
&lt;LI&gt;Add vlan 100 to port channel 100 
&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;#interface port-channel 100&lt;BR /&gt;  switchport&lt;BR /&gt;  switchport mode trunk&lt;BR /&gt;  switchport trunk allowed vlan add 100&lt;BR /&gt;  switchport trunk tag native-vlan&lt;BR /&gt;  shutdown&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;OL&gt; 
&lt;LI&gt;Assign port channel 100 to the desired physical interface 
&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;#interface ethernet 0/9&lt;BR /&gt;  channel-group 100 mode active type standard&lt;BR /&gt;  lacp timeout long&lt;BR /&gt;  no shutdown&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 25 Jun 2019 02:14:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/slx9640-lag-config/m-p/69444#M278</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2019-06-25T02:14:06Z</dc:date>
    </item>
  </channel>
</rss>

