<?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: Traceroute through MPLS cloud in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34535#M6791</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for sharing the outputs. &lt;BR /&gt;
On the customer1-site2 switch, can you please collect the output of &lt;BR /&gt;
&lt;BR /&gt;
"rtlookup 172.16.13.1"&lt;BR /&gt;
&lt;BR /&gt;
This will display the actual route being currently used by this switch for the destination? &lt;BR /&gt;
&lt;BR /&gt;
Do we have the same traceroute output with both the commands below?&lt;BR /&gt;
&lt;BR /&gt;
- traceroute 192.168.102.9 &lt;BR /&gt;
- traceroute 192.168.102.9 from 192.168.101.1&lt;BR /&gt;
&lt;BR /&gt;
If there is a difference, please also collect the below output: &lt;BR /&gt;
ping 192.168.102.9 from 192.168.101.1 with record-route  Thanks in advance! &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 07 Oct 2016 14:14:00 GMT</pubDate>
    <dc:creator>Prashanth_KG</dc:creator>
    <dc:date>2016-10-07T14:14:00Z</dc:date>
    <item>
      <title>Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34524#M6780</link>
      <description>Traceroute through MPLS cloud.I have a simple demo stand for MP-BG. Here is how it looks:&lt;BR /&gt;
CE1-PE1-PE2-CE2&lt;BR /&gt;
&lt;BR /&gt;
We have BGP peering between CE and PE routers and OSPF, MPLS, MP-BGP inside provider cloud. &lt;BR /&gt;
&lt;BR /&gt;
Both CE routers successfuly exhange routes.  CE1 can see CE2 routes and vice versa. &lt;BR /&gt;
&lt;BR /&gt;
I try to make trace from CE1 (192.168.101./0 ) to CE2 (192.168.102.0/24). Here is an output:&lt;BR /&gt;
&lt;BR /&gt;
SW1.8 # traceroute 192.168.102.9 from 192.168.101.1&lt;BR /&gt;
traceroute to 192.168.102.9, 30 hops max&lt;BR /&gt;
 1  172.16.13.3                                  1 ms        4 ms       13 ms &lt;BR /&gt;
 2                                               *           *           *&lt;BR /&gt;
 3  172.16.49.9                                  1 ms        *          10 ms&lt;BR /&gt;
&lt;BR /&gt;
Why do we have this string in output?&lt;BR /&gt;
 2                                               *           *           *&lt;BR /&gt;
&lt;BR /&gt;
Here is a quoute from user guide:&lt;BR /&gt;
In this mode, the MPLS TTL is independent of the IP TTL. The MPLS TTL is set to 255 on all packets&lt;BR /&gt;
originated by the switch and on all packets that enter a pseudowire.&lt;BR /&gt;
&lt;BR /&gt;
So, we should not see mpls path in trace.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2016 08:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34524#M6780</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-06T08:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34525#M6781</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
traceroute prints asterisks (*) when it does not receive a TTL Exceeded message for a packet. A common reason for not receiving those are firewalls in layer 3 (routed) mode configured to not create ICMP messages.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 06 Oct 2016 13:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34525#M6781</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-10-06T13:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34526#M6782</link>
      <description>Hi, Erik!In my case, there are no firewalls/ACL.&lt;BR /&gt;
I think that second response should be from end device. But there are three hops.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2016 13:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34526#M6782</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-06T13:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34527#M6783</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
Between the PE devices, do we have pseudowire for the transport of the CE traffic or we have MPLS routing in place? &lt;BR /&gt;
&lt;BR /&gt;
Another possible reason in addition to Erik's suggestion: &lt;BR /&gt;
If router does not respond within a timeout then traceroute prints an asterisk.&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps!  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2016 14:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34527#M6783</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-10-06T14:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34528#M6784</link>
      <description>There is MPLS routing  between PE devices, not VPLS.&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to increase response time timeout? But i don't think it can be a problem, because those devices are in one rack.</description>
      <pubDate>Thu, 06 Oct 2016 14:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34528#M6784</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-06T14:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34529#M6785</link>
      <description>Any ideas?</description>
      <pubDate>Fri, 07 Oct 2016 07:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34529#M6785</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-07T07:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34530#M6786</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
can you tell us which devices can be seen in the trace? Is this the complete trace? Are the IP addresses from the incoming interfaces on PE1 and CE2?&lt;BR /&gt;
&lt;BR /&gt;
Could it be that PE2 creates an ICMP TTL Exceeded message, but lacks a route to 192.168.102.9?&lt;BR /&gt;
&lt;BR /&gt;
Can you take packet captures on the involved interfaces? That would allow you to see what really happens.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Fri, 07 Oct 2016 12:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34530#M6786</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-10-07T12:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34531#M6787</link>
      <description>I meant to write "192.168.101.1" instead of "192.168.102.9"...</description>
      <pubDate>Fri, 07 Oct 2016 12:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34531#M6787</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-10-07T12:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34532#M6788</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
* represents no response from the specific hop. &lt;BR /&gt;
&lt;BR /&gt;
I checked in the lab and even if we use the MPLS for the L3 routing, those hops are displayed. &lt;BR /&gt;
&lt;BR /&gt;
Since we are doing a traceroute from a specific source-address, does all the routers in the path knows how to reach back to this source, 192.168.101.1? &lt;BR /&gt;
I am suspecting there could be an asymmetric routing in the path. &lt;BR /&gt;
&lt;BR /&gt;
Please try to do a ping to the destination from the source-address with a record-route. &lt;BR /&gt;
ping 192.168.102.9 from 192.168.101.1 with record-route  More details about the record-route can be fetched from the below article. &lt;BR /&gt;
https://gtacknowledge.extremenetworks.com/articles/Q_A/How-is-PING-with-record-route-option-better-than-tracerouteHope this helps to narrow down the reason for the reported behaviour! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Oct 2016 13:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34532#M6788</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-10-07T13:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34533#M6789</link>
      <description>It is vpnv4 scenario, so transit routes shoudn't  know route to source.  I will chek it with record-route</description>
      <pubDate>Fri, 07 Oct 2016 13:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34533#M6789</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-07T13:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34534#M6790</link>
      <description>Here is a ping from CE1: &lt;BR /&gt;
 * SW1.21 # ping 192.168.102.9 with record-route  &lt;BR /&gt;
 Ping(ICMP) 192.168.102.9: 4 packets, 8 data bytes, interval 1 second(s). &lt;BR /&gt;
 16 bytes from 192.168.102.9: icmp_seq=0 ttl=253 time=8.635 ms &lt;BR /&gt;
 RR: 172.16.13.1 (CE1 interface) &lt;BR /&gt;
     172.16.13.3 (PE1-CE1 interface) &lt;BR /&gt;
     172.16.49.4 (PE2-CE2 interface) &lt;BR /&gt;
     192.168.102.9 (CE2 users interface) &lt;BR /&gt;
     172.16.49.9 (PE2-CE2 interface) &lt;BR /&gt;
     172.16.49.4 &lt;BR /&gt;
     172.16.13.3 &lt;BR /&gt;
     172.16.13.1 &lt;BR /&gt;
&lt;BR /&gt;
 It looks like that   172.16.49.4  doesn't  have route to 172.16.13.1. But look at iproute table: &lt;BR /&gt;
 * (vr CUSTOMER1-SITE2) SW4.83 # sh iproute &lt;BR /&gt;
 Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration &lt;BR /&gt;
 #bi  172.16.13.0/24     10.100.34.3     0    UG-D---um-lf3 ISL-34     0d:0h:17m:43s &lt;BR /&gt;
 #d   172.16.49.0/24     172.16.49.4     1    U------um--f- ISL-49     0d:0h:19m:5s &lt;BR /&gt;
 #bi  192.168.101.0/24   10.100.34.3     1    UG-D---um-lf3 ISL-34     0d:0h:17m:43s &lt;BR /&gt;
 #be  192.168.102.0/24   172.16.49.9     0    UG-D---um--f- ISL-49     0d:0h:18m:22s</description>
      <pubDate>Fri, 07 Oct 2016 13:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34534#M6790</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-07T13:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34535#M6791</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for sharing the outputs. &lt;BR /&gt;
On the customer1-site2 switch, can you please collect the output of &lt;BR /&gt;
&lt;BR /&gt;
"rtlookup 172.16.13.1"&lt;BR /&gt;
&lt;BR /&gt;
This will display the actual route being currently used by this switch for the destination? &lt;BR /&gt;
&lt;BR /&gt;
Do we have the same traceroute output with both the commands below?&lt;BR /&gt;
&lt;BR /&gt;
- traceroute 192.168.102.9 &lt;BR /&gt;
- traceroute 192.168.102.9 from 192.168.101.1&lt;BR /&gt;
&lt;BR /&gt;
If there is a difference, please also collect the below output: &lt;BR /&gt;
ping 192.168.102.9 from 192.168.101.1 with record-route  Thanks in advance! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Oct 2016 14:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34535#M6791</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-10-07T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34536#M6792</link>
      <description>Here is an ouput:  * (vr CUSTOMER1-SITE2) SW4.83 # rtlookup 172.16.13.1  Ori  Destination        LSP EndPt          Mtr  Flags         MPLS Label VLAN   #bi  172.16.13.0/24     10.1.1.3/32        0    UG-D---um-lf3 0x00434    ISL-34    Traceroute path is same, because there is only 1 path there     * SW1.25 # ping 192.168.102.9 from 192.168.101.1 with record-route    Ping(ICMP) 192.168.102.9: 4 packets, 8 data bytes, interval 1 second(s).  16 bytes from 192.168.102.9: icmp_seq=0 ttl=253 time=2.193 ms  RR: 192.168.101.1      172.16.13.3      172.16.49.4      192.168.102.9      172.16.49.9      172.16.49.4      172.16.13.3      192.168.101.1        16 bytes from 192.168.102.9: icmp_seq=1 ttl=253 time=11 ms      (same route)  16 bytes from 192.168.102.9: icmp_seq=2 ttl=253 time=12 ms      (same route)  16 bytes from 192.168.102.9: icmp_seq=3 ttl=253 time=9.748 ms      (same route)    --- 192.168.102.9 ping statistics ---  4 packets transmitted, 4 packets received, 0% loss  round-trip min/avg/max = 2/8/12 ms</description>
      <pubDate>Fri, 07 Oct 2016 14:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34536#M6792</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-07T14:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34537#M6793</link>
      <description>Also, i found something i can't uderstand.    SW3   SW3.9 # sh bgp routes vpnv4 all     Routes:       Destination                                   Label    LPref Weight MED                 Peer            Next-Hop        AS-Path  ------------------------------------------------------------------------------------  * i  65102:2::172.16.49.0/24                       0x00074  100   1      0                10.1.1.4        10.1.1.4          * i  65102:2::192.168.102.0/24                     0x00074  100   1      0                10.1.1.4        10.1.1.4        65102     Next hop to 192.168.102.0/24 goes via 10.1.1.4     SW3.10 # rtlookup 10.1.1.4  Ori  Destination        LSP EndPt          Mtr  Flags         MPLS Label VLAN   #mp  10.1.1.4/32        10.1.1.4/32        1    U--D---um-Lf- 0x00434    ISL-34    I ithink that #mp means that mpls should be used.    But if  look up route from vpnv4-vrf in SW  * SW3.11 #   * SW3.11 # vr "CUSTOMER1-SITE1"   * (vr CUSTOMER1-SITE1) SW3.12 # sh iproute  Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration  #d   172.16.13.0/24     172.16.13.3     1    U------um--f- ISL-13     0d:1h:1m:44s  #bi  172.16.49.0/24     10.100.34.4     0    UG-D---um-lf3 ISL-34     0d:1h:0m:0s  #be  192.168.101.0/24   172.16.13.1     1    UG-D---um--f- ISL-13     0d:1h:0m:18s  #bi  192.168.102.0/24   10.100.34.4     1    UG-D---um-lf3 ISL-34     0d:1h:0m:0s    Next hop to 192.168.102.0/24 is 10.100.34.4. It is also SW4 interface (SW4=PE2)    It is strange that next-hop is different. Also, if i check  global vrf path route to 10.100.34.4 there is no #mp flags:  * SW3.14 # rtlookup 10.100.34.4   Ori  Destination        Gateway         Mtr  Flags         VLAN       Duration  #d   10.100.34.0/24     10.100.34.3     1    U------um--f- ISL-34     0d:1h:5m:4s    May be it can be a root of problem?</description>
      <pubDate>Fri, 07 Oct 2016 14:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34537#M6793</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-07T14:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34538#M6794</link>
      <description>Hi,    That would require to open a case imho, as I'm wondering if this is an ICMP bug or not. The documentation would also need to be checked as it might refer to a previous gen of ASIC. I'm not sure of it, so investigation would be beneficial.    My 2 cents.</description>
      <pubDate>Sun, 09 Oct 2016 01:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34538#M6794</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-10-09T01:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34539#M6795</link>
      <description>Well, i will try to open a case in TAC.&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2016 07:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34539#M6795</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-10T07:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34540#M6796</link>
      <description>Hello LEM,&lt;BR /&gt;
&lt;BR /&gt;
This are known issues documented under &lt;BR /&gt;
&lt;B&gt;CR xos0051847&lt;/B&gt; - OAM: Traceroute via MPLS path does not display the intermediate hops&lt;BR /&gt;
and&lt;BR /&gt;
&lt;B&gt;CR xos0016965&lt;/B&gt; - EXOS kernel does not properly send back ICMP responses. &lt;BR /&gt;
&lt;BR /&gt;
Currently we have no target release dates for them. &lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Nikolay</description>
      <pubDate>Mon, 10 Oct 2016 12:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34540#M6796</guid>
      <dc:creator>Necheporenko__N</dc:creator>
      <dc:date>2016-10-10T12:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Traceroute through MPLS cloud</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34541#M6797</link>
      <description>Nikolay, thanks!</description>
      <pubDate>Mon, 10 Oct 2016 12:47:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/traceroute-through-mpls-cloud/m-p/34541#M6797</guid>
      <dc:creator>LEM</dc:creator>
      <dc:date>2016-10-10T12:47:00Z</dc:date>
    </item>
  </channel>
</rss>

