<?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: Can't reach remote network via tagged port in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56687#M16635</link>
    <description>Seems to work. Key was to delete all ports from VLAN "Default" on ALL switches. Not to be cut from SW3 I had to to it in order:&lt;BR /&gt;
SW3: conf vlan default del po all&lt;BR /&gt;
SW2: conf vlan default del po all&lt;BR /&gt;
SW1: conf vlan default del po all&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much Andre! Problem SOLVED.&lt;BR /&gt;</description>
    <pubDate>Sun, 13 Mar 2016 23:13:00 GMT</pubDate>
    <dc:creator>Krzysztof</dc:creator>
    <dc:date>2016-03-13T23:13:00Z</dc:date>
    <item>
      <title>Can't reach remote network via tagged port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56685#M16633</link>
      <description>Hi,&lt;BR /&gt;
during configuration of my Summit X460 and X440 switches I've encounter a problem with VLAN communication between switches.&lt;BR /&gt;
&lt;BR /&gt;
Topology:&lt;BR /&gt;
comp1 ==(port23) SW1 (port1)==(port24) SW2 (port1)==(port1) SW3 (port2)== comp2&lt;BR /&gt;
The objective is to communicate between comp1 and comp2 via vlan "v50". Well, there are actually small networks in comp1 and comp2 places, but that's irrelevant in this case. To simplify things I will describe only VLAN "v50" configuration issue, however the same problem exists with other VLANs and VMANs configured on swiches.&lt;BR /&gt;
&lt;BR /&gt;
VLAN configuration which works:&lt;BR /&gt;
SW1 - X460:&lt;BR /&gt;
vlan "v50" ports: 1 tagged, port 23 untagged&lt;BR /&gt;
vlan "Default" ports: 1 tagged&lt;BR /&gt;
SW2 - X440:&lt;BR /&gt;
vlan "v50" ports: 1 tagged, 24 tagged&lt;BR /&gt;
vlan "Default" ports: 1 tagged&lt;BR /&gt;
SW3 - X440:&lt;BR /&gt;
vlan "v50" ports: 1 tagged, 2 untagged&lt;BR /&gt;
With above configuration comp1 and comp2 can communicate via VLAN "v50".&lt;BR /&gt;
&lt;BR /&gt;
The problem shows up when I remove port 1 on SW1 from VLAN "Default", or remove ports 1,24 on SW2 from VLAN "Default". Comp1 and Comp2 cannot communicate any more (for example no ping). From comp1 I can only reach SW2, further communication is I think not forwarded. What's more even if I disable VLAN "Default" on every switch, but leave ports assignet to it, communication in VLAN "v50" works. Removing ports from VLAN "Default" results in no communication between comp1 and comp2 via "v50".&lt;BR /&gt;
STP is disabled on every switch.&lt;BR /&gt;
&lt;BR /&gt;
I would be grateful for your help in solving this problem.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Krzysztof&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Mar 2016 22:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56685#M16633</guid>
      <dc:creator>Krzysztof</dc:creator>
      <dc:date>2016-03-13T22:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't reach remote network via tagged port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56686#M16634</link>
      <description>try this:&lt;BR /&gt;
&lt;BR /&gt;
on all switches:&lt;BR /&gt;
&lt;BR /&gt;
conf vlan default del po all&lt;BR /&gt;
&lt;BR /&gt;
on sw1:&lt;BR /&gt;
create vlan v50 tag 50&lt;BR /&gt;
conf v50 add po 23&lt;BR /&gt;
conf v50 add po 1 tag&lt;BR /&gt;
&lt;BR /&gt;
on sw2:&lt;BR /&gt;
create vlan v50 tag 50&lt;BR /&gt;
conf v50 add po 1,24 tag&lt;BR /&gt;
&lt;BR /&gt;
on sw3:&lt;BR /&gt;
create vlan v50 tag 50&lt;BR /&gt;
conf v50 add po 2&lt;BR /&gt;
conf v50 add po 1 tag&lt;BR /&gt;
&lt;BR /&gt;
This should work&lt;BR /&gt;
&lt;BR /&gt;
with EXOS you usually don't use the vlan "default"&lt;BR /&gt;
&lt;BR /&gt;
Cheers</description>
      <pubDate>Sun, 13 Mar 2016 22:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56686#M16634</guid>
      <dc:creator>André_Herkenrat</dc:creator>
      <dc:date>2016-03-13T22:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't reach remote network via tagged port</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56687#M16635</link>
      <description>Seems to work. Key was to delete all ports from VLAN "Default" on ALL switches. Not to be cut from SW3 I had to to it in order:&lt;BR /&gt;
SW3: conf vlan default del po all&lt;BR /&gt;
SW2: conf vlan default del po all&lt;BR /&gt;
SW1: conf vlan default del po all&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much Andre! Problem SOLVED.&lt;BR /&gt;</description>
      <pubDate>Sun, 13 Mar 2016 23:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-reach-remote-network-via-tagged-port/m-p/56687#M16635</guid>
      <dc:creator>Krzysztof</dc:creator>
      <dc:date>2016-03-13T23:13:00Z</dc:date>
    </item>
  </channel>
</rss>

