<?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: mpls L3VPN between Cisco and Extreme Networks XOS devices in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15375#M124</link>
    <description>What is your MTU settings on cisco and extreme ?</description>
    <pubDate>Thu, 06 Apr 2017 17:27:00 GMT</pubDate>
    <dc:creator>andreas1</dc:creator>
    <dc:date>2017-04-06T17:27:00Z</dc:date>
    <item>
      <title>mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15362#M111</link>
      <description>Hi everybody,&lt;BR /&gt;
I'm trying to get L3VPN mpls working between Extreme Networks x460g2 and various cisco devices (3600, ASR920, 7600, 9000), and actually I'm stuck ...&lt;BR /&gt;
Has anyone ever been able to do it?&lt;BR /&gt;
&lt;BR /&gt;
I'll try to explain what I've done with some pictures and text information ...&lt;BR /&gt;
&lt;BR /&gt;
Here are the L1 and L2/L3 schemes of version 1 of my lab ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-67611-119fmuq-MPLS_test_L1_version_1_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2698i4729CC94C0CD40E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-67611-119fmuq-MPLS_test_L1_version_1_inline.png" alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-67611-119fmuq-MPLS_test_L1_version_1_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-94705-13lkfzp-MPLS_test_L2_L3_version_1_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/3998iE19DC56176CA0BD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-94705-13lkfzp-MPLS_test_L2_L3_version_1_inline.png" alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-94705-13lkfzp-MPLS_test_L2_L3_version_1_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
On each switch/router we have 2 loopback interfaces/vlans:&lt;BR /&gt;
- 1 for OSPF 172.18.0.x/32&lt;BR /&gt;
- 1 for iBGP 172.18.128.x/32&lt;BR /&gt;
The «x» refers to the numeric ID of each switch/router, with the only exception of RFI1, where:&lt;BR /&gt;
- OSPF loopback is 172.18.0.3/32&lt;BR /&gt;
- iBGP loopback is 172.18.128.1/32&lt;BR /&gt;
All switches are in the same OSPF area 172.18.128.217, and is the BGP AS 172. RFI1 is the RR for the BGP part, and the ONLY neighbor for each switch/router.&lt;BR /&gt;
&lt;BR /&gt;
All ospf interfaces are PTP.&lt;BR /&gt;
BGP and OSPF seems to work fine as soon as we DON’T enable MPLS.&lt;BR /&gt;
LDP protocol seems to work well between the two vendors.&lt;BR /&gt;
We created 2 VPN-VRF on every switch/router:&lt;BR /&gt;
- vr-acme with RD 172:10 ad route-target 172:10 in both RX and TX, with a binded loopback interface 3.3.3.x/32&lt;BR /&gt;
- vr-mgt_ool_104999 with RD 172:104999 and route-target 172:104999 in both RX ad TX, with a binded loopback interface 4.4.4.x/32&lt;BR /&gt;
&lt;BR /&gt;
From my point of view, the main «suspect» is something in the routing part.&lt;BR /&gt;
We changed the iBGP route priority in the extreme devices, to be similar to the Cisco administrative distance&lt;BR /&gt;
configure iproute priority ibgp 4000&lt;BR /&gt;
I still have doubts on «where» to put the priority of the MPLS.&lt;BR /&gt;
I tried the default value, before iBGP or after iBGP, and the result is pretty close the same:&lt;BR /&gt;
as soon as we enable the MPLS routing stuff, things start to work NOT in the way we expected/wanted.&lt;BR /&gt;
&lt;BR /&gt;
Step1:&lt;BR /&gt;
- We added the 2 loopback vlans and the ospf PTP vlan in the mpls and LDP «process».&lt;BR /&gt;
- We enabled «mpls protocol ldp» and «mpls» itself&lt;BR /&gt;
At this point, LDP starts to work, and we start to see some MPLS stuff, but the main goal, that is to see routing information on the two separate&lt;BR /&gt;
VRF, is still not reached (we don’t see anything in the specific VRF routing table, as expected ... mpls routing is STILL not enabled)&lt;BR /&gt;
&lt;BR /&gt;
Step2:&lt;BR /&gt;
- We enable the MPLS routing&lt;BR /&gt;
                 • enable iproute mpls-next-hop&lt;BR /&gt;
                 • enable iproute mpls-next-hop vr vr-acme&lt;BR /&gt;
                 • enable iproute mpls-next-hop vr vr-mgt_ool_104999&lt;BR /&gt;
At this point, for a while (iBGP timeout), I see what I want to see in the VRF routing table (actually just the loopback interfaces binded to each VRF), but after the iBGP timeout, everything disappears.&lt;BR /&gt;
The cause seems to be the fact that as soon as I enable the MPLS routing, I loose the reachability of the iBGP loopback interface, and from there I loose the iBPG neighborship.&lt;BR /&gt;
And here is the MOST interesting part: the ISSUE is NOT everywhere, but just from a device &lt;BR /&gt;
(and from that one, nothing works, like in a chain)&lt;BR /&gt;
The «guilty device» is the FIRST cisco switch/router, no matter which model it is &lt;BR /&gt;
(we tried to «switch» between cisco models, but nothing changed).&lt;BR /&gt;
&lt;BR /&gt;
To be more specific, if we look at «version 1» of the test, if we try to ping from RFI1 using the iBGP loopback interface as source, and the iBGP&lt;BR /&gt;
loopback interface of each other switch/router as the destination, we have:&lt;BR /&gt;
- RFI1 can ping 217&lt;BR /&gt;
- RFI1 can ping 216&lt;BR /&gt;
- RFI1 CANNOT ping 213&lt;BR /&gt;
- RFI1 CANNOT ping 214&lt;BR /&gt;
- RFI1 CANNOT ping 215&lt;BR /&gt;
Moreover: IF the chain is ONLY of extreme switches, everything works perfectly (still using RFI1, a cisco device, as RR ... same configuration ...)&lt;BR /&gt;
Even more, just because RFI1 is a REAL production router, for a while I used a smaller set of devices.&lt;BR /&gt;
Just take the same scheme of «version 1», remove RFI1, and take 217 as its replacement &lt;BR /&gt;
(so 217 is the RR for iBGP, and all other router just have it as a neighbor).&lt;BR /&gt;
In this way, everything works perfectly.&lt;BR /&gt;
&lt;BR /&gt;
Here are pictures for version 2 of the same lab ... same results ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-45589-3deoju-MPLS_test_L1_version_2_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/72iA4CEA2A70201A805/image-size/large?v=v2&amp;amp;px=999" role="button" title="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-45589-3deoju-MPLS_test_L1_version_2_inline.png" alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-45589-3deoju-MPLS_test_L1_version_2_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-2593-zg6c1o-MPLS_test_L2_L3_version_2_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/285i155171630F5B0F79/image-size/large?v=v2&amp;amp;px=999" role="button" title="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-2593-zg6c1o-MPLS_test_L2_L3_version_2_inline.png" alt="40ab4fb14f41484182f75b6310f0dc73_RackMultipart20170330-2593-zg6c1o-MPLS_test_L2_L3_version_2_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 22:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15362#M111</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-03-30T22:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15363#M112</link>
      <description>Does Extreme support MBGP for VPNv4 familie ?</description>
      <pubDate>Fri, 31 Mar 2017 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15363#M112</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2017-03-31T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15364#M113</link>
      <description>yes&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15364#M113</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-03-31T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15365#M114</link>
      <description>from what I know, yes ... &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15365#M114</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-03-31T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15366#M115</link>
      <description>I'm a bit puzzled with that part:&lt;BR /&gt;
&lt;BR /&gt;
"Step2:&lt;BR /&gt;
- We enable the MPLS routing&lt;BR /&gt;
                 • enable iproute mpls-next-hop&lt;BR /&gt;
                 • enable iproute mpls-next-hop vr vr-acme&lt;BR /&gt;
                 • enable iproute mpls-next-hop vr vr-mgt_ool_104999"&lt;BR /&gt;
&lt;BR /&gt;
MPLS can only be in a single VR. So I don't get that part of the config.&lt;BR /&gt;
&lt;BR /&gt;
A typical config for L3VPN is, on a PE:&lt;BR /&gt;
&lt;BR /&gt;
enable jumbo-frame ports all&lt;BR /&gt;
create vlan lo0&lt;BR /&gt;
create vlan vl101 tag 101&lt;BR /&gt;
&lt;BR /&gt;
enable loopback-mode vlan lo0&lt;BR /&gt;
configure vl101 add ports 2 tagged&lt;BR /&gt;
&lt;BR /&gt;
configure lo0 ipaddress 172.16.0.2/32&lt;BR /&gt;
configure vl101 ipaddress 10.1.1.5/30&lt;BR /&gt;
enable ipforwarding&lt;BR /&gt;
&lt;BR /&gt;
configure ospf routerid 172.16.0.2&lt;BR /&gt;
configure ospf add lo0 area 0.0.0.0 passive&lt;BR /&gt;
configure ospf add vl101 area 0.0.0.0 link-type point-to-point&lt;BR /&gt;
enable ospf&lt;BR /&gt;
&lt;BR /&gt;
configure mpls lsr-id 172.16.0.2&lt;BR /&gt;
configure mpls ldp advertise direct lsr-id&lt;BR /&gt;
configure mpls add lo0&lt;BR /&gt;
configure mpls add vl101&lt;BR /&gt;
enable mpls lo0&lt;BR /&gt;
enable mpls vl101&lt;BR /&gt;
enable mpls ldp lo0&lt;BR /&gt;
enable mpls ldp vl101&lt;BR /&gt;
enable mpls protocol ldp&lt;BR /&gt;
enable mpls&lt;BR /&gt;
enable iproute mpls-next-hop&lt;BR /&gt;
&lt;BR /&gt;
configure bgp AS-number 65000&lt;BR /&gt;
configure bgp routerid 172.16.0.2&lt;BR /&gt;
create bgp neighbor 172.16.0.4 remote-AS-number 65000&lt;BR /&gt;
configure bgp neighbor 172.16.0.4 source-interface ipaddress 172.16.0.2&lt;BR /&gt;
configure bgp neighbor 172.16.0.4 next-hop-self&lt;BR /&gt;
configure bgp neighbor 172.16.0.4 address-family vpnv4 next-hop-self&lt;BR /&gt;
enable bgp neighbor 172.16.0.4 capability vpnv4&lt;BR /&gt;
enable bgp neighbor 172.16.0.4&lt;BR /&gt;
enable bgp&lt;BR /&gt;
&lt;BR /&gt;
# the VPN VRF&lt;BR /&gt;
create vr "vpn-a" type vpn-vrf vr "VR-Default"&lt;BR /&gt;
configure vr VR-Default delete ports 1&lt;BR /&gt;
configure vr vpn-a add ports 1&lt;BR /&gt;
&lt;BR /&gt;
# vl100 is the interconnection with the CE&lt;BR /&gt;
create vlan vl100 vr vpn-a tag 100&lt;BR /&gt;
configure vl100 add ports 1 tagged&lt;BR /&gt;
configure vl100 ipaddress 10.1.1.2/30&lt;BR /&gt;
enable ipforwarding vlan vl100&lt;BR /&gt;
&lt;BR /&gt;
# if you are using BGP for PE/CE&lt;BR /&gt;
configure vr vpn-a add protocol bgp&lt;BR /&gt;
&lt;BR /&gt;
configure vr vpn-a rd 172.16.0.2:100&lt;BR /&gt;
configure vr vpn-a route-target both add 65000:100&lt;BR /&gt;
&lt;BR /&gt;
# still assuming BGP for CE/PE&lt;BR /&gt;
virtual-router vpn-a&lt;BR /&gt;
configure bgp AS-number 65000&lt;BR /&gt;
configure bgp routerid 172.16.0.2&lt;BR /&gt;
create bgp neighbor 10.1.1.1 remote-AS-number 65100&lt;BR /&gt;
enable bgp neighbor 10.1.1.1&lt;BR /&gt;
enable bgp&lt;BR /&gt;
&lt;BR /&gt;
# redistribution CE / PE&lt;BR /&gt;
enable bgp export vr vpn-a direct address-family vpnv4&lt;BR /&gt;
enable bgp export vr vpn-a bgp address-family vpnv4&lt;BR /&gt;
&lt;BR /&gt;
# redistribution of remote routes&lt;BR /&gt;
virtual-router vpn-a&lt;BR /&gt;
enable bgp export remote-vpn&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Mar 2017 14:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15366#M115</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-03-31T14:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15367#M116</link>
      <description>Hi, &lt;BR /&gt;
and thanks a lot for the answer!&lt;BR /&gt;
&lt;BR /&gt;
a couple of things ...&lt;BR /&gt;
I'm checking the differences between your config and mine ...&lt;BR /&gt;
&lt;BR /&gt;
you didn't enable the &lt;BR /&gt;
"enable iproute mpls-next-hop"&lt;BR /&gt;
on VRF vpn-a ...&lt;BR /&gt;
you said it's only possible to enable mpls on just ONE vr ... &lt;BR /&gt;
and I know it, but I thought since vpn-a is a VRF with vr-default as a "father" vr,&lt;BR /&gt;
I thought I had to enable MPLS on all children VRFs ...&lt;BR /&gt;
&lt;BR /&gt;
about these commands&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;# still assuming BGP for CE/PE&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;virtual-router vpn-a&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp AS-number 65000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp routerid 172.16.0.2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create bgp neighbor 10.1.1.1 remote-AS-number 65100&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp neighbor 10.1.1.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;# redistribution CE / PE&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export vr vpn-a direct address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export vr vpn-a bgp address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;# redistribution of remote routes&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;virtual-router vpn-a&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export remote-vpn&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
these are for the CE/PE connection, right?&lt;BR /&gt;
&lt;BR /&gt;
anyway, I have to test what you suggested in my lab with the costumer ... let's see if it works ...&lt;BR /&gt;
&lt;BR /&gt;
but have you ever had the chance to make Cisco and Extreme devices work together with mpls L3VPN ?!&lt;BR /&gt;
&lt;BR /&gt;
thanks a lot&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Stefano&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Apr 2017 03:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15367#M116</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-01T03:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15368#M117</link>
      <description>Hi, yes I have customers doing L3VPN with Cisco for years.</description>
      <pubDate>Sat, 01 Apr 2017 03:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15368#M117</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-04-01T03:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15369#M118</link>
      <description>and you use the configuration you sent, don't you? ... I mean, &lt;BR /&gt;
part of it ...&lt;BR /&gt;
&lt;BR /&gt;
do you change anything in the ip route priority stuff?! ... since extreme and cisco have different "administrative distance"/"route priority" default configuration ...&lt;BR /&gt;
&lt;BR /&gt;
thanks again ...&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Apr 2017 03:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15369#M118</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-01T03:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15370#M119</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
No, I usually try not to change the protocol preference. As for the config, for a PE, yes, it's usually similar to that. Of course you need to adapt. I didn't past typical P router config, but that's just MPLS, I assume you're fine with that.&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Apr 2017 03:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15370#M119</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-04-01T03:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15371#M120</link>
      <description>looking at the Cisco and Extreme configuration I posted below, do you see anything wrong? ... anything that can prevent L3VPN to work as expected between the 2 vendors? ... do you have a typical CISCO config? ... thanks a lot ... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Apr 2017 03:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15371#M120</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-01T03:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15372#M121</link>
      <description>mmm ... &lt;BR /&gt;
I'm still having issues ...&lt;BR /&gt;
I tried to follow the suggestions, &lt;BR /&gt;
but still it's NOT working as expected ...&lt;BR /&gt;
&lt;BR /&gt;
this is the CISCO configuration "template"&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;ip vrf acme&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; rd 172:10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; route-target export 172:10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; route-target import 172:10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;### THE OSPF LOOPBACK ###&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;interface Loopback0&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip address 172.18.0.213 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;### THE LOOPBACK related to one VRF ###&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;interface Loopback10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip vrf forwarding acme&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip address 3.3.3.213 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;### THE BGP LOOPBACK ###&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;interface Loopback99&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; description IP riferimento Neighbor Mpls&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip address 172.18.128.213 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;interface GigabitEthernet0/1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; no switchport&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip address 10.151.217.10 255.255.255.252&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip ospf network point-to-point&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; mpls ip&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;interface GigabitEthernet0/2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; no switchport&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip address 10.151.217.17 255.255.255.252&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; ip ospf network point-to-point&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; mpls ip&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;router ospf 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; router-id 172.18.0.213&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; auto-cost reference-bandwidth 40000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; area 172.18.128.217 nssa no-summary&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; passive-interface default&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; no passive-interface GigabitEthernet0/1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; no passive-interface GigabitEthernet0/2&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; network 10.151.217.8 0.0.0.3 area 172.18.128.217&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; network 10.151.217.16 0.0.0.3 area 172.18.128.217&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; network 172.18.0.213 0.0.0.0 area 172.18.128.217&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; network 172.18.128.213 0.0.0.0 area 172.18.128.217&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;router bgp 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; bgp router-id 172.18.128.213&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; bgp log-neighbor-changes&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; no bgp default ipv4-unicast&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; neighbor 172.18.128.1 remote-as 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; neighbor 172.18.128.1 update-source Loopback99&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; !&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; address-family ipv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; exit-address-family&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; !&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  neighbor 172.18.128.1 activate&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  neighbor 172.18.128.1 send-community both&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; exit-address-family&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; !&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; address-family ipv4 vrf acme&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;  redistribute connected&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; exit-address-family&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;mpls ldp router-id Loopback99 force&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;!&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
this is the EXTREME NETWORKS template&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module vlan configuration.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan default delete ports all&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr VR-Default delete ports 1-34&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vr "vr-acme" type vpn-vrf vr "VR-Default" &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vr "vr-mgt_ool_104999" type vpn-vrf vr "VR-Default" &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan default delete ports 1-34&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable jumbo-frame ports all&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan "vloop4000"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4000 tag 4000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable loopback-mode vlan vloop4000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan "vloop4009"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4009 tag 4009&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable loopback-mode vlan vloop4009&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan "vloop4010" vr vr-acme&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4010 tag 4010&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable loopback-mode vlan vloop4010&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan "vloop4069" vr vr-mgt_ool_104999&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4069 tag 4069&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable loopback-mode vlan vloop4069&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan "vp2p3001"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vp2p3001 tag 3001&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create vlan "vp2p3002"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vp2p3002 tag 3002&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vp2p3001 add ports 1 untagged  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vp2p3002 add ports 2 untagged  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4000 ipaddress 172.18.0.216 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ipforwarding vlan vloop4000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4009 ipaddress 172.18.128.216 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ipforwarding vlan vloop4009&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vp2p3001 ipaddress 10.151.217.6 255.255.255.252&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ipforwarding vlan vp2p3001&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vp2p3002 ipaddress 10.151.217.9 255.255.255.252&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ipforwarding vlan vp2p3002&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4010 ipaddress 3.3.3.216 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ipforwarding vlan vloop4010&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vlan vloop4069 ipaddress 4.4.4.216 255.255.255.255&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ipforwarding vlan vloop4069&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr vr-acme add protocol bgp&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr vr-mgt_ool_104999 add protocol bgp&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr vr-acme rd 172:10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr vr-mgt_ool_104999 rd 172:104999&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr vr-acme route-target both add 172:10&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure vr vr-mgt_ool_104999 route-target both add 172:104999&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module rtmgr configuration.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable iproute mpls-next-hop&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;disable iproute ipv4 compression &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module bgp configuration.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp AS-number 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp routerid 172.18.128.216&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp mpls-next-hop&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp community format AS-number:number&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create bgp neighbor 172.18.128.1 remote-AS-number 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp neighbor 172.18.128.1 source-interface ipaddress 172.18.128.216&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp neighbor 172.18.128.1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp neighbor 172.18.128.1 send-community both&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp neighbor 172.18.128.1 next-hop-self&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp neighbor 172.18.128.1 address-family vpnv4 next-hop-self&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp neighbor 172.18.128.1 capability vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export vr vr-acme direct address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export vr vr-acme bgp address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export vr vr-mgt_ool_104999 direct address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export vr vr-mgt_ool_104999 bgp address-family vpnv4&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module bgp configuration on virtual router vr-acme.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;virtual-router vr-acme&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp AS-number 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp routerid 172.18.128.216&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp community format AS-number:number&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export remote-vpn address-family ipv4-unicast&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;virtual-router VR-Default&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module bgp configuration on virtual router vr-mgt_ool_104999.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;virtual-router vr-mgt_ool_104999&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp AS-number 172&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure bgp routerid 172.18.128.216&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp community format AS-number:number&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp export remote-vpn address-family ipv4-unicast&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable bgp&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;virtual-router VR-Default&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module mpls configuration.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure mpls add vlan "vloop4000"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls vlan "vloop4000"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls ldp vlan "vloop4000"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure mpls add vlan "vloop4009"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls vlan "vloop4009"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls ldp vlan "vloop4009"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure mpls add vlan "vp2p3001"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls vlan "vp2p3001"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls ldp vlan "vp2p3001"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure mpls add vlan "vp2p3002"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls vlan "vp2p3002"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls ldp vlan "vp2p3002"&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure mpls lsr-id 172.18.128.216&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable snmp traps mpls&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls protocol ldp&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable mpls&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;# Module ospf configuration.&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;#&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf routerid 172.18.0.216&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ospf mpls-next-hop&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf metric-table 10M 4000 100M 400 1G 40 10G 4 40G 1 100G 1&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;enable ospf&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;create ospf area 172.18.128.217&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf area 172.18.128.217 nssa nosummary stub-default-cost 1000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf add vlan vloop4000 area 172.18.128.217 link-type point-to-point passive&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf add vlan vloop4009 area 172.18.128.217 link-type point-to-point passive&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf add vlan vp2p3001 area 172.18.128.217 link-type point-to-point &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure ospf add vlan vp2p3002 area 172.18.128.217 link-type point-to-point &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'm still having same issues ... with loss of BGP neighborship as soon as we "traverse" the first cisco device, so:&lt;BR /&gt;
- 215 CANNOT ping&lt;BR /&gt;
- 214 CANNOT ping&lt;BR /&gt;
- 213 CANNOT ping&lt;BR /&gt;
&lt;BR /&gt;
more over, leaving iproute priority default values,  also 216 (the second extreme device) has the same issue ...&lt;BR /&gt;
with &lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;configure iproute priority mpls 3000&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;configure iproute priority ibgp 4000&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
at least 216 start to work again ...&lt;BR /&gt;
&lt;BR /&gt;
thanks in advance&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Stefano&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2017 17:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15372#M121</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-05T17:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15373#M122</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
Please check next one article - &lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/Ping-fails-over-L3VPN-tunnel-when-the-corresponding-ARP-s-are-present-in-the-extended-hash-tables/?q=xos0065571&amp;amp;#38;l=en_US&amp;amp;#38;fs=Search&amp;amp;#38;pn=1" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Solution/Ping-fails-over-L3VPN-tunnel-when-the-co...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
BR,&lt;BR /&gt;
Nikolay</description>
      <pubDate>Wed, 05 Apr 2017 18:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15373#M122</guid>
      <dc:creator>Necheporenko__N</dc:creator>
      <dc:date>2017-04-05T18:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15374#M123</link>
      <description>Thanks Nikolay, &lt;BR /&gt;
but I think that's not my case ...&lt;BR /&gt;
it's not related to ARP ...&lt;BR /&gt;
&lt;BR /&gt;
this is my output &lt;BR /&gt;
&lt;BR /&gt;
VrId Gateway          MAC                Intf  RCnt  Flags&lt;BR /&gt;
================================================================&lt;BR /&gt;
   3 003.003.003.216  00:00:00:00:00:00  0     1     ----L----     &lt;BR /&gt;
   4 004.004.004.216  00:00:00:00:00:00  0     1     ----L----     &lt;BR /&gt;
   2 010.151.217.005  00:04:96:98:FB:A8  3     4     RS-------     &lt;BR /&gt;
   2 010.151.217.006  00:00:00:00:00:00  0     2     ----L----     &lt;BR /&gt;
   2 010.151.217.009  00:00:00:00:00:00  0     2     ----L----     &lt;BR /&gt;
   2 010.151.217.010  84:B8:02:69:3D:1F  4     1     RS-------     &lt;BR /&gt;
   0 127.000.000.001  00:00:00:00:00:00  0     1     ----L----     &lt;BR /&gt;
   2 172.018.000.216  00:00:00:00:00:00  0     1     ----L----     &lt;BR /&gt;
   2 172.018.128.216  00:00:00:00:00:00  0     1     ----L----     &lt;BR /&gt;
&lt;BR /&gt;
and I don't see anything with the E flag ...&lt;BR /&gt;
&lt;BR /&gt;
thanks again&lt;BR /&gt;
&lt;BR /&gt;
best regards&lt;BR /&gt;
&lt;BR /&gt;
Stefano&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2017 20:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15374#M123</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-05T20:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15375#M124</link>
      <description>What is your MTU settings on cisco and extreme ?</description>
      <pubDate>Thu, 06 Apr 2017 17:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15375#M124</guid>
      <dc:creator>andreas1</dc:creator>
      <dc:date>2017-04-06T17:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15376#M125</link>
      <description>I didn't touch the default values ... on both sides ...&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2017 17:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15376#M125</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-06T17:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15377#M126</link>
      <description>Hi Stefano,&lt;BR /&gt;
&lt;BR /&gt;
if I understand you correctly, moving the RR from the Cisco 7600 to an Extreme X460-G2 results in a working setup. Since the route reflector by default reflects the best route only, the route selection process might differ such that the Cisco router propagates (reflects) different routes than the Extreme switch. Perhaps even the VPNv4 routes are missing from the IOS RR.&lt;BR /&gt;
&lt;BR /&gt;
Did you compare the advertised routes of the EXOS RR to those of the Cisco IOS RR?&lt;BR /&gt;
&lt;BR /&gt;
Just an idea on how to proceed...&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Fri, 07 Apr 2017 19:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15377#M126</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-04-07T19:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: mpls L3VPN between Cisco and Extreme Networks XOS devices</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15378#M127</link>
      <description>I tried ... &lt;BR /&gt;
but still it works a little bit better, like at least I see routing information in the VRF, &lt;BR /&gt;
but I cannot ping anything .. only from the 217, that is the first "extreme" hop ...&lt;BR /&gt;
&lt;BR /&gt;
I still think there's something missing in the routing part ... it's like the 2 vendors does not speak the same identical language .... there seems to be a very slightly difference that I cannot find ...&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2017 19:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mpls-l3vpn-between-cisco-and-extreme-networks-xos-devices/m-p/15378#M127</guid>
      <dc:creator>Stefano_Dall_Os</dc:creator>
      <dc:date>2017-04-07T19:24:00Z</dc:date>
    </item>
  </channel>
</rss>

