<?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: Trunk connection between Cisco Cat.3650 and Enterasys C5 in End of Service Products</title>
    <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22879#M290</link>
    <description>I don't think I have a layer 2 adjacency. I can see the MAC of the C5 on the Cisco port but can't see the Cisco MAC on the C5 port. When I do a "sho nei" on the C5 it lists the Cisco switch. Weird. &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Aug 2016 01:01:00 GMT</pubDate>
    <dc:creator>tech_dept</dc:creator>
    <dc:date>2016-08-30T01:01:00Z</dc:date>
    <item>
      <title>Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22873#M284</link>
      <description>I have an Enterasys C5 that I need connected to a Cisco 3650 via trunk. (single fiber cable) I don't have as much experience on Enterasys so I was wondering if someone could help me out. &lt;BR /&gt;
There isn't much on the Enterasys switch.  All ports are default vlan 1. I am using port 48 on the Enterasys switch. I tried setting the egress on port ge.1.48 to vlan 1 but when I run "show egress ge.1.48" I get nothing in return.&lt;BR /&gt;
&lt;BR /&gt;
The config on the Cisco switch is &lt;BR /&gt;
&lt;BR /&gt;
interface GigabitEthernet1/0/48&lt;BR /&gt;
 switchport mode trunk&lt;BR /&gt;
 switchport trunk allow vlan 1,16,32,48,64,80,96,112,120,128,144,200&lt;BR /&gt;
 ip arp inspection trust&lt;BR /&gt;
 ip dhcp snooping trust&lt;BR /&gt;
&lt;BR /&gt;
interface Vlan1&lt;BR /&gt;
Ip address 10.16.1.1 255.255.255.0&lt;BR /&gt;
Ip address 10.1.16.1 255.255.248.0 secondary&lt;BR /&gt;
No ip unreachable&lt;BR /&gt;
No ip redirects&lt;BR /&gt;
No shut&lt;BR /&gt;
&lt;BR /&gt;
Enterasys :&lt;BR /&gt;
ip address  10.1.16.2 255.255.248.0 gateway 10.1.16.1&lt;BR /&gt;
&lt;BR /&gt;
Not sure where to go from here.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2016 23:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22873#M284</guid>
      <dc:creator>tech_dept</dc:creator>
      <dc:date>2016-08-26T23:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22874#M285</link>
      <description>&lt;BR /&gt;
show port egress ge.1.48 should have the info you're looking for.&lt;BR /&gt;
As you know all ports have port vid 1 out of the box and vlan 1 will egress untagged by default. &lt;BR /&gt;
&lt;BR /&gt;
should you need to change to tagged&lt;BR /&gt;
set vlan egress 1 ge.1.48 tagged&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Mike&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Aug 2016 00:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22874#M285</guid>
      <dc:creator>Mike_D</dc:creator>
      <dc:date>2016-08-27T00:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22875#M286</link>
      <description>Thanks for that Mike. I entered the commands you reference and can't ping the gateway which is vlan 1 secondary on the 3650.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Aug 2016 00:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22875#M286</guid>
      <dc:creator>tech_dept</dc:creator>
      <dc:date>2016-08-27T00:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22876#M287</link>
      <description>&lt;BR /&gt;
stuff to try:&lt;BR /&gt;
&lt;BR /&gt;
verify link led at the port on the front of the C5 and the 3650.  &lt;BR /&gt;
In the c5 cli, use 'show port status' command to verify state.  &lt;BR /&gt;
&lt;BR /&gt;
if established, what does 'show port egress' report?&lt;BR /&gt;
Use 'show vlan' output to review the information&lt;BR /&gt;
&lt;BR /&gt;
can you plug in a laptop and ping through?&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Aug 2016 01:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22876#M287</guid>
      <dc:creator>Mike_D</dc:creator>
      <dc:date>2016-08-27T01:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22877#M288</link>
      <description>To complement Mike's suggestions, make sure you repeat the same command "set vlan egress 1 ge.1.48 tagged" for every vlan you have extended through the cisco switch (i.e. "switchport trunk allow vlan 1,16,32,48,64,80,96,112,120,128,144,200") so that both devices share the same configuration values. &lt;BR /&gt;
&lt;BR /&gt;
Following is a list of additional commands that might assist you troubleshooting the issue: &lt;BR /&gt;
-&amp;gt;show mac port  ge.1.48&lt;BR /&gt;
-&amp;gt;show vlan portinfo port ge.1.48&lt;BR /&gt;
-&amp;gt;show port egress ge.1.48&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Aug 2016 18:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22877#M288</guid>
      <dc:creator>AG1</dc:creator>
      <dc:date>2016-08-27T18:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22878#M289</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
did you check the output of&lt;BR /&gt;
show interface GigabitEthernet1/0/48 trunkon the Cisco?&lt;BR /&gt;
&lt;BR /&gt;
The default spanning tree algorithms of the Cisco 3650 and Extreme C5 are different (PVST vs. MST). They are more or less compatible in common setups, but you should check the output of&lt;BR /&gt;
show spantree stats active  on the C5 and&lt;BR /&gt;
show spanning-tree  on the Cisco 3650.&lt;BR /&gt;
&lt;BR /&gt;
I assume you did check the port status first, right?&lt;BR /&gt;
&lt;BR /&gt;
ExtremeEOS:&lt;BR /&gt;
show port ge.1.48 status  Cisco IOS:&lt;BR /&gt;
show interface GigabitEthernet1/0/48 status  Br,&lt;BR /&gt;
Erik</description>
      <pubDate>Mon, 29 Aug 2016 12:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22878#M289</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-08-29T12:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22879#M290</link>
      <description>I don't think I have a layer 2 adjacency. I can see the MAC of the C5 on the Cisco port but can't see the Cisco MAC on the C5 port. When I do a "sho nei" on the C5 it lists the Cisco switch. Weird. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2016 01:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22879#M290</guid>
      <dc:creator>tech_dept</dc:creator>
      <dc:date>2016-08-30T01:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trunk connection between Cisco Cat.3650 and Enterasys C5</title>
      <link>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22880#M291</link>
      <description>Found it. Spanguard had the port locked. Issued "set spantree adminedge ge.1.48 false" and gateway is now pingable from the C5. Connected a laptop to the C5, gave it a static in vlan1 and can ping the gateway across the C5 to the 3650.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2016 01:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/end-of-service-products/trunk-connection-between-cisco-cat-3650-and-enterasys-c5/m-p/22880#M291</guid>
      <dc:creator>tech_dept</dc:creator>
      <dc:date>2016-08-30T01:40:00Z</dc:date>
    </item>
  </channel>
</rss>

