<?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: How to configure VPLS L2VPN Pseudo Wire with MPLS in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42501#M10031</link>
    <description>Are you saying there's no MPLS on the routers in-between your routers?&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Aug 2015 00:27:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2015-08-19T00:27:00Z</dc:date>
    <item>
      <title>How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42495#M10025</link>
      <description>Hello, I'm needing some help setting up a layer 2 vpn between two X460-24t across a wan. I have all the necessary licensing and feature packs installed. The wan used static routing and is 3 hops away, also the routers in between do not participate in the MPLS. I've started setting up the MPLS and VPLS here's where I'm at...What am I doing wrong?&lt;BR /&gt;
&lt;BR /&gt;
Switch #1 name ldc-xm0-nsw012&lt;BR /&gt;
ldc-xm0-nsw012.19 # sh vlan&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual   &lt;BR /&gt;
                                                                              Active router&lt;BR /&gt;
                                                                              /Total&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Default         1    ------------------------------------------------- ANY    0 /0   VR-Default &lt;BR /&gt;
ent_sp0-int001  3151 209.249.151.250/24  ---------------------V------- ANY    1 /2   VR-Default &lt;BR /&gt;
lpbk            4094 192.168.0.1    /32  -fL------------------l------- ANY    0 /0   VR-Default &lt;BR /&gt;
Mgmt            4095 10.55.211.20   /24  ----------------------------- ANY    1 /1   VR-Mgmt    &lt;BR /&gt;
snj_si0-bkd022  3155 172.31.55.2    /24  -f-------------------l------- ANY    2 /2   VR-Default &lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.19 # sh ipr&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#s   172.31.22.0/24     172.31.55.251   1    UG---S-um--f- snj_si0-bkd022 4d:21h:25m:29s&lt;BR /&gt;
#d   172.31.55.0/24     172.31.55.2     1    U------um--f- snj_si0-bkd022 4d:21h:26m:52s&lt;BR /&gt;
#d   192.168.0.1/32     192.168.0.1     1    U------um--f- lpbk       4d:20h:11m:46s&lt;BR /&gt;
#d   209.249.151.0/24   209.249.151.250 1    U------um--f- ent_sp0-int001 4d:21h:48m:51s&lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.20 # sh conf mpls&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 "snj_si0-bkd022"&lt;BR /&gt;
enable mpls vlan "snj_si0-bkd022"&lt;BR /&gt;
enable mpls ldp vlan "snj_si0-bkd022"&lt;BR /&gt;
configure mpls lsr-id 172.31.55.2&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls ldc-snj-vpn fec-id-type pseudo-wire 25&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add peer 172.31.22.2 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.21 # sh vpls detail &lt;BR /&gt;
L2VPN Name: ldc-snj-vpn&lt;BR /&gt;
   VPN ID                : 25                    Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 172.31.55.2           Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : ent_sp0-int001&lt;BR /&gt;
   Created By            : CLI&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: 172.31.22.2&lt;BR /&gt;
      PW State           : Signaling (No transport LSP)&lt;BR /&gt;
      PW Index           : 10002&lt;BR /&gt;
      PW Signaling       : LDP&lt;BR /&gt;
      PW Uptime          : 0d:0h:0m:0s&lt;BR /&gt;
      PW Installed       : False&lt;BR /&gt;
      Local PW Status    : Not Signaled&lt;BR /&gt;
      Remote PW Status   : Not Signaled&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      PW Rx Label        : 0x00434                PW Tx Label  : 0x00434&lt;BR /&gt;
      PW Rx Pkts         : --                     PW Tx Pkts   : 0&lt;BR /&gt;
      PW Rx Bytes        : --                     PW Tx Bytes  : 0&lt;BR /&gt;
      MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Total number of configured L2VPNs:    1    &lt;BR /&gt;
Total number of active L2VPNs:        0    &lt;BR /&gt;
&lt;BR /&gt;
Total number of configured PWs:       1    &lt;BR /&gt;
Total number of active PWs:           0    &lt;BR /&gt;
Total number of ready PWs:            0    &lt;BR /&gt;
PWs auto-selecting transport LSP:     0    &lt;BR /&gt;
PWs configured with a transport LSP:  0    &lt;BR /&gt;
PWs using LDP for transport:          0    &lt;BR /&gt;
PWs using RSVP for transport:         0    &lt;BR /&gt;
PWs using static for transport:       0    &lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.22 # traceroute 172.31.22.2&lt;BR /&gt;
traceroute to 172.31.22.2, 30 hops max&lt;BR /&gt;
 1  172.31.55.251                                2 ms        1 ms        1 ms &lt;BR /&gt;
 2  172.31.254.13                               42 ms       41 ms       41 ms &lt;BR /&gt;
 3  172.31.22.2                                 41 ms       42 ms       41 ms&lt;BR /&gt;
===============================================================================================&lt;BR /&gt;
&lt;BR /&gt;
Switch #2 name snj-xm0-nsw010&lt;BR /&gt;
snj-xm0-nsw010.11 # sh vlan&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Name            VID  Protocol Addr       Flags                         Proto  Ports  Virtual   &lt;BR /&gt;
                                                                              Active router&lt;BR /&gt;
                                                                              /Total&lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
Default         1    ------------------------------------------------- ANY    0 /0   VR-Default &lt;BR /&gt;
ent_sp0-int001  3151 209.249.151.251/24  ---------------------V------- ANY    1 /2   VR-Default &lt;BR /&gt;
lpbk            4094 192.168.0.1    /32  -fL------------------l------- ANY    0 /0   VR-Default &lt;BR /&gt;
Mgmt            4095 10.22.211.30   /24  ----------------------------- ANY    1 /1   VR-Mgmt    &lt;BR /&gt;
snj_si0-bkd022  3155 172.31.22.2    /24  -f-------------------l------- ANY    2 /2   VR-Default &lt;BR /&gt;
-----------------------------------------------------------------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.12 # sh ipr&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#d   172.31.22.0/24     172.31.22.2     1    U------um--f- snj_si0-bkd022 4d:21h:22m:22s&lt;BR /&gt;
#s   172.31.55.0/24     172.31.22.251   1    UG---S-um--f- snj_si0-bkd022 4d:21h:21m:17s&lt;BR /&gt;
#d   192.168.0.1/32     192.168.0.1     1    U------um--f- lpbk       4d:20h:16m:7s&lt;BR /&gt;
#d   209.249.151.0/24   209.249.151.251 1    U------um--f- ent_sp0-int001 4d:22h:38m:46s&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.13 # sh conf mpls&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 "snj_si0-bkd022"&lt;BR /&gt;
enable mpls vlan "snj_si0-bkd022"&lt;BR /&gt;
enable mpls ldp vlan "snj_si0-bkd022"&lt;BR /&gt;
configure mpls lsr-id 172.31.22.2&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls ldc-snj-vpn fec-id-type pseudo-wire 25&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add peer 172.31.55.2 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.14 # sh vpls detail &lt;BR /&gt;
L2VPN Name: ldc-snj-vpn&lt;BR /&gt;
   VPN ID                : 25                    Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 172.31.22.2           Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : ent_sp0-int001&lt;BR /&gt;
   Created By            : CLI&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: 172.31.55.2&lt;BR /&gt;
      PW State           : Signaling (No transport LSP)&lt;BR /&gt;
      PW Index           : 10002&lt;BR /&gt;
      PW Signaling       : LDP&lt;BR /&gt;
      PW Uptime          : 0d:0h:0m:0s&lt;BR /&gt;
      PW Installed       : False&lt;BR /&gt;
      Local PW Status    : Not Signaled&lt;BR /&gt;
      Remote PW Status   : Not Signaled&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      PW Rx Label        : 0x00434                PW Tx Label  : 0x00434&lt;BR /&gt;
      PW Rx Pkts         : --                     PW Tx Pkts   : 0&lt;BR /&gt;
      PW Rx Bytes        : --                     PW Tx Bytes  : 0&lt;BR /&gt;
      MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Total number of configured L2VPNs:    1    &lt;BR /&gt;
Total number of active L2VPNs:        0    &lt;BR /&gt;
&lt;BR /&gt;
Total number of configured PWs:       1    &lt;BR /&gt;
Total number of active PWs:           0    &lt;BR /&gt;
Total number of ready PWs:            0    &lt;BR /&gt;
PWs auto-selecting transport LSP:     0    &lt;BR /&gt;
PWs configured with a transport LSP:  0    &lt;BR /&gt;
PWs using LDP for transport:          0    &lt;BR /&gt;
PWs using RSVP for transport:         0    &lt;BR /&gt;
PWs using static for transport:       0    &lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.15 # traceroute 172.31.55.2&lt;BR /&gt;
traceroute to 172.31.55.2, 30 hops max&lt;BR /&gt;
 1  172.31.22.251                                2 ms        1 ms        6 ms &lt;BR /&gt;
 2  172.31.254.45                               42 ms       42 ms       42 ms &lt;BR /&gt;
 3  172.31.55.2                                 42 ms       42 ms       41 ms&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 23:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42495#M10025</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-18T23:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42496#M10026</link>
      <description>Matt,&lt;BR /&gt;
&lt;BR /&gt;
Is the MPLS LDP session between the two VPLS endpoints in the operational state? The command to view the LDP sessions is "show mpls ldp peer". Also, which software version are the Summit X460 switches running?&lt;BR /&gt;
&lt;BR /&gt;
-Andrew&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 23:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42496#M10026</guid>
      <dc:creator>Andrew_Maldonad</dc:creator>
      <dc:date>2015-08-18T23:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42497#M10027</link>
      <description>snj-xm0-nsw010.2 # show mpls ldp peer&lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
172.31.22.2     172.31.55.2:0        Operational  0d:22h:15m:26s      1&lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.4 # show mpls ldp peer&lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
172.31.55.2     172.31.22.2:0        Operational  0d:22h:16m:2s       1&lt;BR /&gt;
&lt;BR /&gt;
Both switches are running ExtremeXOS version 15.7.1.4 v1571b4-patch1-2&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Aug 2015 23:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42497#M10027</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-18T23:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42498#M10028</link>
      <description>Ldp is multicast based. Not sure if extremes support tldp. ?</description>
      <pubDate>Wed, 19 Aug 2015 00:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42498#M10028</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2015-08-19T00:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42499#M10029</link>
      <description>Andreas,&lt;BR /&gt;
&lt;BR /&gt;
The LDP hello packets are indeed transmitted via multicast to all routers (224.0.0.2) but the session is established via unicast.&lt;BR /&gt;
&lt;BR /&gt;
LDP is supported on select platforms, with the Summit X460 being one of them. We can see in the configuration provided in the body of the post that LDP is enabled.&lt;BR /&gt;
&lt;BR /&gt;
-Andrew&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42499#M10029</guid>
      <dc:creator>Andrew_Maldonad</dc:creator>
      <dc:date>2015-08-19T00:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42500#M10030</link>
      <description>Well then  you need multicast routing on the routers between the ldp nodes ?</description>
      <pubDate>Wed, 19 Aug 2015 00:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42500#M10030</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2015-08-19T00:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42501#M10031</link>
      <description>Are you saying there's no MPLS on the routers in-between your routers?&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42501#M10031</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-08-19T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42502#M10032</link>
      <description>Correct.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42502#M10032</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-19T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42503#M10033</link>
      <description>So you're sending an MPLS frame to non-MPLS capable routers? How do you plan to setup an MPLS LSP? Am I missing something here?&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42503#M10033</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-08-19T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42504#M10034</link>
      <description>The end points will be MPLS routes but the in between routes will not. It was my understanding that the in between router would pass the MPLS traffic. If you read below you will see the LDP peers are operational. But vpls l2vpn shows in a signeling state and does not coma active. Thanks for any HELP!&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42504#M10034</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-19T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42505#M10035</link>
      <description>Sorry for not following closely this thread (vacations...). The Targeted LDP adjacency can come Up across an IP backbone, no problem, but the transport is impossible without MPLS LSP in the backbone. I'm afraid you're trying to do something not possible.&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42505#M10035</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-08-19T00:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42506#M10036</link>
      <description>Hi Matt,&lt;BR /&gt;
&lt;BR /&gt;
The LSR ID of the MPLS routers should be a routed loopback address(/32 and loopback enabled). In your case, the LSR ID should be of the VLAN which is lpbk since it has a /32 address. &lt;BR /&gt;
&lt;BR /&gt;
Following are the changes that is required. &lt;BR /&gt;
&lt;BR /&gt;
Switch #1 name ldc-xm0-nsw012&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 "snj_si0-bkd022"&lt;BR /&gt;
enable mpls vlan "snj_si0-bkd022"&lt;BR /&gt;
enable mpls ldp vlan "snj_si0-bkd022"&lt;BR /&gt;
configure mpls lsr-id 192.168.0.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls ldc-snj-vpn fec-id-type pseudo-wire 25&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add peer 192.168.0.2 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
Switch #2 name snj-xm0-nsw010&lt;BR /&gt;
You will need to change the lpbk VLAN address to a different IP say 192.168.0.2. &lt;BR /&gt;
&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 "snj_si0-bkd022"&lt;BR /&gt;
enable mpls vlan "snj_si0-bkd022"&lt;BR /&gt;
enable mpls ldp vlan "snj_si0-bkd022"&lt;BR /&gt;
configure mpls lsr-id 192.168.0.2&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls ldc-snj-vpn fec-id-type pseudo-wire 25&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls ldc-snj-vpn add peer 192.168.0.1 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
Please make this change and let us know if it helps! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 05:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42506#M10036</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-19T05:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42507#M10037</link>
      <description>Thanks Prashanth. I found two issues with my config. I did not have routing between the loopback and a vlan tag was incorrect.  I've made the change you recommend and fix the routing issue and vlan tag, I did use diffrent IP for the loppback to better fit into our network.&lt;BR /&gt;
&lt;BR /&gt;
I do see the end points operational.&lt;BR /&gt;
snj-xm0-nsw010.7 # sh mpls ldp peer&lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
192.168.122.1   192.168.155.1:0      Operational  0d:0h:27m:22s       1&lt;BR /&gt;
&lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
192.168.155.1   192.168.122.1:0      Operational  0d:0h:27m:12s       1&lt;BR /&gt;
&lt;BR /&gt;
But I'm still seeing vpn showing Signaling state.&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.10 # sh vpls "ldc-snj-l2vpn" detail &lt;BR /&gt;
L2VPN Name: ldc-snj-l2vpn&lt;BR /&gt;
   VPN ID                : 3125                  Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 192.168.122.1         Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : ent_sp0-int001&lt;BR /&gt;
   Created By            : CLI&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: 192.168.155.1&lt;BR /&gt;
      PW State           : Signaling (No transport LSP)&lt;BR /&gt;
      PW Index           : 10001&lt;BR /&gt;
      PW Signaling       : LDP&lt;BR /&gt;
      PW Uptime          : 0d:0h:0m:0s&lt;BR /&gt;
      PW Installed       : False&lt;BR /&gt;
      Local PW Status    : Not Signaled&lt;BR /&gt;
      Remote PW Status   : Not Signaled&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      PW Rx Label        : 0x00435                PW Tx Label  : 0x00435&lt;BR /&gt;
      PW Rx Pkts         : --                     PW Tx Pkts   : 0&lt;BR /&gt;
      PW Rx Bytes        : --                     PW Tx Bytes  : 0&lt;BR /&gt;
      MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.4 # sh mpls ldp peer &lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
192.168.155.1   192.168.122.1:0      Operational  0d:0h:27m:12s       1&lt;BR /&gt;
ldc-xm0-nsw012.5 # sh vpls "ldc-snj-l2vpn" detail &lt;BR /&gt;
L2VPN Name: ldc-snj-l2vpn&lt;BR /&gt;
   VPN ID                : 3125                  Admin State   : Enabled&lt;BR /&gt;
   Source Address        : 192.168.155.1         Oper State    : Enabled&lt;BR /&gt;
   VCCV Status           : Disabled              MTU           : 1500&lt;BR /&gt;
   VCCV Interval Time    : 5 sec.                Ethertype     : 0x8100&lt;BR /&gt;
   VCCV Fault Multiplier : 4                     .1q tag       : exclude&lt;BR /&gt;
   L2VPN Type            : VPLS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : ent_sp0-int001&lt;BR /&gt;
   Created By            : CLI&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: 192.168.122.1&lt;BR /&gt;
      PW State           : Signaling (No transport LSP)&lt;BR /&gt;
      PW Index           : 10001&lt;BR /&gt;
      PW Signaling       : LDP&lt;BR /&gt;
      PW Uptime          : 0d:0h:0m:0s&lt;BR /&gt;
      PW Installed       : False&lt;BR /&gt;
      Local PW Status    : Not Signaled&lt;BR /&gt;
      Remote PW Status   : Not Signaled&lt;BR /&gt;
      Remote I/F MTU     : 1500&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      PW Rx Label        : 0x00435                PW Tx Label  : 0x00435&lt;BR /&gt;
      PW Rx Pkts         : --                     PW Tx Pkts   : 0&lt;BR /&gt;
      PW Rx Bytes        : --                     PW Tx Bytes  : 0&lt;BR /&gt;
      MAC Limit          : No Limit&lt;BR /&gt;
      VCCV HC Status     : Not Sending (VCCV Not Enabled For This L2VPN)&lt;BR /&gt;
         CC Type         : Rtr Alert           Total Pkts Sent : 0&lt;BR /&gt;
         CV Type         : LSP Ping            Total Pkts Rcvd : 0&lt;BR /&gt;
         Send Next Pkt   : --&lt;BR /&gt;
         Total Failures  : 0          Pkts During Last Failure : 0&lt;BR /&gt;
         Last Failure Tm : --&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.11 # sh config mpls&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 "snj_si0-bkd022"&lt;BR /&gt;
enable mpls vlan "snj_si0-bkd022"&lt;BR /&gt;
enable mpls ldp vlan "snj_si0-bkd022"&lt;BR /&gt;
configure mpls lsr-id 192.168.122.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls ldc-snj-l2vpn fec-id-type pseudo-wire 3125&lt;BR /&gt;
configure l2vpn vpls ldc-snj-l2vpn add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls ldc-snj-l2vpn add peer 192.168.155.1 core full-mesh&lt;BR /&gt;
snj-xm0-nsw010.12 # sh config ospf&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.122.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
enable ospf export direct cost 10 type ase-type-1&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 &lt;BR /&gt;
configure ospf add vlan snj_si0-bkd022 area 0.0.0.0 &lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.6 # sh conf mpls&lt;BR /&gt;
#&lt;BR /&gt;
# Module mpls configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure mpls add vlan "ldc-si0-bkd55"&lt;BR /&gt;
enable mpls vlan "ldc-si0-bkd55"&lt;BR /&gt;
enable mpls ldp vlan "ldc-si0-bkd55"&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 lsr-id 192.168.155.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls ldc-snj-l2vpn fec-id-type pseudo-wire 3125&lt;BR /&gt;
configure l2vpn vpls ldc-snj-l2vpn add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls ldc-snj-l2vpn add peer 192.168.122.1 core full-mesh&lt;BR /&gt;
ldc-xm0-nsw012.7 # sh conf ospf&lt;BR /&gt;
#&lt;BR /&gt;
# Module ospf configuration.&lt;BR /&gt;
#&lt;BR /&gt;
configure ospf routerid 192.168.155.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
enable ospf export direct cost 10 type ase-type-1&lt;BR /&gt;
configure ospf add vlan ldc-si0-bkd55 area 0.0.0.0 &lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 &lt;BR /&gt;
&lt;BR /&gt;
Your help is much appreciated!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42507#M10037</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-20T02:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42508#M10038</link>
      <description>Hi Matt,&lt;BR /&gt;
&lt;BR /&gt;
Good to know that some misconfigs have been sorted out. &lt;BR /&gt;
If the MPLS peers are operational, there should be a transport LSP for the peer automatically in the VPLS instance. Try re-configuring the L2VPN and check if it helps!&lt;BR /&gt;
&lt;BR /&gt;
Also, please refer the article below for a sample VPLS configuration.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-VPLS-session-in-Extreme-Switches" target="_blank" rel="nofollow noreferrer noopener"&gt;How to configure VPLS session in Extreme Switches using LDP&lt;/A&gt; &lt;BR /&gt;
&lt;BR /&gt;
Hope this helps! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2015 17:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42508#M10038</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-20T17:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42509#M10039</link>
      <description>Hi Prashanth, thank you again... I've stripped the configuration out of MPLS &amp;amp; LDP &amp;amp; OSPF and started over again and used you doc "How to configure VPLS session in Extreme Switches using LDP".  I've triple checked the confing and I'll still getting to the same point "Signaling (No transport LSP)".&lt;BR /&gt;
* snj-xm0-nsw010.61 # show vpls&lt;BR /&gt;
L2VPN Name      VPN ID Flags   Services Name   Peer IP         State Flags &lt;BR /&gt;
--------------- ------ ------- --------------- --------------- ----- -------&lt;BR /&gt;
vpls-snj-bkd022 100    EAX--L- ent_sp0-int001  192.168.155.1   Sgnl  C---V-L&lt;BR /&gt;
&lt;BR /&gt;
I did notice when getting to the 2nd part of step (d.) when I rain the command "show mpls ldp peer" it returned nothing on both switches. Not until I added the last command "configure l2vpn vpls vpls-snj-bkd022 add peer 192.168.155.1 core full-mesh" did I get a responce.&lt;BR /&gt;
* snj-xm0-nsw010.60 # show mpls ldp peer&lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
192.168.122.1   192.168.155.1:0      Operational  0d:0h:41m:47s       1&lt;BR /&gt;
&lt;BR /&gt;
configure l2vpn vpls vpls-ldc-bkd55 add peer 192.168.122.1 core full-mesh&lt;BR /&gt;
* ldc-xm0-nsw012.39 # show mpls ldp peer&lt;BR /&gt;
IP Address      LDP Peer             State        Uptime          Adjacencies&lt;BR /&gt;
192.168.155.1   192.168.122.1:0      Operational  0d:0h:42m:21s       1&lt;BR /&gt;
&lt;BR /&gt;
OSPF is advertiseing the routes and I can get ping from both end points.&lt;BR /&gt;
* snj-xm0-nsw010.1 # sh ipr&lt;BR /&gt;
Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration&lt;BR /&gt;
#d   172.31.22.0/24     172.31.22.2     1    U------um--f- snj_si0-bkd022 0d:23h:5m:59s&lt;BR /&gt;
#oa  172.31.30.0/24     172.31.22.251   12   UG-D---um--f- snj_si0-bkd022 0d:3h:22m:13s&lt;BR /&gt;
#oa  172.31.55.0/24     172.31.22.251   12   UG-D---um--f- snj_si0-bkd022 0d:3h:22m:13s&lt;BR /&gt;
#d   192.168.122.1/32   192.168.122.1   1    U------um--f- lpbk       0d:23h:5m:59s&lt;BR /&gt;
#oa  192.168.155.1/32   172.31.22.251   22   UG-D---um--f- snj_si0-bkd022 0d:3h:22m:13s&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.3 # ping 192.168.155.1 from 192.168.122.1&lt;BR /&gt;
Ping(ICMP) 192.168.155.1: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
16 bytes from 192.168.155.1: icmp_seq=0 ttl=62 time=42 ms&lt;BR /&gt;
16 bytes from 192.168.155.1: icmp_seq=1 ttl=62 time=41 ms&lt;BR /&gt;
16 bytes from 192.168.155.1: icmp_seq=2 ttl=62 time=41 ms&lt;BR /&gt;
16 bytes from 192.168.155.1: icmp_seq=3 ttl=62 time=44 ms&lt;BR /&gt;
&lt;BR /&gt;
I've copied the configs from both switches in the format of your document link.&lt;BR /&gt;
Do you have any other ideia? or any test I can run?&lt;BR /&gt;
&lt;BR /&gt;
===============================================================================&lt;BR /&gt;
Switch #1: snj-xm0-nsw010&lt;BR /&gt;
loopback vlan name:    lpbk (192.168.122.1/32)&lt;BR /&gt;
Core vlan name:        snj_si0-bkd022 (172.31.22.2/24)&lt;BR /&gt;
Service vlan name:    ent_sp0-int001&lt;BR /&gt;
VPLS l2vpn name:    vpls-snj-bkd022    &lt;BR /&gt;
&lt;BR /&gt;
create vlan "ent_sp0-int001"&lt;BR /&gt;
configure vlan ent_sp0-int001 tag 3151&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
create vlan "snj_si0-bkd022"&lt;BR /&gt;
configure vlan snj_si0-bkd022 tag 3122&lt;BR /&gt;
configure vlan snj_si0-bkd022 ipaddress 172.31.22.2 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan snj_si0-bkd022&lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.122.1 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
disable igmp snooping vlan "ent_sp0-int001"&lt;BR /&gt;
&lt;BR /&gt;
configure ospf routerid 192.168.122.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
enable ospf export direct cost 10 type ase-type-1&lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vlan snj_si0-bkd022 area 0.0.0.0&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 "snj_si0-bkd022"&lt;BR /&gt;
enable mpls vlan "snj_si0-bkd022"&lt;BR /&gt;
enable mpls ldp vlan "snj_si0-bkd022"&lt;BR /&gt;
configure mpls lsr-id 192.168.122.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls vpls-snj-bkd022 fec-id-type pseudo-wire 100&lt;BR /&gt;
configure l2vpn vpls vpls-snj-bkd022 add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls vpls-snj-bkd022 add peer 192.168.155.1 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;
===============================================================================&lt;BR /&gt;
&lt;BR /&gt;
Switch #2 ldc-xm0-nsw012&lt;BR /&gt;
loopback vlan name:    lpbk (192.168.155.1/32)&lt;BR /&gt;
Core vlan name:        snj_si0-bkd022 (172.31.55.2/24)&lt;BR /&gt;
Service vlan name:    ent_sp0-int001&lt;BR /&gt;
VPLS l2vpn name:    vpls-ldc-bkd055    &lt;BR /&gt;
&lt;BR /&gt;
create vlan "ent_sp0-int001"&lt;BR /&gt;
configure vlan ent_sp0-int001 tag 3151&lt;BR /&gt;
create vlan "ldc-si0-bkd55"&lt;BR /&gt;
configure vlan ldc-si0-bkd55 tag 3155&lt;BR /&gt;
create vlan "lpbk"&lt;BR /&gt;
enable loopback-mode vlan lpbk&lt;BR /&gt;
configure vlan ldc-si0-bkd55 ipaddress 172.31.55.2 255.255.255.0&lt;BR /&gt;
enable ipforwarding vlan ldc-si0-bkd55&lt;BR /&gt;
configure vlan lpbk ipaddress 192.168.155.1 255.255.255.255&lt;BR /&gt;
enable ipforwarding vlan lpbk&lt;BR /&gt;
disable igmp snooping vlan "ent_sp0-int001"&lt;BR /&gt;
&lt;BR /&gt;
configure ospf routerid 192.168.155.1&lt;BR /&gt;
enable ospf&lt;BR /&gt;
enable ospf export direct cost 10 type ase-type-1&lt;BR /&gt;
configure ospf add vlan ldc-si0-bkd55 area 0.0.0.0 &lt;BR /&gt;
configure ospf add vlan lpbk area 0.0.0.0 passive&lt;BR /&gt;
&lt;BR /&gt;
configure mpls add vlan "ldc-si0-bkd55"&lt;BR /&gt;
enable mpls vlan "ldc-si0-bkd55"&lt;BR /&gt;
enable mpls ldp vlan "ldc-si0-bkd55"&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 lsr-id 192.168.155.1&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
create l2vpn vpls vpls-ldc-bkd55 fec-id-type pseudo-wire 100&lt;BR /&gt;
configure l2vpn vpls vpls-ldc-bkd55 add service vlan ent_sp0-int001&lt;BR /&gt;
configure l2vpn vpls vpls-ldc-bkd55 add peer 192.168.122.1 core full-mesh&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 00:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42509#M10039</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-21T00:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42510#M10040</link>
      <description>Hi Matt,&lt;BR /&gt;
&lt;BR /&gt;
The configuration part looks fine to me for both the peers. Looking at the iproute output, I get an impression that there are other routers in the path. Can you confirm that? Are these devices running MPLS too? We may not have the proper LSPs for every next-hop. may be that is why, the signaling is not active. &lt;BR /&gt;
&lt;BR /&gt;
#oa  172.31.30.0/24     172.31.22.251   12   UG-D---um--f- snj_si0-bkd022 0d:3h:22m:13s&lt;BR /&gt;
#oa  172.31.55.0/24     172.31.22.251   12   UG-D---um--f- snj_si0-bkd022 0d:3h:22m:13s&lt;BR /&gt;
&lt;BR /&gt;
if these are third party devices, is it possible to configure the MPLS on these devices and check if that helps! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 06:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42510#M10040</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-21T06:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42511#M10041</link>
      <description>Hi Prashanth, see my reply in the string below... thanks again for your help.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 06:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42511#M10041</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-21T06:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42512#M10042</link>
      <description>Hi Prashanth, yes there is routers in between there are X450a with only Advanced Edge licening so I can't enable MPLS. I would think that the X450a would pass the MPLS traffic? Is there something that would stop them from doing so?&lt;BR /&gt;
&lt;BR /&gt;
Thanks again, Matt&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Aug 2015 00:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42512#M10042</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-22T00:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42513#M10043</link>
      <description>Prashanth, I wonted to add that was checking the advertising of each of the routers. I'm seeing a diffrence on the two routes.&lt;BR /&gt;
&lt;BR /&gt;
snj-xm0-nsw010.8 # sh mpls ldp label advertised &lt;BR /&gt;
&lt;BR /&gt;
Advertised     Destination  Label     Peer  NHop&lt;BR /&gt;
Label              Mapping  Flags    Label  Type  NextHop            Name&lt;BR /&gt;
-------------------------------------------------------------------------------&lt;BR /&gt;
0x00434   192.168.122.1/32    -LE       --  vlan  lpbk               --            &lt;BR /&gt;
0x00435   192.168.155.1/32    2LE       --  VPLS  --                 vpls-snj-bkd022&lt;BR /&gt;
&lt;BR /&gt;
Flags: (3) L3VPN, (2) L2VPN, (L) LDP, (R) RSVP-TE, (S) Static,&lt;BR /&gt;
       (T) Transit LSP, (I) Ingress to LSP, (E) Egress from LSP,&lt;BR /&gt;
       (M) Multiple Next Hops&lt;BR /&gt;
&lt;BR /&gt;
ldc-xm0-nsw012.9 # sh mpls ldp label advertised &lt;BR /&gt;
&lt;BR /&gt;
Advertised     Destination  Label     Peer  NHop&lt;BR /&gt;
Label              Mapping  Flags    Label  Type  NextHop            Name&lt;BR /&gt;
-------------------------------------------------------------------------------&lt;BR /&gt;
0x00434   192.168.122.1/32    2LE       --  VPLS  --                 vpls-ldc-bkd55&lt;BR /&gt;
&lt;BR /&gt;
Flags: (3) L3VPN, (2) L2VPN, (L) LDP, (R) RSVP-TE, (S) Static,&lt;BR /&gt;
       (T) Transit LSP, (I) Ingress to LSP, (E) Egress from LSP,&lt;BR /&gt;
       (M) Multiple Next Hops&lt;BR /&gt;
&lt;BR /&gt;
Is this some ting to look into?&lt;BR /&gt;
&lt;BR /&gt;
Thanks Matt&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Aug 2015 00:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42513#M10043</guid>
      <dc:creator>Matt_Tinonga</dc:creator>
      <dc:date>2015-08-22T00:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to configure VPLS L2VPN Pseudo Wire with MPLS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42514#M10044</link>
      <description>Hmm not a MPLS expert but when we need to pass MPLS framing at layer 2 across a non-mpls switch then we build a vman and enable jumbo frames on the per layer 2 switches to tunnel the mpls traffic through.  On the 450's there are some restrictions if you want to pass standard tagged vlans and vmans on common trunk ports.  Not sure if this will help or confuse</description>
      <pubDate>Sat, 22 Aug 2015 00:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-configure-vpls-l2vpn-pseudo-wire-with-mpls/m-p/42514#M10044</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2015-08-22T00:19:00Z</dc:date>
    </item>
  </channel>
</rss>

