<?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 Config MPLS to use with &amp;quot;Xconnect&amp;quot; (cisco) in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24097#M2569</link>
    <description>xconnect is definitely not possible, Because it's Cisco proprietary. but VPLS VPWS might be possible.</description>
    <pubDate>Sun, 15 Mar 2015 11:46:00 GMT</pubDate>
    <dc:creator>PIYAPONG_YWR</dc:creator>
    <dc:date>2015-03-15T11:46:00Z</dc:date>
    <item>
      <title>How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24096#M2568</link>
      <description>Example of cisco command #################################################  interface Vlan1234     mtu 15xx      xconnect xxx.xxx.xxx.xxx 1234567890 encapsulation mpls      no shutdown   !    Anybody have an idea to cfg Exos, and work with Cisco xconnect.    Thank you</description>
      <pubDate>Wed, 11 Mar 2015 18:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24096#M2568</guid>
      <dc:creator>WP</dc:creator>
      <dc:date>2015-03-11T18:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24097#M2569</link>
      <description>xconnect is definitely not possible, Because it's Cisco proprietary. but VPLS VPWS might be possible.</description>
      <pubDate>Sun, 15 Mar 2015 11:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24097#M2569</guid>
      <dc:creator>PIYAPONG_YWR</dc:creator>
      <dc:date>2015-03-15T11:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24098#M2570</link>
      <description>You can use PWs if you have the right license to do it. I have tested it to work togheter with Huawei, Juniper but not currently Cisco. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Mar 2015 16:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24098#M2570</guid>
      <dc:creator>Andreas_Larsen</dc:creator>
      <dc:date>2015-03-15T16:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24099#M2571</link>
      <description>Hi &lt;BR /&gt;
it should work with Cisco IOS and IOS XR, but you must check the PWs encapsulation mode or VC-type.&lt;BR /&gt;
&lt;BR /&gt;
By the way, how to enable mpls on EX OS VM ???????&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
OBM</description>
      <pubDate>Sat, 25 Apr 2015 22:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24099#M2571</guid>
      <dc:creator>Oscar_Belmar_Ma</dc:creator>
      <dc:date>2015-04-25T22:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24100#M2572</link>
      <description>Hello. I've just made a Cisco's xconnect to signal with Extreme's VPWS! &lt;BR /&gt;
&lt;BR /&gt;
Find the CISCO configuration below:&lt;BR /&gt;
#&lt;BR /&gt;
pseudowire-class PW_CLASS &lt;BR /&gt;
 encapsulation mpls&lt;BR /&gt;
 interworking ethernet&lt;BR /&gt;
#&lt;BR /&gt;
interface GigabitEthernet0/3.666 encapsulation dot1Q 666&lt;BR /&gt;
 xconnect Z.Z.Z.Z 666 pw-class PW_CLASS&lt;BR /&gt;
  remote circuit id 666&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
Extreme configuration:&lt;BR /&gt;
#&lt;BR /&gt;
create vlan "VPWS_CISCO_VLAN"&lt;BR /&gt;
configure vlan VPWS_CISCO_VLAN add ports 20 untagged&lt;BR /&gt;
disable igmp snooping vlan "VPWS_CISCO_VLAN"&lt;BR /&gt;
create l2vpn vpws VPWS_CISCO fec-id-type pseudo-wire 666&lt;BR /&gt;
configure l2vpn vpws VPWS_CISCO add service vlan VPWS_CISCO_VLAN&lt;BR /&gt;
configure l2vpn vpws VPWS_CISCO add peer X.X.X.X&lt;BR /&gt;
#&lt;BR /&gt;
&lt;BR /&gt;
Got the VPWS signaling UP on both sides:&lt;BR /&gt;
&lt;BR /&gt;
* EXTREME_EXOS # show l2vpn vpws "VPWS_CISCO" detail L2VPN Name: VPWS_CISCO&lt;BR /&gt;
   VPN ID                : 666                   Admin State   : Enabled&lt;BR /&gt;
   Source Address        : Z.Z.Z.Z         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            : VPWS                  Redundancy    : None&lt;BR /&gt;
   Service Interface     : VPWS_CISCO_VLAN&lt;BR /&gt;
   Created By            : CLI&lt;BR /&gt;
&lt;BR /&gt;
   Peer IP: X.X.X.X&lt;BR /&gt;
      PW State           : Up&lt;BR /&gt;
      PW Index           : 10010&lt;BR /&gt;
      PW Signaling       : LDP&lt;BR /&gt;
      PW Uptime          : 0d:1h:17m:22s&lt;BR /&gt;
      PW Installed       : True&lt;BR /&gt;
      Local PW Status    : No Faults&lt;BR /&gt;
      Remote PW Status   : No Faults&lt;BR /&gt;
      Remote I/F MTU     : 1600&lt;BR /&gt;
      PW Mode            : Core-to-Core&lt;BR /&gt;
      Transport LSP      : LDP LSP (Not Configured)&lt;BR /&gt;
         Next Hop I/F    : EXTREME_EXOS&lt;BR /&gt;
         Next Hop Addr   : Y.Y.Y.Y             Tx Label  : 0x00473&lt;BR /&gt;
         Tx Pkts         : 0                         Tx Bytes  : 0&lt;BR /&gt;
      PW Rx Label        : 0x00460                PW Tx Label  : 0x0017d&lt;BR /&gt;
      PW Rx Pkts         : 0                      PW Tx Pkts   : 0&lt;BR /&gt;
      PW Rx Bytes        : 0                      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;
Of course, this was done assuming that all other configuration are previously done (OSPF, MPLS, LDP).&lt;BR /&gt;
&lt;BR /&gt;
Z.Z.Z.Z = Extreme's loopback interface&lt;BR /&gt;
X.X.X.X - Cisco's loopback interface&lt;BR /&gt;
&lt;BR /&gt;
Hardware used was Cisco C7206 and Extreme X670. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 02:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24100#M2572</guid>
      <dc:creator>Brunno_Lopes</dc:creator>
      <dc:date>2015-09-22T02:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24101#M2573</link>
      <description>Wow!  That's awesome!  Thanks for sharing!&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 02:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24101#M2573</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-09-22T02:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Config MPLS to use with "Xconnect" (cisco)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24102#M2574</link>
      <description>this information help me, even though i search problem for another device (vpls on cisco)&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2015 02:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-config-mpls-to-use-with-quot-xconnect-quot-cisco/m-p/24102#M2574</guid>
      <dc:creator>Budi_Setiawan</dc:creator>
      <dc:date>2015-09-22T02:07:00Z</dc:date>
    </item>
  </channel>
</rss>

