<?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: Port channel with C3560 cisco switch in ExtremeSwitching (Other)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11659#M2687</link>
    <description>Funny, never had a problem creating a LAG between Extreme/Enterasys, Enterasys/Juniper, Juniper/Extreme, or any other vendor.  Apparently the Cisco is the oddball here.  Glad you got it figured out.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Nov 2015 02:26:00 GMT</pubDate>
    <dc:creator>Marcus_Florido</dc:creator>
    <dc:date>2015-11-19T02:26:00Z</dc:date>
    <item>
      <title>Port channel with C3560 cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11655#M2683</link>
      <description>I need to setup a port channel with a Cisco  switch. I just want to verify the steps I need to perform.   &lt;BR /&gt;
  This is what I have on the Cisco side for the port channel config so far:&lt;BR /&gt;
  &lt;BR /&gt;
  interface Port-channel1&lt;BR /&gt;
  description Etherchannel to summit&lt;BR /&gt;
  switchport trunk encapsulation dot1q&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  &lt;BR /&gt;
  &lt;BR /&gt;
  &lt;BR /&gt;
  interface GigabitEthernet0/49&lt;BR /&gt;
  description Trunk to summit GI2/1&lt;BR /&gt;
  switchport trunk encapsulation dot1q&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  channel-group 1 mode desirable&lt;BR /&gt;
  !&lt;BR /&gt;
  interface GigabitEthernet0/50&lt;BR /&gt;
  description Trunk to summit &lt;BR /&gt;
  switchport trunk encapsulation dot1q&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  channel-group 1 mode desirable&lt;BR /&gt;
  !&lt;BR /&gt;
  interface GigabitEthernet0/51&lt;BR /&gt;
  description Trunk to summit &lt;BR /&gt;
  switchport trunk encapsulation dot1q&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  channel-group 1 mode desirable&lt;BR /&gt;
  !&lt;BR /&gt;
  interface GigabitEthernet0/52&lt;BR /&gt;
  description Trunk to summit&lt;BR /&gt;
  switchport trunk encapsulation dot1q&lt;BR /&gt;
  switchport mode trunk&lt;BR /&gt;
  channel-group 1 mode desirable&lt;BR /&gt;
  &lt;BR /&gt;
  On the extreme side:&lt;BR /&gt;
  &lt;BR /&gt;
  en sharing 1:48 grouping 1:48,2:48,3:48,4:48 lacp&lt;BR /&gt;
  con port 1:48 des port_channel_cisco&lt;BR /&gt;
  &lt;BR /&gt;
  Then I would just remove ports from default vlan:&lt;BR /&gt;
  &lt;BR /&gt;
  con default del port 1:48,2:48,3:48,4:48&lt;BR /&gt;
  &lt;BR /&gt;
  &lt;BR /&gt;
  Then add them to my vlans&lt;BR /&gt;
  &lt;BR /&gt;
  con server add port 1:48,2:48,3:48,4:48 untagged&lt;BR /&gt;
  etc.....&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2015 03:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11655#M2683</guid>
      <dc:creator>HED_Admin</dc:creator>
      <dc:date>2015-11-12T03:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port channel with C3560 cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11656#M2684</link>
      <description>The cisco is going to want to negotiate the port channel/LAG via PaGP.  The industry standard for this protocol is LACP, which you'll want to make sure and specify on the cisco.  In your channel-group command, replace "desirable" with "active".  This will let the cisco know to use LACP instead of PaGP, and your LAG should be negotiated and work just fine.</description>
      <pubDate>Thu, 12 Nov 2015 03:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11656#M2684</guid>
      <dc:creator>Marcus_Florido</dc:creator>
      <dc:date>2015-11-12T03:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port channel with C3560 cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11657#M2685</link>
      <description>I can't ping across this new port channel?  I do a summary and it looks up.  Ideas?&lt;BR /&gt;</description>
      <pubDate>Sat, 14 Nov 2015 23:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11657#M2685</guid>
      <dc:creator>HED_Admin</dc:creator>
      <dc:date>2015-11-14T23:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port channel with C3560 cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11658#M2686</link>
      <description>Here was the final solution that worked for me:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/LACP-incompatibity-between-extreme-and-cisco" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Solution/LACP-incompatibity-between-extreme-and-cisco&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2015 01:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11658#M2686</guid>
      <dc:creator>HED_Admin</dc:creator>
      <dc:date>2015-11-19T01:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port channel with C3560 cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11659#M2687</link>
      <description>Funny, never had a problem creating a LAG between Extreme/Enterasys, Enterasys/Juniper, Juniper/Extreme, or any other vendor.  Apparently the Cisco is the oddball here.  Glad you got it figured out.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2015 02:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-other/port-channel-with-c3560-cisco-switch/m-p/11659#M2687</guid>
      <dc:creator>Marcus_Florido</dc:creator>
      <dc:date>2015-11-19T02:26:00Z</dc:date>
    </item>
  </channel>
</rss>

