<?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 Not working over MPLS in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36380#M7504</link>
    <description>&lt;P&gt;Hi, I have some EXOS VM's set up in GNS3 using Virtual box. I used this link to configure MPLS and VPLS &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000081349" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000081349&lt;/A&gt; The only difference is that I have 4 switches instead of 2. I setup 2 more switches to use as the "customer" to see if traffic was being passed over VPLS from one "customer" switch to the other. It is &lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt;. I'm not sure what I'm missing. i am including my MPLS/VPLS configurations for each LSR and a screenshot of my setup in GNS3.&lt;BR /&gt;&lt;BR /&gt;As you can see on the screenshot, I am only testing between Incap-Boca and Incap-Chi. those 2 switches are connected to the service VLAN on their respective LSR's.&lt;BR /&gt;&lt;BR /&gt;I am new to MPLS so any help would be much appreciated. Thank you in advanced for any help you provide.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-1&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-1&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR2-uplink"&lt;BR /&gt;create vlan "LSR3-uplink"&lt;BR /&gt;create vlan "boca_service"&lt;BR /&gt;configure vlan boca_service tag 1114&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR2-uplink add ports 4 untagged&lt;BR /&gt;configure vlan LSR3-uplink add ports 5 untagged&lt;BR /&gt;configure vlan boca_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.1/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR2-uplink ipaddress 11.0.2.1/30&lt;BR /&gt;configure vlan LSR3-uplink ipaddress 11.0.1.1/30&lt;BR /&gt;enable ipforwarding vlan LSR2-uplink&lt;BR /&gt;enable ipforwarding vlan LSR3-uplink&lt;BR /&gt;disable igmp snooping vlan "boca_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.1&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR2-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR3-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR2-uplink"&lt;BR /&gt;enable mpls vlan "LSR2-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR2-uplink"&lt;BR /&gt;configure mpls add vlan "LSR3-uplink"&lt;BR /&gt;enable mpls vlan "LSR3-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR3-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.1&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan boca_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.2 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.3 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.4 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR4-uplink&lt;BR /&gt;conf vlan LSR4-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR4-uplink ipaddress 11.0.5.1/30&lt;BR /&gt;enable ipforwarding vlan LSR4-uplink&lt;BR /&gt;conf ospf add vlan LSR4-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR4-uplink"&lt;BR /&gt;enable mpls vlan "LSR4-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR4-uplink"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-2&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-2&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR1-uplink"&lt;BR /&gt;create vlan "LSR4-uplink"&lt;BR /&gt;create vlan "chi_service"&lt;BR /&gt;configure vlan chi_service tag 1111&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR1-uplink add ports 4 untagged&lt;BR /&gt;configure vlan LSR4-uplink add ports 5 untagged&lt;BR /&gt;configure vlan chi_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.2/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR1-uplink ipaddress 11.0.2.2/30&lt;BR /&gt;configure vlan LSR4-uplink ipaddress 11.0.4.2/30&lt;BR /&gt;enable ipforwarding vlan LSR1-uplink&lt;BR /&gt;enable ipforwarding vlan LSR4-uplink&lt;BR /&gt;disable igmp snooping vlan "chi_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.2&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR1-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR4-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR1-uplink"&lt;BR /&gt;configure mpls add vlan "LSR4-uplink"&lt;BR /&gt;enable mpls vlan "LSR1-uplink"&lt;BR /&gt;enable mpls vlan "LSR4-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR1-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR4-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.2&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan chi_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.1 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.3 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.4 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR3-uplink&lt;BR /&gt;conf vlan LSR3-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR3-uplink ipaddress 11.0.6.1/30&lt;BR /&gt;enable ipforwarding vlan LSR3-uplink&lt;BR /&gt;conf ospf add vlan LSR3-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR3-uplink"&lt;BR /&gt;enable mpls vlan "LSR3-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR3-uplink"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-3&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-3&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR1-uplink"&lt;BR /&gt;create vlan "LSR4-uplink"&lt;BR /&gt;create vlan "keno_service"&lt;BR /&gt;configure vlan keno_service tag 1168&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR1-uplink add ports 5 untagged&lt;BR /&gt;configure vlan LSR4-uplink add ports 4 untagged&lt;BR /&gt;configure vlan keno_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.3/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR1-uplink ipaddress 11.0.1.2/30&lt;BR /&gt;configure vlan LSR4-uplink ipaddress 11.0.3.1/30&lt;BR /&gt;enable ipforwarding vlan LSR1-uplink&lt;BR /&gt;enable ipforwarding vlan LSR4-uplink&lt;BR /&gt;disable igmp snooping vlan "keno_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.3&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR1-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR4-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR1-uplink"&lt;BR /&gt;configure mpls add vlan "LSR4-uplink"&lt;BR /&gt;enable mpls vlan "LSR1-uplink"&lt;BR /&gt;enable mpls vlan "LSR4-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR1-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR4-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.3&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan keno_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.1 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.2 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.4 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR2-uplink&lt;BR /&gt;conf vlan LSR2-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR2-uplink ipaddress 11.0.6.2/30&lt;BR /&gt;enable ipforwarding vlan LSR2-uplink&lt;BR /&gt;conf ospf add vlan LSR2-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR2-uplink"&lt;BR /&gt;enable mpls vlan "LSR2-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR2-uplink"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-4&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-4&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR2-uplink"&lt;BR /&gt;create vlan "LSR3-uplink"&lt;BR /&gt;create vlan "NY_service"&lt;BR /&gt;configure vlan NY_service tag 1131&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR2-uplink add ports 5 untagged&lt;BR /&gt;configure vlan LSR3-uplink add ports 4 untagged&lt;BR /&gt;configure vlan NY_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.4/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR2-uplink ipaddress 11.0.4.1/30&lt;BR /&gt;configure vlan LSR3-uplink ipaddress 11.0.3.2/30&lt;BR /&gt;enable ipforwarding vlan LSR2-uplink&lt;BR /&gt;enable ipforwarding vlan LSR3-uplink&lt;BR /&gt;disable igmp snooping vlan "NY_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.4&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR2-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR3-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR2-uplink"&lt;BR /&gt;configure mpls add vlan "LSR3-uplink"&lt;BR /&gt;enable mpls vlan "LSR2-uplink"&lt;BR /&gt;enable mpls vlan "LSR3-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR2-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR3-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.4&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan NY_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.1 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.2 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.3 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR1-uplink&lt;BR /&gt;conf vlan LSR1-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR1-uplink ipaddress 11.0.5.2/30&lt;BR /&gt;enable ipforwarding vlan LSR1-uplink&lt;BR /&gt;conf ospf add vlan LSR1-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR1-uplink"&lt;BR /&gt;enable mpls vlan "LSR1-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR1-uplink"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="183e7f58ae3141b1a127c9b144a79904_RackMultipart20160226-5067-r25b1q-MPLS_VPLS_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4673i42783FA29FF6128E/image-size/large?v=v2&amp;amp;px=999" role="button" title="183e7f58ae3141b1a127c9b144a79904_RackMultipart20160226-5067-r25b1q-MPLS_VPLS_inline.jpg" alt="183e7f58ae3141b1a127c9b144a79904_RackMultipart20160226-5067-r25b1q-MPLS_VPLS_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 27 Feb 2016 02:55:00 GMT</pubDate>
    <dc:creator>Darren_Saliva</dc:creator>
    <dc:date>2016-02-27T02:55:00Z</dc:date>
    <item>
      <title>VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36380#M7504</link>
      <description>&lt;P&gt;Hi, I have some EXOS VM's set up in GNS3 using Virtual box. I used this link to configure MPLS and VPLS &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000081349" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000081349&lt;/A&gt; The only difference is that I have 4 switches instead of 2. I setup 2 more switches to use as the "customer" to see if traffic was being passed over VPLS from one "customer" switch to the other. It is &lt;STRONG&gt;&lt;U&gt;not&lt;/U&gt;&lt;/STRONG&gt;. I'm not sure what I'm missing. i am including my MPLS/VPLS configurations for each LSR and a screenshot of my setup in GNS3.&lt;BR /&gt;&lt;BR /&gt;As you can see on the screenshot, I am only testing between Incap-Boca and Incap-Chi. those 2 switches are connected to the service VLAN on their respective LSR's.&lt;BR /&gt;&lt;BR /&gt;I am new to MPLS so any help would be much appreciated. Thank you in advanced for any help you provide.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-1&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-1&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR2-uplink"&lt;BR /&gt;create vlan "LSR3-uplink"&lt;BR /&gt;create vlan "boca_service"&lt;BR /&gt;configure vlan boca_service tag 1114&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR2-uplink add ports 4 untagged&lt;BR /&gt;configure vlan LSR3-uplink add ports 5 untagged&lt;BR /&gt;configure vlan boca_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.1/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR2-uplink ipaddress 11.0.2.1/30&lt;BR /&gt;configure vlan LSR3-uplink ipaddress 11.0.1.1/30&lt;BR /&gt;enable ipforwarding vlan LSR2-uplink&lt;BR /&gt;enable ipforwarding vlan LSR3-uplink&lt;BR /&gt;disable igmp snooping vlan "boca_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.1&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR2-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR3-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR2-uplink"&lt;BR /&gt;enable mpls vlan "LSR2-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR2-uplink"&lt;BR /&gt;configure mpls add vlan "LSR3-uplink"&lt;BR /&gt;enable mpls vlan "LSR3-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR3-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.1&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan boca_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.2 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.3 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.4 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR4-uplink&lt;BR /&gt;conf vlan LSR4-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR4-uplink ipaddress 11.0.5.1/30&lt;BR /&gt;enable ipforwarding vlan LSR4-uplink&lt;BR /&gt;conf ospf add vlan LSR4-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR4-uplink"&lt;BR /&gt;enable mpls vlan "LSR4-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR4-uplink"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-2&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-2&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR1-uplink"&lt;BR /&gt;create vlan "LSR4-uplink"&lt;BR /&gt;create vlan "chi_service"&lt;BR /&gt;configure vlan chi_service tag 1111&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR1-uplink add ports 4 untagged&lt;BR /&gt;configure vlan LSR4-uplink add ports 5 untagged&lt;BR /&gt;configure vlan chi_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.2/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR1-uplink ipaddress 11.0.2.2/30&lt;BR /&gt;configure vlan LSR4-uplink ipaddress 11.0.4.2/30&lt;BR /&gt;enable ipforwarding vlan LSR1-uplink&lt;BR /&gt;enable ipforwarding vlan LSR4-uplink&lt;BR /&gt;disable igmp snooping vlan "chi_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.2&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR1-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR4-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR1-uplink"&lt;BR /&gt;configure mpls add vlan "LSR4-uplink"&lt;BR /&gt;enable mpls vlan "LSR1-uplink"&lt;BR /&gt;enable mpls vlan "LSR4-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR1-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR4-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.2&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan chi_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.1 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.3 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.4 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR3-uplink&lt;BR /&gt;conf vlan LSR3-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR3-uplink ipaddress 11.0.6.1/30&lt;BR /&gt;enable ipforwarding vlan LSR3-uplink&lt;BR /&gt;conf ospf add vlan LSR3-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR3-uplink"&lt;BR /&gt;enable mpls vlan "LSR3-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR3-uplink"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-3&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-3&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR1-uplink"&lt;BR /&gt;create vlan "LSR4-uplink"&lt;BR /&gt;create vlan "keno_service"&lt;BR /&gt;configure vlan keno_service tag 1168&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR1-uplink add ports 5 untagged&lt;BR /&gt;configure vlan LSR4-uplink add ports 4 untagged&lt;BR /&gt;configure vlan keno_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.3/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR1-uplink ipaddress 11.0.1.2/30&lt;BR /&gt;configure vlan LSR4-uplink ipaddress 11.0.3.1/30&lt;BR /&gt;enable ipforwarding vlan LSR1-uplink&lt;BR /&gt;enable ipforwarding vlan LSR4-uplink&lt;BR /&gt;disable igmp snooping vlan "keno_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.3&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR1-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR4-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR1-uplink"&lt;BR /&gt;configure mpls add vlan "LSR4-uplink"&lt;BR /&gt;enable mpls vlan "LSR1-uplink"&lt;BR /&gt;enable mpls vlan "LSR4-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR1-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR4-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.3&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan keno_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.1 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.2 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.4 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR2-uplink&lt;BR /&gt;conf vlan LSR2-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR2-uplink ipaddress 11.0.6.2/30&lt;BR /&gt;enable ipforwarding vlan LSR2-uplink&lt;BR /&gt;conf ospf add vlan LSR2-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR2-uplink"&lt;BR /&gt;enable mpls vlan "LSR2-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR2-uplink"&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;## Config for EXOS-MPLS-LSR-4&lt;/STRONG&gt;&lt;BR /&gt;configure snmp sysname LSR-4&lt;BR /&gt;create vlan "lpbk"&lt;BR /&gt;enable loopback-mode vlan lpbk&lt;BR /&gt;create vlan "LSR2-uplink"&lt;BR /&gt;create vlan "LSR3-uplink"&lt;BR /&gt;create vlan "NY_service"&lt;BR /&gt;configure vlan NY_service tag 1131&lt;BR /&gt;configure vlan default delete ports all&lt;BR /&gt;configure vlan LSR2-uplink add ports 5 untagged&lt;BR /&gt;configure vlan LSR3-uplink add ports 4 untagged&lt;BR /&gt;configure vlan NY_service add ports 7 untagged&lt;BR /&gt;configure vlan lpbk ipaddress 10.100.200.4/32&lt;BR /&gt;enable ipforwarding vlan lpbk&lt;BR /&gt;configure vlan LSR2-uplink ipaddress 11.0.4.1/30&lt;BR /&gt;configure vlan LSR3-uplink ipaddress 11.0.3.2/30&lt;BR /&gt;enable ipforwarding vlan LSR2-uplink&lt;BR /&gt;enable ipforwarding vlan LSR3-uplink&lt;BR /&gt;disable igmp snooping vlan "NY_service"&lt;BR /&gt;&lt;BR /&gt;configure ospf routerid 10.100.200.4&lt;BR /&gt;enable ospf&lt;BR /&gt;configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;configure ospf add vlan LSR2-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure ospf add vlan LSR3-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;&lt;BR /&gt;configure mpls add vlan "lpbk"&lt;BR /&gt;enable mpls vlan "lpbk"&lt;BR /&gt;enable mpls ldp vlan "lpbk"&lt;BR /&gt;configure mpls add vlan "LSR2-uplink"&lt;BR /&gt;configure mpls add vlan "LSR3-uplink"&lt;BR /&gt;enable mpls vlan "LSR2-uplink"&lt;BR /&gt;enable mpls vlan "LSR3-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR2-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR3-uplink"&lt;BR /&gt;configure mpls lsr-id 10.100.200.4&lt;BR /&gt;enable mpls protocol ldp&lt;BR /&gt;enable mpls&lt;BR /&gt;create l2vpn vpls incap-vpls-vpn fec-id-type pseudo-wire 69&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add service vlan NY_service&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.1 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.2 core full-mesh&lt;BR /&gt;configure l2vpn vpls incap-vpls-vpn add peer 10.100.200.3 core full-mesh&lt;BR /&gt;&lt;BR /&gt;create vlan LSR1-uplink&lt;BR /&gt;conf vlan LSR1-uplink add ports 3 untagged&lt;BR /&gt;conf vlan LSR1-uplink ipaddress 11.0.5.2/30&lt;BR /&gt;enable ipforwarding vlan LSR1-uplink&lt;BR /&gt;conf ospf add vlan LSR1-uplink area 0.0.0.0 link-type point-to-point&lt;BR /&gt;configure mpls add vlan "LSR1-uplink"&lt;BR /&gt;enable mpls vlan "LSR1-uplink"&lt;BR /&gt;enable mpls ldp vlan "LSR1-uplink"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="183e7f58ae3141b1a127c9b144a79904_RackMultipart20160226-5067-r25b1q-MPLS_VPLS_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4673i42783FA29FF6128E/image-size/large?v=v2&amp;amp;px=999" role="button" title="183e7f58ae3141b1a127c9b144a79904_RackMultipart20160226-5067-r25b1q-MPLS_VPLS_inline.jpg" alt="183e7f58ae3141b1a127c9b144a79904_RackMultipart20160226-5067-r25b1q-MPLS_VPLS_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Feb 2016 02:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36380#M7504</guid>
      <dc:creator>Darren_Saliva</dc:creator>
      <dc:date>2016-02-27T02:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36381#M7505</link>
      <description>There's no software emulation for VPLS dataplane in the VM. That means that VPLS is not working with the VM as of today. Signaling is working, but you'd not be able to pass traffic.&lt;BR /&gt;</description>
      <pubDate>Sat, 27 Feb 2016 03:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36381#M7505</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-02-27T03:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36382#M7506</link>
      <description>I believe you can configure an IP address on PE service vlan and try to ping the other PE service vlan just to test connectivity. This should work through EXOS VM.&lt;BR /&gt;
&lt;BR /&gt;
However, if you have an external device (PC, switch, etc) connected to the PE service vlan, then that traffic won't pass through VPLS if using EXOS VM.</description>
      <pubDate>Sat, 27 Feb 2016 03:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36382#M7506</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-02-27T03:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36383#M7507</link>
      <description>Ok. thanks for the information Stephane and Henrique. Is there a time frame for when VPLS fucntionality will be added to the EXOS VM?</description>
      <pubDate>Sat, 27 Feb 2016 03:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36383#M7507</guid>
      <dc:creator>Darren_Saliva</dc:creator>
      <dc:date>2016-02-27T03:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36384#M7508</link>
      <description>&lt;P&gt;Hi, I'm trying to create in my virtual environment the scenario descripted in the GTAc solution: &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000080251" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000080251&lt;/A&gt;&lt;BR /&gt;I've problem with the ERSP domain defined in this case as: create esrp type vpls-redundancy Both PE devices remain in slave state and are not able to know the Master MAC address. If I buils a simple ESRP lab of type standard it works. Is this problems due to the same limitation descripted above regarding the fact that on the vXOS there is no the emulation of the VPLS dataplane? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 17:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36384#M7508</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-10T17:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36385#M7509</link>
      <description>Hi Antonio,&lt;BR /&gt;
&lt;BR /&gt;
Can you please share the diagram and configuration for both PE's?&lt;BR /&gt;
&lt;BR /&gt;
I believe it should work in the VM since ESRP will keep VPLS status UP/Ready based on it's priority/role. However, I'm not 100% sure since I just worked in this scenario using physical devices.</description>
      <pubDate>Tue, 10 May 2016 18:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36385#M7509</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-10T18:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36386#M7510</link>
      <description>To be complete, I've also made a simple test with only two vXOS configured both as follow to see if the problem may due to my vswitches (only ESRP), but it works in this case:  create vlan sales  configure vlan sales add ports 1-3  configure vlan sales ipaddress 10.1.2.3/24  enable ipforwarding  create esrp esrp1  configure esrp esrp1 domain-id 4096  configure esrp esrp1 add master sales  enable esrp esrp1  configure ospf routerid 5.5.5.5  configure ospf add vlan sales area 0.0.0.0 passive  enable ospf    The master-slave states are correctly acquired from the two routers:  &lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4ca0c1c1ec89456e8f4e64b3f40190f2_RackMultipart20160510-39065-fiqxvi-esrp_only_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5865i7D0147ECB69BCBF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="4ca0c1c1ec89456e8f4e64b3f40190f2_RackMultipart20160510-39065-fiqxvi-esrp_only_inline.jpg" alt="4ca0c1c1ec89456e8f4e64b3f40190f2_RackMultipart20160510-39065-fiqxvi-esrp_only_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 19:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36386#M7510</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-10T19:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36387#M7511</link>
      <description>Hi Antonio, &lt;BR /&gt;
&lt;BR /&gt;
Could you please confirm if "vpls_service" vlan port 1 is UP (Link-up) for all 4 PE's?</description>
      <pubDate>Tue, 10 May 2016 20:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36387#M7511</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-10T20:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36388#M7512</link>
      <description>I see that you have configured the same "to-P1" vlan ipaddress between PE1 and PE2 and also between PE3 and PE4. Can you fix that and re-test? &lt;BR /&gt;
&lt;BR /&gt;
Also, between P and PE's I would create a /30 vlan.&lt;BR /&gt;
&lt;BR /&gt;
I'll create a similar virtual lab and provide you an update soon</description>
      <pubDate>Tue, 10 May 2016 20:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36388#M7512</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-10T20:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36389#M7513</link>
      <description>Hi Henrique, tomorrow morning I'll do as you suggest and give you a feedback.</description>
      <pubDate>Tue, 10 May 2016 21:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36389#M7513</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-10T21:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36390#M7514</link>
      <description>I didn't read the whole thread, but you have to be aware that there's no software data plane for VPLS for the VM. This means you can setup VPLS (control plane works), but not transmit traffic on it (a ping for example).&lt;BR /&gt;</description>
      <pubDate>Tue, 10 May 2016 21:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36390#M7514</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-05-10T21:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36391#M7515</link>
      <description>Hi Antonio, please consider the following diagram/IPs and configuration to your EXOS-VM lab:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-26747-1x3kh6c-VPLS_ESRP-EXOSVM_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4368i3FE0BEA6502703F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-26747-1x3kh6c-VPLS_ESRP-EXOSVM_inline.png" alt="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-26747-1x3kh6c-VPLS_ESRP-EXOSVM_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;P:&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
configure snmp sysName "SW3-P"configure vlan default delete ports all&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
create vlan "to-pe1"&lt;BR /&gt;
create vlan "to-pe2"&lt;BR /&gt;
create vlan "to-pe3"&lt;BR /&gt;
create vlan "to-pe4"&lt;BR /&gt;
configure vlan to-pe1 add ports 1 untagged  &lt;BR /&gt;
configure vlan to-pe2 add ports 2 untagged  &lt;BR /&gt;
configure vlan to-pe3 add ports 3 untagged  &lt;BR /&gt;
configure vlan to-pe4 add ports 4 untagged  &lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.200.5 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
configure vlan to-pe1 ipaddress 198.51.100.2 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-pe1&lt;BR /&gt;
configure vlan to-pe3 ipaddress 198.51.100.10 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-pe3&lt;BR /&gt;
configure vlan to-pe2 ipaddress 198.51.100.6 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-pe2&lt;BR /&gt;
configure vlan to-pe4 ipaddress 198.51.100.14 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-pe4&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mpls configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mpls add vlan "lpbk"&lt;BR /&gt;
enable mpls vlan "lpbk"&lt;BR /&gt;
enable mpls ldp vlan "lpbk"&lt;BR /&gt;
configure mpls add vlan "to-pe1"&lt;BR /&gt;
enable mpls vlan "to-pe1"&lt;BR /&gt;
enable mpls ldp vlan "to-pe1"&lt;BR /&gt;
configure mpls add vlan "to-pe2"&lt;BR /&gt;
enable mpls vlan "to-pe2"&lt;BR /&gt;
enable mpls ldp vlan "to-pe2"&lt;BR /&gt;
configure mpls add vlan "to-pe3"&lt;BR /&gt;
enable mpls vlan "to-pe3"&lt;BR /&gt;
enable mpls ldp vlan "to-pe3"&lt;BR /&gt;
configure mpls add vlan "to-pe4"&lt;BR /&gt;
enable mpls vlan "to-pe4"&lt;BR /&gt;
enable mpls ldp vlan "to-pe4"&lt;BR /&gt;
configure mpls lsr-id 192.168.200.5&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.200.5&lt;BR /&gt;
enable ospf&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan to-pe1 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-pe2 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-pe3 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-pe4 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;PE1:&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
configure snmp sysName "SW1-PE1"configure vlan default delete ports all&lt;BR /&gt;
create vlan "esrp_control_vlan_1_2"&lt;BR /&gt;
configure vlan esrp_control_vlan_1_2 tag 1002&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
create vlan "to-P1"&lt;BR /&gt;
create vlan "to-PE2"&lt;BR /&gt;
create vlan "vpls_service"&lt;BR /&gt;
configure vlan vpls_service tag 1001&lt;BR /&gt;
configure vlan esrp_control_vlan_1_2 add ports 1-2 tagged  &lt;BR /&gt;
configure vlan to-P1 add ports 3 untagged  &lt;BR /&gt;
configure vlan to-PE2 add ports 2 untagged  &lt;BR /&gt;
configure vlan vpls_service add ports 1 untagged  &lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.200.1 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
configure vlan to-P1 ipaddress 198.51.100.1 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-P1&lt;BR /&gt;
configure vlan to-PE2 ipaddress 198.51.101.1 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-PE2&lt;BR /&gt;
disable igmp snooping vlan "vpls_service"&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create esrp esrp_domain_1_2 type vpls-redundancy&lt;BR /&gt;
configure esrp esrp_domain_1_2 domain-id 4096&lt;BR /&gt;
configure esrp esrp_domain_1_2 priority 5&lt;BR /&gt;
configure esrp esrp_domain_1_2 add master esrp_control_vlan_1_2&lt;BR /&gt;
enable esrp esrp_domain_1_2&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mpls configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mpls add vlan "lpbk"&lt;BR /&gt;
enable mpls vlan "lpbk"&lt;BR /&gt;
enable mpls ldp vlan "lpbk"&lt;BR /&gt;
configure mpls add vlan "to-P1"&lt;BR /&gt;
enable mpls vlan "to-P1"&lt;BR /&gt;
enable mpls ldp vlan "to-P1"&lt;BR /&gt;
configure mpls add vlan "to-PE2"&lt;BR /&gt;
enable mpls vlan "to-PE2"&lt;BR /&gt;
enable mpls ldp vlan "to-PE2"&lt;BR /&gt;
configure mpls lsr-id 192.168.200.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls tunnel1 fec-id-type pseudo-wire 199&lt;BR /&gt;
configure l2vpn vpls tunnel1 redundancy esrp esrp_domain_1_2&lt;BR /&gt;
configure l2vpn vpls tunnel1 add service vlan vpls_service&lt;BR /&gt;
configure l2vpn vpls tunnel1 add peer 192.168.200.4 core full-mesh&lt;BR /&gt;
configure l2vpn vpls tunnel1 add peer 192.168.200.3 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.200.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan to-P1 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-PE2 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;PE2:&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
configure snmp sysName "SW2-PE2"configure vlan default delete ports all&lt;BR /&gt;
create vlan "esrp_control_vlan_1_2"&lt;BR /&gt;
configure vlan esrp_control_vlan_1_2 tag 1002&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
create vlan "to-P1"&lt;BR /&gt;
create vlan "to-PE1"&lt;BR /&gt;
create vlan "vpls_service"&lt;BR /&gt;
configure vlan vpls_service tag 1001&lt;BR /&gt;
configure vlan esrp_control_vlan_1_2 add ports 1-2 tagged  &lt;BR /&gt;
configure vlan to-P1 add ports 3 untagged  &lt;BR /&gt;
configure vlan to-PE1 add ports 2 untagged  &lt;BR /&gt;
configure vlan vpls_service add ports 1 untagged  &lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.200.2 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
configure vlan to-P1 ipaddress 198.51.100.5 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-P1&lt;BR /&gt;
configure vlan to-PE1 ipaddress 198.51.101.2 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-PE1&lt;BR /&gt;
disable igmp snooping vlan "vpls_service"&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create esrp esrp_domain_1_2 type vpls-redundancy&lt;BR /&gt;
configure esrp esrp_domain_1_2 domain-id 4096&lt;BR /&gt;
configure esrp esrp_domain_1_2 add master esrp_control_vlan_1_2&lt;BR /&gt;
enable esrp esrp_domain_1_2&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mpls configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mpls add vlan "lpbk"&lt;BR /&gt;
enable mpls vlan "lpbk"&lt;BR /&gt;
enable mpls ldp vlan "lpbk"&lt;BR /&gt;
configure mpls add vlan "to-P1"&lt;BR /&gt;
enable mpls vlan "to-P1"&lt;BR /&gt;
enable mpls ldp vlan "to-P1"&lt;BR /&gt;
configure mpls add vlan "to-PE1"&lt;BR /&gt;
enable mpls vlan "to-PE1"&lt;BR /&gt;
enable mpls ldp vlan "to-PE1"&lt;BR /&gt;
configure mpls lsr-id 192.168.200.2&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls tunnel2 fec-id-type pseudo-wire 199&lt;BR /&gt;
configure l2vpn vpls tunnel2 redundancy esrp esrp_domain_1_2&lt;BR /&gt;
configure l2vpn vpls tunnel2 add service vlan vpls_service&lt;BR /&gt;
configure l2vpn vpls tunnel2 add peer 192.168.200.4 core full-mesh&lt;BR /&gt;
configure l2vpn vpls tunnel2 add peer 192.168.200.3 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.200.2&lt;BR /&gt;
enable ospf&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan to-P1 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-PE1 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;PE3:&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
configure snmp sysName "SW4-PE3"configure vlan default delete ports all&lt;BR /&gt;
create vlan "esrp_control_vlan_3_4"&lt;BR /&gt;
configure vlan esrp_control_vlan_3_4 tag 1003&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
create vlan "to-P1"&lt;BR /&gt;
create vlan "to-PE4"&lt;BR /&gt;
create vlan "vpls_service"&lt;BR /&gt;
configure vlan vpls_service tag 1001&lt;BR /&gt;
configure vlan esrp_control_vlan_3_4 add ports 1-2 tagged  &lt;BR /&gt;
configure vlan to-P1 add ports 3 untagged  &lt;BR /&gt;
configure vlan to-PE4 add ports 2 untagged  &lt;BR /&gt;
configure vlan vpls_service add ports 1 untagged  &lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.200.3 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
configure vlan to-P1 ipaddress 198.51.100.9 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-P1&lt;BR /&gt;
configure vlan to-PE4 ipaddress 198.51.101.5 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-PE4&lt;BR /&gt;
disable igmp snooping vlan "vpls_service"&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create esrp esrp_domain_3_4 type vpls-redundancy&lt;BR /&gt;
configure esrp esrp_domain_3_4 domain-id 4097&lt;BR /&gt;
configure esrp esrp_domain_3_4 priority 5&lt;BR /&gt;
configure esrp esrp_domain_3_4 add master esrp_control_vlan_3_4&lt;BR /&gt;
enable esrp esrp_domain_3_4&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mpls configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mpls add vlan "lpbk"&lt;BR /&gt;
enable mpls vlan "lpbk"&lt;BR /&gt;
enable mpls ldp vlan "lpbk"&lt;BR /&gt;
configure mpls add vlan "to-P1"&lt;BR /&gt;
enable mpls vlan "to-P1"&lt;BR /&gt;
enable mpls ldp vlan "to-P1"&lt;BR /&gt;
configure mpls add vlan "to-PE4"&lt;BR /&gt;
enable mpls vlan "to-PE4"&lt;BR /&gt;
enable mpls ldp vlan "to-PE4"&lt;BR /&gt;
configure mpls lsr-id 192.168.200.3&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls tunnel3 fec-id-type pseudo-wire 199&lt;BR /&gt;
configure l2vpn vpls tunnel3 redundancy esrp esrp_domain_3_4&lt;BR /&gt;
configure l2vpn vpls tunnel3 add service vlan vpls_service&lt;BR /&gt;
configure l2vpn vpls tunnel3 add peer 192.168.200.2 core full-mesh&lt;BR /&gt;
configure l2vpn vpls tunnel3 add peer 192.168.200.1 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.200.3&lt;BR /&gt;
enable ospf&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan to-P1 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-PE4 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;PE4:&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
configure snmp sysName "SW5-PE4"configure vlan default delete ports all&lt;BR /&gt;
create vlan "esrp_control_vlan_3_4"&lt;BR /&gt;
configure vlan esrp_control_vlan_3_4 tag 1003&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
create vlan "to-P1"&lt;BR /&gt;
create vlan "to-PE3"&lt;BR /&gt;
create vlan "vpls_service"&lt;BR /&gt;
configure vlan vpls_service tag 1001&lt;BR /&gt;
configure vlan esrp_control_vlan_3_4 add ports 1-2 tagged  &lt;BR /&gt;
configure vlan to-P1 add ports 3 untagged  &lt;BR /&gt;
configure vlan to-PE3 add ports 2 untagged  &lt;BR /&gt;
configure vlan vpls_service add ports 1 untagged  &lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.200.4 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
configure vlan to-P1 ipaddress 198.51.100.13 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-P1&lt;BR /&gt;
configure vlan to-PE3 ipaddress 198.51.101.6 255.255.255.252&lt;BR /&gt;
enable ipforwarding vlan to-PE3&lt;BR /&gt;
disable igmp snooping vlan "vpls_service"&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module esrp configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create esrp esrp_domain_3_4 type vpls-redundancy&lt;BR /&gt;
configure esrp esrp_domain_3_4 domain-id 4097&lt;BR /&gt;
configure esrp esrp_domain_3_4 add master esrp_control_vlan_3_4&lt;BR /&gt;
enable esrp esrp_domain_3_4&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module mpls configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mpls add vlan "lpbk"&lt;BR /&gt;
enable mpls vlan "lpbk"&lt;BR /&gt;
enable mpls ldp vlan "lpbk"&lt;BR /&gt;
configure mpls add vlan "to-P1"&lt;BR /&gt;
enable mpls vlan "to-P1"&lt;BR /&gt;
enable mpls ldp vlan "to-P1"&lt;BR /&gt;
configure mpls add vlan "to-PE3"&lt;BR /&gt;
enable mpls vlan "to-PE3"&lt;BR /&gt;
enable mpls ldp vlan "to-PE3"&lt;BR /&gt;
configure mpls lsr-id 192.168.200.4&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls tunnel4 fec-id-type pseudo-wire 199&lt;BR /&gt;
configure l2vpn vpls tunnel4 redundancy esrp esrp_domain_3_4&lt;BR /&gt;
configure l2vpn vpls tunnel4 add service vlan vpls_service&lt;BR /&gt;
configure l2vpn vpls tunnel4 add peer 192.168.200.2 core full-mesh&lt;BR /&gt;
configure l2vpn vpls tunnel4 add peer 192.168.200.1 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.200.4&lt;BR /&gt;
enable ospf&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan to-P1 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
configure ospf add vlan to-PE3 area 0.0.0.0 link-type point-to-point &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Results:&lt;/U&gt;&lt;/B&gt;&lt;U&gt;&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;PE1 and PE3 = ESRP Master 
&lt;/LI&gt;&lt;LI&gt;PE2 and PE4 = ESRP Slave 
&lt;/LI&gt;&lt;LI&gt;VPLS PW active between PE1 and PE3 as follows:&lt;/LI&gt;&lt;/UL&gt;&lt;B&gt;PE1:&lt;BR /&gt;
&lt;/B&gt;&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-70397-1hoy7dm-VPLS_ESRP-EXOSVM-PE1_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2401iAE0D846486E17737/image-size/large?v=v2&amp;amp;px=999" role="button" title="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-70397-1hoy7dm-VPLS_ESRP-EXOSVM-PE1_inline.png" alt="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-70397-1hoy7dm-VPLS_ESRP-EXOSVM-PE1_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;PE3:&lt;BR /&gt;
&lt;/B&gt;&lt;B&gt;&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-32176-zqx5me-VPLS_ESRP-EXOSVM-PE3_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4363i08BDE4ADD3DC5D7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-32176-zqx5me-VPLS_ESRP-EXOSVM-PE3_inline.png" alt="d43249372e384b5ba78f23b33ef2bd76_RackMultipart20160510-32176-zqx5me-VPLS_ESRP-EXOSVM-PE3_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/B&gt;&lt;B&gt;&lt;BR /&gt;
&lt;/B&gt;</description>
      <pubDate>Tue, 10 May 2016 22:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36391#M7515</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-10T22:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36392#M7516</link>
      <description>Thanks Henrique for your quick answer and solution.&lt;BR /&gt;
Antonio</description>
      <pubDate>Tue, 10 May 2016 23:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36392#M7516</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-10T23:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36393#M7517</link>
      <description>HI Henrique, I've made the changes on my vmware environment and now all is working well. Thanks again for your help.</description>
      <pubDate>Wed, 11 May 2016 15:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36393#M7517</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-11T15:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36394#M7518</link>
      <description>I add the followinf two screenshots where the error message is a "Route error"....maybe some mistake in the routing configuration...  &lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="9c7c8500142c41febeda18001afa596d_RackMultipart20160519-40445-1vkp4hh-Capture2_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5928i59E5921FA4289B8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="9c7c8500142c41febeda18001afa596d_RackMultipart20160519-40445-1vkp4hh-Capture2_inline.jpg" alt="9c7c8500142c41febeda18001afa596d_RackMultipart20160519-40445-1vkp4hh-Capture2_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 18:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36394#M7518</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-19T18:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36395#M7519</link>
      <description>Hi Antonio, &lt;BR /&gt;
&lt;BR /&gt;
LSP sharing + max-gateways commands are not available in VM. The max-gateways setting changes how the HW is configured for multi-path and there is no EXOS VM emulation for that.&lt;BR /&gt;
&lt;BR /&gt;
Since that's not mandatory (LSP Sharing) I believe you can get this lab working in EXOS VM environment (just remember that no traffic from CE will ingress the tunnel, however you can ping between PEs using the service vlan IP, if configured).&lt;BR /&gt;
&lt;BR /&gt;
Is there any active (link-up) port in the service vlan "vpls_service"? That might explain the "Down" state for the PW&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2016 18:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36395#M7519</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-19T18:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36396#M7520</link>
      <description>Hi Henrique, on both Glasgow and Birmingham, the vpls_service VLAN has 1 port and the status is active:  &lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4c1dbc72b0424d3f81af1eae87b1c803_RackMultipart20160519-82461-76kgm8-Capture4_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3197i66ABB4C6D18DF8CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="4c1dbc72b0424d3f81af1eae87b1c803_RackMultipart20160519-82461-76kgm8-Capture4_inline.jpg" alt="4c1dbc72b0424d3f81af1eae87b1c803_RackMultipart20160519-82461-76kgm8-Capture4_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 18:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36396#M7520</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-19T18:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36397#M7521</link>
      <description>Can you please send a "show iproute" output?&lt;BR /&gt;
&lt;BR /&gt;
I believe that you should enable ldp protocol for all MPLS devices even if using RSVP-TE as follows:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;enable mpls protocol ldp&lt;/I&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2016 18:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36397#M7521</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-19T18:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36398#M7522</link>
      <description>I've typed the enable command on all the MPLS devices but the show vpls command says that the status is still down:  &lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="84c736a392dc474584418dea27784ebf_RackMultipart20160519-51232-hmyl4h-sh_iproute4_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2368i161390D34E0BC0EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="84c736a392dc474584418dea27784ebf_RackMultipart20160519-51232-hmyl4h-sh_iproute4_inline.jpg" alt="84c736a392dc474584418dea27784ebf_RackMultipart20160519-51232-hmyl4h-sh_iproute4_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 19:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36398#M7522</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-05-19T19:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: VPLS Not working over MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36399#M7523</link>
      <description>I will load that configuration in my EXOS VM lab and see how it goes.</description>
      <pubDate>Thu, 19 May 2016 23:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vpls-not-working-over-mpls/m-p/36399#M7523</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-05-19T23:03:00Z</dc:date>
    </item>
  </channel>
</rss>

