<?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 PVLAN configuration uncertainty with overlapping ports in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/pvlan-configuration-uncertainty-with-overlapping-ports/m-p/43067#M10290</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have an existing private vlan configuration that looks like this:&lt;BR /&gt;
&lt;BR /&gt;
         vlan2 (untagged)&lt;BR /&gt;
+--------------port 1--------------+&lt;BR /&gt;
|                                  |&lt;BR /&gt;
|                                  |&lt;BR /&gt;
+---port 2----------------port 3---+&lt;BR /&gt;
vlan10 (untagged)      vlan10 (untagged)&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;create vlan VLAN2   tag 2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN10 tag 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN10 tag 10&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;create private-vlan PvlanUntagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanUntagged add network VLAN2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanUntagged add subscriber VLAN10&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN2 add ports 1 untagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN10 add ports 2,3 untagged&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
This isolates VLAN10 on ports 2 and 3. VLAN10 leaves untagged on subscriber ports 2 and 3 and also leaves untagged on the network uplink port 1.&lt;BR /&gt;
&lt;BR /&gt;
I need to add two additional subscriber vlans, this time they need to be tagged (both on the uplink port and subscriber ports). They need to be isolated as well (This means an additional private-vlan).&lt;BR /&gt;
&lt;BR /&gt;
It will look like this:&lt;BR /&gt;
&lt;BR /&gt;
           vlan2 (untagged)&lt;BR /&gt;
           vlan3 (tagged)&lt;BR /&gt;
+--------------port 1--------------+&lt;BR /&gt;
|                                  |&lt;BR /&gt;
|                                  |&lt;BR /&gt;
+---port 2----------------port 3---+&lt;BR /&gt;
vlan10 (untagged)      vlan10 (untagged)&lt;BR /&gt;
vlan20 (tagged)        vlan20 (tagged)&lt;BR /&gt;
vlan30 (tagged)        vlan30 (tagged)     &lt;I&gt;create vlan VLAN3   tag 3&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN20 tag 20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN30 tag 30&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;create private-vlan PvlanTagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanTagged  add network VLAN3&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanTagged  add subscriber VLAN20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanTagged  add subscriber VLAN30&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN3 add ports 1 tagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN20 add ports 2,3 tagged&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
At first sight this looks correct, however I found this mention in the documentation:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;"BlackDiamond 8000 series modules and Summit family switches, whether or not included in aSummitStack, require a loopback port for certain configurations. If two or more subscriber VLANs have&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;overlapping ports (where the same ports are assigned to both VLANs), each of the subscriber VLANs&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;with overlapping ports must have a dedicated loopback port"&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
It seems that this describes the exact situation I have with my configuration above. VLAN20 and VLAN30 share the same ports (2, 3).&lt;BR /&gt;
&lt;BR /&gt;
In this case, according to the documentation I should add a loopback port to the second configured subscriber vlan via:&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;configure vlan VLAN30 vlan-translation add loopback-port XXX&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
However I am not sure what exactly do I choose as the loopback port for this command? Is there any rule to it? Or should I just choose port 2 or 3 since it doesn't matter?&lt;BR /&gt;
&lt;BR /&gt;
Thank you. &lt;BR /&gt;</description>
    <pubDate>Fri, 08 Apr 2016 01:46:00 GMT</pubDate>
    <dc:creator>Michal_H</dc:creator>
    <dc:date>2016-04-08T01:46:00Z</dc:date>
    <item>
      <title>PVLAN configuration uncertainty with overlapping ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/pvlan-configuration-uncertainty-with-overlapping-ports/m-p/43067#M10290</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I have an existing private vlan configuration that looks like this:&lt;BR /&gt;
&lt;BR /&gt;
         vlan2 (untagged)&lt;BR /&gt;
+--------------port 1--------------+&lt;BR /&gt;
|                                  |&lt;BR /&gt;
|                                  |&lt;BR /&gt;
+---port 2----------------port 3---+&lt;BR /&gt;
vlan10 (untagged)      vlan10 (untagged)&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;create vlan VLAN2   tag 2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN10 tag 10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN10 tag 10&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;create private-vlan PvlanUntagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanUntagged add network VLAN2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanUntagged add subscriber VLAN10&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN2 add ports 1 untagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN10 add ports 2,3 untagged&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
This isolates VLAN10 on ports 2 and 3. VLAN10 leaves untagged on subscriber ports 2 and 3 and also leaves untagged on the network uplink port 1.&lt;BR /&gt;
&lt;BR /&gt;
I need to add two additional subscriber vlans, this time they need to be tagged (both on the uplink port and subscriber ports). They need to be isolated as well (This means an additional private-vlan).&lt;BR /&gt;
&lt;BR /&gt;
It will look like this:&lt;BR /&gt;
&lt;BR /&gt;
           vlan2 (untagged)&lt;BR /&gt;
           vlan3 (tagged)&lt;BR /&gt;
+--------------port 1--------------+&lt;BR /&gt;
|                                  |&lt;BR /&gt;
|                                  |&lt;BR /&gt;
+---port 2----------------port 3---+&lt;BR /&gt;
vlan10 (untagged)      vlan10 (untagged)&lt;BR /&gt;
vlan20 (tagged)        vlan20 (tagged)&lt;BR /&gt;
vlan30 (tagged)        vlan30 (tagged)     &lt;I&gt;create vlan VLAN3   tag 3&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN20 tag 20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan VLAN30 tag 30&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;create private-vlan PvlanTagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanTagged  add network VLAN3&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanTagged  add subscriber VLAN20&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure private-vlan PvlanTagged  add subscriber VLAN30&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN3 add ports 1 tagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan VLAN20 add ports 2,3 tagged&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
At first sight this looks correct, however I found this mention in the documentation:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;"BlackDiamond 8000 series modules and Summit family switches, whether or not included in aSummitStack, require a loopback port for certain configurations. If two or more subscriber VLANs have&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;overlapping ports (where the same ports are assigned to both VLANs), each of the subscriber VLANs&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;with overlapping ports must have a dedicated loopback port"&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
It seems that this describes the exact situation I have with my configuration above. VLAN20 and VLAN30 share the same ports (2, 3).&lt;BR /&gt;
&lt;BR /&gt;
In this case, according to the documentation I should add a loopback port to the second configured subscriber vlan via:&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;configure vlan VLAN30 vlan-translation add loopback-port XXX&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
However I am not sure what exactly do I choose as the loopback port for this command? Is there any rule to it? Or should I just choose port 2 or 3 since it doesn't matter?&lt;BR /&gt;
&lt;BR /&gt;
Thank you. &lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2016 01:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/pvlan-configuration-uncertainty-with-overlapping-ports/m-p/43067#M10290</guid>
      <dc:creator>Michal_H</dc:creator>
      <dc:date>2016-04-08T01:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: PVLAN configuration uncertainty with overlapping ports</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/pvlan-configuration-uncertainty-with-overlapping-ports/m-p/43068#M10291</link>
      <description>When packets ingress in a network vlan port it will be  flooded to appropriate subscriber vlan loopback port and other network vlan  ports. Further the subscriber vlan loopback port floods the packets to all  other ports in the subscriber vlan. Based on egress vlan translation entry  match the vlan tag of the packet will be replaced with a new vlan tag before it  egresses out of a port.&lt;BR /&gt;
&lt;BR /&gt;
     When packets ingress in a subscriber vlan port it will be  flooded to all ports in the subscriber vlan. Further the subscriber vlan  loopback port floods the packets to the network vlan ports it belong to. Based  on egress vlan translation entry match the vlan tag of the packet will be  replaced with a new vlan tag before it egresses out of a port.&lt;BR /&gt;
&lt;BR /&gt;
Loopback port should be a unused port which is dedicated to the particular subscriber VLAN. This loopback shouldn't be active. It creates an internal loopback to carry the traffic from subscriber vlan to network vlan. &lt;BR /&gt;
&lt;BR /&gt;
In case if it is not working as expected, I would recommend you to opena case with Extreme.</description>
      <pubDate>Wed, 13 Apr 2016 10:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/pvlan-configuration-uncertainty-with-overlapping-ports/m-p/43068#M10291</guid>
      <dc:creator>Senguttuvan__Ar</dc:creator>
      <dc:date>2016-04-13T10:32:00Z</dc:date>
    </item>
  </channel>
</rss>

