<?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 EXOS switch to a Cisco switch in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86132#M20672</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
If I understand your case correctly, you would need this:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;  create vlan 100 //it'll create VID 100 with name VLAN_0100, OR do "create vlan [somename] tag 100" instead; in any case you can refer to VLANs by "vlan [vid]" or "[vlan name]" in any command since couple of last firmware release versions; this enhancement allows you to issue a command for a range of VLANs, e.g. create vlan 101-120&lt;BR /&gt;  create vlan 999&lt;BR /&gt;  configure vlan 100 ipaddress 172.16.1.251/24 //or with full dotted-decimal notion for a netmask; you can also abbreviate, "conf vlan 100 ip" would do the job as well&lt;BR /&gt;  configure vlan 100 add ports 1,12 tagged //you can mix dash and comma for a list of ports, e.g. "1-2,5,8-12,23"&lt;BR /&gt;  configure vlan 999 add ports 12 tagged&lt;BR /&gt;  configure vlan 999 add ports 1 (untagged - by default)&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
If I'm not 100% correct with getting the idea at the moment, you can easily modify these commands to get your intended result.&lt;BR /&gt;
I'd recommend you have a look at EXOS Command Reference Guide any time you need to understand the command beyond what a question mark in the CLI tells you, and EXOS User Guide whenever you want to read entire chapter on how a certain feature works and how to configure it step by step. These can be found here and you can use top-right dropdown to select your EXOS firmware version: https://www.extremenetworks.com/support/documentation/extremexos-22-6/&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
    <pubDate>Mon, 06 May 2019 02:48:28 GMT</pubDate>
    <dc:creator>Tomasz</dc:creator>
    <dc:date>2019-05-06T02:48:28Z</dc:date>
    <item>
      <title>Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86131#M20671</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I've worked with Cisco switches for years and never used an Extreme switch before.  I have to trunk one to our Cisco network so have a Cisco switch and Extreme switch in a GNS3 lab.&lt;BR /&gt;
&lt;BR /&gt;
I have had no luck getting a dot1q trunk working.  I have the 2 switches connected and a workstation plugged into either switch.&lt;BR /&gt;
&lt;BR /&gt;
I want to use to start very basic:&lt;BR /&gt;
&lt;BR /&gt;
VLAN 100 (sales)&lt;BR /&gt;
Native VLAN 999&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Cisco&lt;BR /&gt;
VLAN 100 IP should be 172.16.1.250/24&lt;BR /&gt;
&lt;BR /&gt;
Extreme&lt;BR /&gt;
VLAN 100 IP should be 172.16.1.251/24&lt;BR /&gt;
Trunk should be on port 12&lt;BR /&gt;
Workstation in port 1 in VLAN 100&lt;BR /&gt;
&lt;BR /&gt;
Can someone help with the Extreme config?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Sun, 05 May 2019 00:38:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86131#M20671</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-05T00:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86132#M20672</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
If I understand your case correctly, you would need this:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;  create vlan 100 //it'll create VID 100 with name VLAN_0100, OR do "create vlan [somename] tag 100" instead; in any case you can refer to VLANs by "vlan [vid]" or "[vlan name]" in any command since couple of last firmware release versions; this enhancement allows you to issue a command for a range of VLANs, e.g. create vlan 101-120&lt;BR /&gt;  create vlan 999&lt;BR /&gt;  configure vlan 100 ipaddress 172.16.1.251/24 //or with full dotted-decimal notion for a netmask; you can also abbreviate, "conf vlan 100 ip" would do the job as well&lt;BR /&gt;  configure vlan 100 add ports 1,12 tagged //you can mix dash and comma for a list of ports, e.g. "1-2,5,8-12,23"&lt;BR /&gt;  configure vlan 999 add ports 12 tagged&lt;BR /&gt;  configure vlan 999 add ports 1 (untagged - by default)&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
If I'm not 100% correct with getting the idea at the moment, you can easily modify these commands to get your intended result.&lt;BR /&gt;
I'd recommend you have a look at EXOS Command Reference Guide any time you need to understand the command beyond what a question mark in the CLI tells you, and EXOS User Guide whenever you want to read entire chapter on how a certain feature works and how to configure it step by step. These can be found here and you can use top-right dropdown to select your EXOS firmware version: https://www.extremenetworks.com/support/documentation/extremexos-22-6/&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Mon, 06 May 2019 02:48:28 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86132#M20672</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-06T02:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86133#M20673</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have configured what you said and put a workstation into port 1 on 172.16.1.20 and tried to ping 172.16.1.251 and it failed.  I want to get the local LAN working before the trunk works.&lt;BR /&gt;
&lt;BR /&gt;
Here is my config:&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vpex configuration.&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-12&lt;BR /&gt;
configure vr VR-Default add ports 1-12&lt;BR /&gt;
configure vlan default delete ports 1,12&lt;BR /&gt;
create vlan "VLAN100"&lt;BR /&gt;
configure vlan VLAN100 tag 100&lt;BR /&gt;
create vlan "VLAN_0999"&lt;BR /&gt;
configure vlan VLAN_0999 tag 999&lt;BR /&gt;
disable port 1&lt;BR /&gt;
disable port 2&lt;BR /&gt;
disable port 3&lt;BR /&gt;
disable port 4&lt;BR /&gt;
disable port 5&lt;BR /&gt;
disable port 6&lt;BR /&gt;
disable port 7&lt;BR /&gt;
disable port 8&lt;BR /&gt;
disable port 9&lt;BR /&gt;
disable port 10&lt;BR /&gt;
disable port 11&lt;BR /&gt;
disable port 12&lt;BR /&gt;
configure vlan Default add ports 2-11 untagged&lt;BR /&gt;
configure vlan VLAN100 add ports 12 untagged&lt;BR /&gt;
configure vlan VLAN_0999 add ports 12 tagged&lt;BR /&gt;
configure vlan VLAN_0999 add ports 1 untagged&lt;BR /&gt;
configure vlan VLAN100 ipaddress 172.16.1.251 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mcmgr configuration.&lt;BR /&gt;
#</description>
      <pubDate>Mon, 06 May 2019 20:36:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86133#M20673</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-06T20:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86134#M20674</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
for that to be working (pinging VLAN 100 IP address) you have to have the workstation on port 1 in that VLAN. I wasn't sure what kind of a workstation is that.&lt;BR /&gt;
What you could do right now:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;configure vlan 999 delete ports 1&lt;BR /&gt;configure vlan 100 add port 1&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
There is also an option to only issue the second command if you had auto-move feature for untagged ports enabled (this can be checked with "show vlan" and modified with "configure vlan untagged-ports auto-move").&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Mon, 06 May 2019 20:42:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86134#M20674</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-06T20:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86135#M20675</link>
      <description>Thanks, I'm now onto the trunk to the Cisco switch.  On the trunk port on the extreme what show trunk commands are there to see the state of it please as it seems the trunk is not working?&lt;BR /&gt;
&lt;BR /&gt;
I've configured the Cisco  side like I normally do on dot1q and set the native vlan to 999 and allowed all vlans.&lt;BR /&gt;
&lt;BR /&gt;
On the extreme it's not so easy to see like a Cisco switch lays it out:&lt;BR /&gt;
&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-12&lt;BR /&gt;
configure vr VR-Default add ports 1-12&lt;BR /&gt;
configure vlan default delete ports 1,12&lt;BR /&gt;
create vlan "VLAN100"&lt;BR /&gt;
configure vlan VLAN100 tag 100&lt;BR /&gt;
create vlan "VLAN_0999"&lt;BR /&gt;
configure vlan VLAN_0999 tag 999&lt;BR /&gt;
configure vlan Default add ports 2-11 untagged&lt;BR /&gt;
configure vlan VLAN100 add ports 1,12 untagged&lt;BR /&gt;
configure vlan VLAN_0999 add ports 12 tagged&lt;BR /&gt;
configure vlan VLAN100 ipaddress 172.16.1.251 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
The workstation on the extreme (port 1) can ping vlan 100 now which is good.</description>
      <pubDate>Tue, 07 May 2019 01:08:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86135#M20675</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T01:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86136#M20676</link>
      <description>Yeah, the CLI is totally different but once you get used to it, it's really convenient.&lt;BR /&gt;
On Extreme you don't allow all, you have to explicitly configure VLANs to be contained within a port, either tagged or (just one of them, like Native VLAN) untagged. For any interswitch communication and trunking I'd recommend to do ports tagged in all necessary VLANs while leaving untagged ports in VLANs only for end systems like PCs and so on.&lt;BR /&gt;
To see things I'd recommend to begin with:&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show vlan&lt;BR /&gt;show vlan [name or id]&lt;BR /&gt;show ports [port list] information detail&lt;BR /&gt;show ports [port list] vlan (since couple of fw releases)&lt;BR /&gt;show ports [port list] (optionally with 'no-refresh', try and see the difference, that keyword gives you one-shot and normal show ports by default will refresh every second)&lt;BR /&gt;show fdb&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Those are the most basic commands to understand how your VLANs and ports are configured besides just doing config output (like show config | grep vlan).&lt;BR /&gt;
&lt;BR /&gt;
You can also enable CDP on EXOS BTW if you wish. STP can be also set with PVST+ encapsulation for interswitch ports (that's a per port config).&lt;BR /&gt;
&lt;BR /&gt;
If you wish we could establish some 1h session on Thursday or Friday to sort some things out live.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Tue, 07 May 2019 01:23:42 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86136#M20676</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-07T01:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86137#M20677</link>
      <description>Let me see if I can help translate IOS to EXOS for vlans..  If you think of vlans as the standard is written Tagged means you add a tag id to a vlan that can be trunked across a switch port.  So all vlans to be trunked must be created with the appropriate tag ID and then the vlans needing to be trunked to another switch or device must be added tagged to the interface that connects the devices together... &lt;BR /&gt;
&lt;BR /&gt;
Untagged is the same as a native vlan .. you can only have on untagged vlan per port just like you can only have one native vlan per port.. Pretty simple if you thing about it... Untagged means the vlan id is removed from the header and now it is a plain ethernet frame .. Native vlan is just a vlan that has had the tag id removed.&lt;BR /&gt;
&lt;BR /&gt;
In your case if you want the PC to be part of the  172.16.1.0/24 broadcast domain you must untag vlan 100 on the port the work station is on... If you want the workstation to be on your native vlan 999 then 999 must be untagged on the workstation port on the Extreme switch...</description>
      <pubDate>Tue, 07 May 2019 01:30:22 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86137#M20677</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2019-05-07T01:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86138#M20678</link>
      <description>Thanks goes so my config looks wrong based on your descriptions:&lt;BR /&gt;
&lt;BR /&gt;
VLAN 999 (Native) needs to be untagged on port 12 (trunk), and VLAN 100 tagged on ports 1 (workstation) and Port 12 Trunk?&lt;BR /&gt;
&lt;BR /&gt;
# Module vlan configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure vlan default delete ports all&lt;BR /&gt;
configure vr VR-Default delete ports 1-12&lt;BR /&gt;
configure vr VR-Default add ports 1-12&lt;BR /&gt;
configure vlan default delete ports 1,12&lt;BR /&gt;
create vlan "VLAN100"&lt;BR /&gt;
configure vlan VLAN100 tag 100&lt;BR /&gt;
create vlan "VLAN_0999"&lt;BR /&gt;
configure vlan VLAN_0999 tag 999&lt;BR /&gt;
configure vlan Default add ports 2-11 untagged&lt;BR /&gt;
&lt;B&gt;configure vlan VLAN100 add ports 1,12 untagged&lt;/B&gt;&lt;BR /&gt;
&lt;B&gt;configure vlan VLAN_0999 add ports 12 untagged&lt;/B&gt;&lt;BR /&gt;
configure vlan VLAN100 ipaddress 172.16.1.251 255.255.255.0</description>
      <pubDate>Tue, 07 May 2019 01:38:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86138#M20678</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T01:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86139#M20679</link>
      <description>you are correct.  If there is no reason for you to have your native vlan on the Extreme switch you do not have to even create it.  It is not recommended to have untagged vlans on a trunk port ....</description>
      <pubDate>Tue, 07 May 2019 01:49:39 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86139#M20679</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2019-05-07T01:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86140#M20680</link>
      <description>Normally I set the native vlan on the Cisco side:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;interface GigabitEthernet3/3&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport trunk native vlan 999&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; media-type rj45&lt;BR /&gt; negotiation auto&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Extreme (tagged all on the trunk like you suggested)&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;configure vlan default delete ports all&lt;BR /&gt;configure vr VR-Default delete ports 1-12&lt;BR /&gt;configure vr VR-Default add ports 1-12&lt;BR /&gt;configure vlan default delete ports 1,12&lt;BR /&gt;create vlan "VLAN100"&lt;BR /&gt;configure vlan VLAN100 tag 100&lt;BR /&gt;create vlan "VLAN_0999"&lt;BR /&gt;configure vlan VLAN_0999 tag 999&lt;BR /&gt;configure vlan Default add ports 2-11 untagged&lt;BR /&gt;configure vlan VLAN100 add ports 12 tagged&lt;BR /&gt;configure vlan VLAN100 add ports 1 untagged&lt;BR /&gt;configure vlan VLAN_0999 add ports 12 tagged&lt;BR /&gt;configure vlan VLAN100 ipaddress 172.16.1.251 255.255.255.0&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Attempt to ping the Cisco switch:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;* Extreme-SW1.19 # ping 172.16.1.250&lt;BR /&gt;Ping(ICMP) 172.16.1.250: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;Request timed out&lt;BR /&gt;Request timed out&lt;BR /&gt;Request timed out&lt;BR /&gt;Request timed out&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;* Extreme-SW1.21 # sh vlan 100&lt;BR /&gt;&lt;BR /&gt;VLAN 100: sh vlan VLAN100&lt;BR /&gt;VLAN Interface with name VLAN100 created by user&lt;BR /&gt;  Admin State:     Enabled   Tagging:  802.1Q Tag 100&lt;BR /&gt;  Description:     None&lt;BR /&gt;  Virtual router:   VR-Default&lt;BR /&gt;  IPv4 Forwarding:   Disabled&lt;BR /&gt;  IPv4 MC Forwarding: Disabled&lt;BR /&gt;  Primary IP:     172.16.1.251/24&lt;BR /&gt;  IPv6 Forwarding:   Disabled&lt;BR /&gt;  IPv6 MC Forwarding: Disabled&lt;BR /&gt;  IPv6:        None&lt;BR /&gt;  STPD:        None&lt;BR /&gt;  Protocol:      Match all unfiltered protocols&lt;BR /&gt;  Loopback:      Disabled&lt;BR /&gt;  NetLogin:      Disabled&lt;BR /&gt;  OpenFlow:      Disabled&lt;BR /&gt;  QosProfile:     None configured&lt;BR /&gt;  Egress Rate Limit Designated Port: None configured&lt;BR /&gt;  Flood Rate Limit QosProfile:    None configured&lt;BR /&gt;  Suppress ARP:    Disabled&lt;BR /&gt;  Proxy ARP:      Entry required&lt;BR /&gt;  Ports:  2.      (Number of active ports=2)&lt;BR /&gt;    Untag:   *1&lt;BR /&gt;    Tag:    *12&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
From the Cisco switch it can see the Extreme ok:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Switch#sh cdp ne det&lt;BR /&gt;-------------------------&lt;BR /&gt;Device ID: Extreme-SW1&lt;BR /&gt;Entry address(es):&lt;BR /&gt;  IP address: 172.16.1.251&lt;BR /&gt;Platform: EXOS-VM,  Capabilities: Switch&lt;BR /&gt;Interface: GigabitEthernet3/3,  Port ID (outgoing port): Slot:  1, Port: 12&lt;BR /&gt;Holdtime : 159 sec&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
From the Extreme&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Extreme-SW1.20 # show cdp neighbor&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extreme-SW1.21 #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2019 02:16:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86140#M20680</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T02:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86141#M20681</link>
      <description>On Extreme you got IP address on a VLAN 100, for that I suppose you have to configure GigabitEthernet3/3 with trunk allowed vlan 100?&lt;BR /&gt;
What is your output on EXOS with 'show cdp'?&lt;BR /&gt;
&lt;BR /&gt;
How is your IP address configured on Cisco? Is it in interface vlan 100?</description>
      <pubDate>Tue, 07 May 2019 03:02:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86141#M20681</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-07T03:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86142#M20682</link>
      <description>Already added that, but same issue.</description>
      <pubDate>Tue, 07 May 2019 03:04:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86142#M20682</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T03:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86143#M20683</link>
      <description>Hmm.. please try 'show fdb port 12' and you will see in what VLAN you see a MAC adress of a Cisco switch. If it's in VLAN 100, it should be there with VLAN 100 mentioned if you wish to see both of them in 100.</description>
      <pubDate>Tue, 07 May 2019 03:08:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86143#M20683</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-07T03:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86144#M20684</link>
      <description>Interesting:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Extreme-SW1.22 # show fdb port 12&lt;BR /&gt;MAC                                      VLAN Name( Tag)  Age  Flags          Port / Virtual Port List&lt;BR /&gt;------------------------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Flags : d - Dynamic, s - Static, p - Permanent, n - NetLogin, m - MAC, i - IP,&lt;BR /&gt;        x - IPX, l - lockdown MAC, L - lockdown-timeout MAC, M- Mirror, B - Egress Blackhole,&lt;BR /&gt;        b - Ingress Blackhole, v - MAC-Based VLAN, P - Private VLAN, T - VLAN translation,&lt;BR /&gt;        D - drop packet, h - Hardware Aging, o - IEEE 802.1ah Backbone MAC,&lt;BR /&gt;        S - Software Controlled Deletion, r - MSRP,&lt;BR /&gt;        X - VXLAN, Z - OpenFlow, E - EVPN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total: 0 Static: 0  Perm: 0  Dyn: 0  Dropped: 0  Locked: 0  Locked with Timeout: 0&lt;BR /&gt;FDB Aging time: 300&lt;BR /&gt;Extreme-SW1.23 #&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Extreme-SW1.23 # sh port 12&lt;BR /&gt;Port Summary Monitor                      Mon May  6 20:14:21 2019&lt;BR /&gt;Port     Display              VLAN Name           Port  Link  Speed  Duplex&lt;BR /&gt;#        String               (or # VLANs)        State State Actual Actual&lt;BR /&gt;========================================================================&lt;BR /&gt;12                            (0002)              E     A     100    FULL&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2019 03:14:02 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86144#M20684</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T03:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86145#M20685</link>
      <description>Could you show us from Cisco running config how is the IP address on it configured at the moment?&lt;BR /&gt;
&lt;BR /&gt;
BTW 'show fdb' command also lets you to display just per-vlan forwarding database ('show fdb vlan ').</description>
      <pubDate>Tue, 07 May 2019 03:18:36 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86145#M20685</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-07T03:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86146#M20686</link>
      <description>There's not much to it on Cisco:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;interface GigabitEthernet3/3&lt;BR /&gt; switchport trunk allowed vlan 100,999&lt;BR /&gt; switchport trunk encapsulation dot1q&lt;BR /&gt; switchport trunk native vlan 999&lt;BR /&gt; switchport mode trunk&lt;BR /&gt; media-type rj45&lt;BR /&gt; duplex full&lt;BR /&gt; no negotiation auto&lt;BR /&gt;!&lt;BR /&gt;interface Vlan100&lt;BR /&gt; ip address 172.16.1.250 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2019 03:24:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86146#M20686</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T03:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86147#M20687</link>
      <description>Just rebooted the Extreme switch:&lt;BR /&gt;
&lt;BR /&gt;
Bingo (bug?)&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;Extreme-SW1.2 # sh fdb&lt;BR /&gt;MAC                                      VLAN Name( Tag)  Age  Flags          Port / Virtual Port List&lt;BR /&gt;------------------------------------------------------------------------------------------------------&lt;BR /&gt;0c:8e:73:ec:32:0f                          VLAN100(0100) 0071  d m            12&lt;BR /&gt;0c:8e:73:ec:32:0f                        VLAN_0999(0999) 0071  d m            12&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Flags : d - Dynamic, s - Static, p - Permanent, n - NetLogin, m - MAC, i - IP,&lt;BR /&gt;        x - IPX, l - lockdown MAC, L - lockdown-timeout MAC, M- Mirror, B - Egress Blackhole,&lt;BR /&gt;        b - Ingress Blackhole, v - MAC-Based VLAN, P - Private VLAN, T - VLAN translation,&lt;BR /&gt;        D - drop packet, h - Hardware Aging, o - IEEE 802.1ah Backbone MAC,&lt;BR /&gt;        S - Software Controlled Deletion, r - MSRP,&lt;BR /&gt;        X - VXLAN, Z - OpenFlow, E - EVPN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Total: 2 Static: 0  Perm: 0  Dyn: 2  Dropped: 0  Locked: 0  Locked with Timeout: 0&lt;BR /&gt;FDB Aging time: 300&lt;BR /&gt;Extreme-SW1.2 # ping 172.16.1.250&lt;BR /&gt;Ping(ICMP) 172.16.1.250: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;16 bytes from 172.16.1.250: icmp_seq=0 ttl=255 time=46 ms&lt;BR /&gt;16 bytes from 172.16.1.250: icmp_seq=1 ttl=255 time=9.649 ms&lt;BR /&gt;16 bytes from 172.16.1.250: icmp_seq=2 ttl=255 time=38 ms&lt;BR /&gt;16 bytes from 172.16.1.250: icmp_seq=3 ttl=255 time=21 ms&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--- 172.16.1.250 ping statistics ---&lt;BR /&gt;4 packets transmitted, 4 packets received, 0% loss&lt;BR /&gt;round-trip min/avg/max = 9/28/46 ms&lt;BR /&gt;Extreme-SW1.3 #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2019 03:26:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86147#M20687</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T03:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86148#M20688</link>
      <description>Oh, works now. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
Please post us the version you are running from the output of 'show version'. Then it might become clear if it was kind of a bug or other uncommon behavior.</description>
      <pubDate>Tue, 07 May 2019 03:27:35 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86148#M20688</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-07T03:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trunk EXOS switch to a Cisco switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86149#M20689</link>
      <description>Image  : ExtremeXOS version 22.5.1.7</description>
      <pubDate>Tue, 07 May 2019 04:56:58 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/trunk-exos-switch-to-a-cisco-switch/m-p/86149#M20689</guid>
      <dc:creator>gonzoessex</dc:creator>
      <dc:date>2019-05-07T04:56:58Z</dc:date>
    </item>
  </channel>
</rss>

