<?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: Creating a Port Channel/Lag from Cisco to Enterasys in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11915#M2943</link>
    <description>Hi Claire,&lt;BR /&gt;
&lt;BR /&gt;
the default LACP timers are set to send one LACP PDU every 30s. The &lt;I&gt;short&lt;/I&gt; or &lt;I&gt;fast&lt;/I&gt; timers change this to one PDU every second. Both values are standardized and can usually be configured on the devices. If the timers don't match, the LAG will flap.&lt;BR /&gt;
&lt;BR /&gt;
Edit: See e.g. &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Configure-Dynamic-LAGs-with-LACP-on-Securestack-or-Chassis-based-switches/" target="_blank" rel="nofollow noreferrer noopener"&gt;How to Configure Dynamic LAGs with LACP on Securestack or Chassis based switches&lt;/A&gt; for information on EOS LAG configuration.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
    <pubDate>Fri, 09 Dec 2016 15:30:00 GMT</pubDate>
    <dc:creator>Erik_Auerswald</dc:creator>
    <dc:date>2016-12-09T15:30:00Z</dc:date>
    <item>
      <title>Creating a Port Channel/Lag from Cisco to Enterasys</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11913#M2941</link>
      <description>My name is Gary Rollie I am a Global Solution Engineer, I have a CCIE, JNCIE, as well as many other certs and publications.  I currently work for Enterasys and have worked here for the past 6 years.    On the ETS side it’s really simple.    SSA-150-Fiber(su)-&amp;gt;set lacp enable  SSA-150-Fiber(su)-&amp;gt;set port lacp port ge.1.1-12 enable    This sets ports ge.1.13 to ge.1.24 to process lacp.  This is the simplest way to make it work quickly. The more secure way is to define the ports and use a static lag.  That said to convert it from dynamic to static doesn't take the lag down, so it can be a follow up task after the lag is established.    On the Cisco side it’s a little more complicated. On the Cisco Switch these commands work across almost all models of the Cisco Switch line.    CORE-HOU-01#conf t  CORE-HOU-01(config)#interface range gigabitEthernet 0/49 – 52    I use the interface range command here to make the changes to 4 interfaces; this is similar to our ge.1.1-4 command.    CORE-HOU-01(config-if-range)#lacp port-priority 888    I picked 888 any number from 1-65535 works this allows the port to join the lacp group    CORE-HOU-01(config-if-range)#channel-group 1 mode active    The Active part of the channel group command sets up the port channel on the Cisco side to talk LACP, if you don't do that the Cisco will revert to PaGP (Cisco proprietary protocol.    Note: if you have a channel-group 1 defined this ports will be added to that channel-group if you have not created channel-group 4 the Cisco will automatically create an interface called po1/4    This is the output    CORE-HOU-01(config-if-range)#channel-group 1 mode active  Creating a port-channel interface Port-channel 1    CORE-HOU-01(config-if-range)#</description>
      <pubDate>Wed, 25 Sep 2013 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11913#M2941</guid>
      <dc:creator>Gary_Rollie</dc:creator>
      <dc:date>2013-09-25T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Creating a Port Channel/Lag from Cisco to Enterasys</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11914#M2942</link>
      <description>Hi! What has channel-group 4 got to do with it? &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
We're struggling to bring up a PC between Cisco 3750 and Enterasys. LACP is enabled on both side but the cisco is receiving very few LACP PDUs. e.g. 5 in for every 135 out. Any ideas?</description>
      <pubDate>Thu, 08 Dec 2016 14:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11914#M2942</guid>
      <dc:creator>Claire_O_Keeffe</dc:creator>
      <dc:date>2016-12-08T14:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Creating a Port Channel/Lag from Cisco to Enterasys</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11915#M2943</link>
      <description>Hi Claire,&lt;BR /&gt;
&lt;BR /&gt;
the default LACP timers are set to send one LACP PDU every 30s. The &lt;I&gt;short&lt;/I&gt; or &lt;I&gt;fast&lt;/I&gt; timers change this to one PDU every second. Both values are standardized and can usually be configured on the devices. If the timers don't match, the LAG will flap.&lt;BR /&gt;
&lt;BR /&gt;
Edit: See e.g. &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Configure-Dynamic-LAGs-with-LACP-on-Securestack-or-Chassis-based-switches/" target="_blank" rel="nofollow noreferrer noopener"&gt;How to Configure Dynamic LAGs with LACP on Securestack or Chassis based switches&lt;/A&gt; for information on EOS LAG configuration.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Fri, 09 Dec 2016 15:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/creating-a-port-channel-lag-from-cisco-to-enterasys/m-p/11915#M2943</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-12-09T15:30:00Z</dc:date>
    </item>
  </channel>
</rss>

