<?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 VPLS traffic fails after deleting vlan from sharing in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53514#M15070</link>
    <description>Create Date: Jun 24 2013 11:21AM&lt;BR /&gt;
&lt;BR /&gt;
Hi, I have test network: cisco switch &lt;DOT1Q&gt; x670 ~ mpls ~ x670 - &lt;DOT1Q lacp="" sharing="" 2="" ports=""&gt; - cisco switch And after deleting vpls service vlan from sharing port all vpls(which uses vlans from same sharing port) traffic fails. Traffic goes up after returning vlan to sharing port. Is anyone know why this happens? &lt;BR /&gt;
&lt;DOT1Q&gt;&lt;DOT1Q&gt;&lt;/DOT1Q&gt;&lt;/DOT1Q&gt;  (from Ogion)&lt;/DOT1Q&gt;&lt;/DOT1Q&gt;</description>
    <pubDate>Wed, 08 Jan 2014 06:03:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T06:03:00Z</dc:date>
    <item>
      <title>VPLS traffic fails after deleting vlan from sharing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53514#M15070</link>
      <description>Create Date: Jun 24 2013 11:21AM&lt;BR /&gt;
&lt;BR /&gt;
Hi, I have test network: cisco switch &lt;DOT1Q&gt; x670 ~ mpls ~ x670 - &lt;DOT1Q lacp="" sharing="" 2="" ports=""&gt; - cisco switch And after deleting vpls service vlan from sharing port all vpls(which uses vlans from same sharing port) traffic fails. Traffic goes up after returning vlan to sharing port. Is anyone know why this happens? &lt;BR /&gt;
&lt;DOT1Q&gt;&lt;DOT1Q&gt;&lt;/DOT1Q&gt;&lt;/DOT1Q&gt;  (from Ogion)&lt;/DOT1Q&gt;&lt;/DOT1Q&gt;</description>
      <pubDate>Wed, 08 Jan 2014 06:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53514#M15070</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS traffic fails after deleting vlan from sharing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53515#M15071</link>
      <description>Hi &lt;BR /&gt;
I have the same problem. &lt;BR /&gt;
But in my case I have 2 summit x460-24t switches with ExtremeXOS version 15.2.2.7 image with MPLS enabled.&lt;BR /&gt;
&lt;BR /&gt;
Removed the TAG vlan "pppoe_fttx" of TRUNK ports and added the vlan "pppoe_fttx" to the VPLS. &lt;BR /&gt;
When I do the same process with any other vlan  the network of vlan "pppoe_fttx" work stop.&lt;BR /&gt;
But the command: show vpls detail return status UP&lt;BR /&gt;
&lt;BR /&gt;
This is my how to configurations:&lt;BR /&gt;
&lt;BR /&gt;
### OSPF&lt;BR /&gt;
SW-CORE# create vlan loopback&lt;BR /&gt;
SW-CORE# enable loopback-mode vlan loopback&lt;BR /&gt;
SW-CORE# configure vlan loopback ipaddress 10.255.255.254/32&lt;BR /&gt;
SW-CORE# enable ipforwarding vlan loopback&lt;BR /&gt;
SW-CORE# configure ospf routerid 10.255.255.254&lt;BR /&gt;
SW-CORE# configure ospf add vlan "loopback" area 0.0.0.0 link-type broadcast passive&lt;BR /&gt;
SW-CORE# enable ipforwarding vlan SwCoreDC_SwHubDc&lt;BR /&gt;
SW-CORE# configure ospf add vlan SwCoreDC_SwHubDc area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
SW-CORE# enable ospf&lt;BR /&gt;
&lt;BR /&gt;
SW-HUB_DC# create vlan loopback&lt;BR /&gt;
SW-HUB_DC# enable loopback-mode vlan loopback&lt;BR /&gt;
SW-HUB_DC# configure vlan loopback ipaddress 10.255.255.253/32&lt;BR /&gt;
SW-HUB_DC# enable ipforwarding vlan loopback&lt;BR /&gt;
SW-HUB_DC# configure ospf routerid 10.255.255.253&lt;BR /&gt;
SW-HUB_DC# configure ospf add vlan "loopback" area 0.0.0.0 link-type broadcast passive&lt;BR /&gt;
SW-HUB_DC# enable ipforwarding vlan Sw01_HUBDC-SwCore_DC&lt;BR /&gt;
SW-HUB_DC# configure ospf add vlan Sw01_HUBDC-SwCore_DC area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
SW-HUB_DC# enable ospf&lt;BR /&gt;
&lt;BR /&gt;
### MPLS&lt;BR /&gt;
SW-CORE# configure mpls add vlan "loopback"&lt;BR /&gt;
SW-CORE# enable mpls vlan "loopback"&lt;BR /&gt;
SW-CORE# enable mpls ldp vlan "loopback"&lt;BR /&gt;
SW-CORE# configure mpls add vlan "SwCoreDC_SwHubDc"&lt;BR /&gt;
SW-CORE# enable mpls vlan "SwCoreDC_SwHubDc"&lt;BR /&gt;
SW-CORE# enable mpls ldp vlan "SwCoreDC_SwHubDc"&lt;BR /&gt;
SW-CORE# configure mpls lsr-id 10.255.255.254&lt;BR /&gt;
SW-CORE# enable mpls protocol ldp&lt;BR /&gt;
SW-CORE# enable jumbo-frame ports all&lt;BR /&gt;
SW-CORE# enable mpls&lt;BR /&gt;
&lt;BR /&gt;
SW-HUB_DC# configure mpls add vlan "loopback"&lt;BR /&gt;
SW-HUB_DC# enable mpls vlan "loopback"&lt;BR /&gt;
SW-HUB_DC# enable mpls ldp vlan "loopback"&lt;BR /&gt;
SW-HUB_DC# configure mpls add vlan "Sw01_HUBDC-SwCore_DC"&lt;BR /&gt;
SW-HUB_DC# enable mpls vlan "Sw01_HUBDC-SwCore_DC"&lt;BR /&gt;
SW-HUB_DC# enable mpls ldp vlan "Sw01_HUBDC-SwCore_DC"&lt;BR /&gt;
SW-HUB_DC# configure mpls lsr-id 10.255.255.253&lt;BR /&gt;
SW-HUB_DC# enable mpls protocol ldp&lt;BR /&gt;
SW-HUB_DC# enable jumbo-frame ports all&lt;BR /&gt;
SW-HUB_DC# enable mpls&lt;BR /&gt;
&lt;BR /&gt;
### VPLS&lt;BR /&gt;
SW-CORE# configure vlan pppoe_fttx delete ports 1:24&lt;BR /&gt;
SW-CORE# disable igmp snooping vlan pppoe_fttx&lt;BR /&gt;
SW-CORE# create vpls vpls_pppoefttx fec-id-type pseudo-wire 50&lt;BR /&gt;
SW-CORE# configure vpls vpls_pppoefttx add peer 10.255.255.253&lt;BR /&gt;
SW-CORE# configure vpls vpls_pppoefttx add service vlan pppoe_fttx&lt;BR /&gt;
&lt;BR /&gt;
SW-HUB_DC# configure vlan pppoe_fttx delete ports 27&lt;BR /&gt;
SW-HUB_DC# disable igmp snooping vlan pppoe_fttx&lt;BR /&gt;
SW-HUB_DC# create vpls vpls_pppoefttx fec-id-type pseudo-wire 50&lt;BR /&gt;
SW-HUB_DC# configure vpls vpls_pppoefttx add peer 10.255.255.254&lt;BR /&gt;
SW-HUB_DC# configure vpls vpls_pppoefttx add service vlan pppoe_fttx&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2014 23:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53515#M15071</guid>
      <dc:creator>Caio_Bussaca</dc:creator>
      <dc:date>2014-02-27T23:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS traffic fails after deleting vlan from sharing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53516#M15072</link>
      <description>Based on my understanding, VPLS traffic failing - when we removed vpls service vlans from sharing port - i hope this sharing port is the only port where this vlans are added. If that is so,&lt;BR /&gt;
&lt;BR /&gt;
VPLS service vlans will not be active untill it has an active port on it. As VPLS service vlans not yet active - VPLS tunnel using this service vlan's never shows UP.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 17:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53516#M15072</guid>
      <dc:creator>Sathish_Arul</dc:creator>
      <dc:date>2014-03-28T17:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS traffic fails after deleting vlan from sharing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53517#M15073</link>
      <description>I solved my problem making the upgrade image for Exos 15.3.1.4 patch1-30.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2014 22:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-traffic-fails-after-deleting-vlan-from-sharing/m-p/53517#M15073</guid>
      <dc:creator>Caio_Bussaca</dc:creator>
      <dc:date>2014-03-28T22:12:00Z</dc:date>
    </item>
  </channel>
</rss>

