<?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: XOS ping with record-route in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29115#M4691</link>
    <description>Key points about Record-route option: &lt;BR /&gt;
&lt;BR /&gt;
- When a record-route option is enabled while sending an ICMP request, the internet module of the routers in the path should include its interface address in which this packet is received. &lt;BR /&gt;
- Since the record route option is enabled in the ICMP echo request, even while forwarding the ICMP echo replies, back to the source, the routers should include their IP interfaces along the path. &lt;BR /&gt;
- so, with record route option, we will have a round trip path unlike trace route where we know only the intermediate hops to reach the destination. &lt;BR /&gt;
&lt;BR /&gt;
For example, consider this setup: &lt;BR /&gt;
&lt;BR /&gt;
SRC address(10.2.1.2) RTR1 (Egress interface 10.2.0.2) -------- Ingress interface(10.2.0.1) RTR2 (egress interface 10.2.0.21)----------- ingress interface(10.2.0.22) RTR3 (Destination address 10.2.1.1)&lt;BR /&gt;
&lt;BR /&gt;
In the above path, if I do a ping with record route from 10.2.1.2 to 10.2.1.1 without specifying the source-address, the following is the response.&lt;BR /&gt;
&lt;BR /&gt;
ping 10.2.1.1 with record-route&lt;BR /&gt;
&lt;BR /&gt;
Ping(ICMP) 10.2.1.1: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
16 bytes from 10.2.1.1: icmp_seq=0 ttl=63 time=9.536 ms&lt;BR /&gt;
RR: 10.2.0.2&lt;BR /&gt;
    10.2.0.21&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.0.1&lt;BR /&gt;
    10.2.0.2&lt;BR /&gt;
&lt;BR /&gt;
If I specify the record route from a specific source, I also see that the specified source-address is included in the recorded path. &lt;BR /&gt;
&lt;BR /&gt;
ping 10.2.1.1 from 10.2.1.2 with record-route&lt;BR /&gt;
&lt;BR /&gt;
Ping(ICMP) 10.2.1.1: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
16 bytes from 10.2.1.1: icmp_seq=0 ttl=63 time=10 ms&lt;BR /&gt;
RR: 10.2.1.2&lt;BR /&gt;
    10.2.0.21&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.0.1&lt;BR /&gt;
    10.2.1.2&lt;BR /&gt;
&lt;BR /&gt;
If I do a traceroute, i see only the hops to reach the destination. &lt;BR /&gt;
&lt;BR /&gt;
traceroute 10.2.1.1 from 10.2.1.2&lt;BR /&gt;
&lt;BR /&gt;
traceroute to 10.2.1.1, 30 hops max&lt;BR /&gt;
 1  10.2.0.1                                     1 ms        4 ms        4 ms&lt;BR /&gt;
 2  10.2.1.1                                     4 ms        0 ms        0 ms&lt;BR /&gt;
&lt;BR /&gt;
Hope this clarifies!&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Aug 2015 14:05:00 GMT</pubDate>
    <dc:creator>Prashanth_KG</dc:creator>
    <dc:date>2015-08-20T14:05:00Z</dc:date>
    <item>
      <title>XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29113#M4689</link>
      <description>What is the use-case for an ping the option "with record-route" ? How can use it reasonable?  Command line reference do not tell anything deeper.&lt;BR /&gt;
&lt;BR /&gt;
If i try it,  i will get following output:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Slot-1 cnsha1sw001.24 # ping vr "VR-Default" continuous 10.0.8.44 from 10.64.4.1 with record-route&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Ping(ICMP) 10.0.8.44: continuous packets, 8 data bytes, interval 1 second(s).&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;16 bytes from 10.0.8.44: icmp_seq=0 ttl=118 time=195 ms&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;RR:&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;16 bytes from 10.0.8.44: icmp_seq=1 ttl=118 time=190 ms&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    (same route)&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;16 bytes from 10.0.8.44: icmp_seq=2 ttl=118 time=185 ms&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    (same route)&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;16 bytes from 10.0.8.44: icmp_seq=3 ttl=118 time=189 ms&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;    (same route)&lt;/I&gt;&lt;BR /&gt;
^C&lt;BR /&gt;
--- 10.0.8.44 ping statistics ---&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 16:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29113#M4689</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-19T16:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29114#M4690</link>
      <description>Hi, &lt;BR /&gt;
    Use of record-route displays trace route information.&lt;BR /&gt;
The intermediate hops ip adress and its ttl value is displayed , example :&lt;BR /&gt;
&lt;BR /&gt;
* X460-48t.22 # ping 20.20.20.20 from 10.10.10.10 with record-route&lt;BR /&gt;
Ping(ICMP) 20.20.20.20: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
16 bytes from 20.20.20.20: icmp_seq=0 ttl=64 time=0.979 ms&lt;BR /&gt;
RR: 10.10.10.10&lt;BR /&gt;
    20.20.20.20&lt;BR /&gt;
    20.20.20.20&lt;BR /&gt;
    10.10.10.10&lt;BR /&gt;
&lt;BR /&gt;
16 bytes from 20.20.20.20: icmp_seq=1 ttl=64 time=0.314 ms&lt;BR /&gt;
    (same route)&lt;BR /&gt;
16 bytes from 20.20.20.20: icmp_seq=2 ttl=64 time=0.306 ms&lt;BR /&gt;
    (same route)&lt;BR /&gt;
16 bytes from 20.20.20.20: icmp_seq=3 ttl=64 time=0.354 ms&lt;BR /&gt;
    (same route)&lt;BR /&gt;
&lt;BR /&gt;
--- 20.20.20.20 ping statistics ---&lt;BR /&gt;
4 packets transmitted, 4 packets received, 0% loss&lt;BR /&gt;
round-trip min/avg/max = 0/0/0 ms&lt;BR /&gt;
&lt;BR /&gt;
-Syed&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2015 17:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29114#M4690</guid>
      <dc:creator>Rahmathullah__S</dc:creator>
      <dc:date>2015-08-19T17:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29115#M4691</link>
      <description>Key points about Record-route option: &lt;BR /&gt;
&lt;BR /&gt;
- When a record-route option is enabled while sending an ICMP request, the internet module of the routers in the path should include its interface address in which this packet is received. &lt;BR /&gt;
- Since the record route option is enabled in the ICMP echo request, even while forwarding the ICMP echo replies, back to the source, the routers should include their IP interfaces along the path. &lt;BR /&gt;
- so, with record route option, we will have a round trip path unlike trace route where we know only the intermediate hops to reach the destination. &lt;BR /&gt;
&lt;BR /&gt;
For example, consider this setup: &lt;BR /&gt;
&lt;BR /&gt;
SRC address(10.2.1.2) RTR1 (Egress interface 10.2.0.2) -------- Ingress interface(10.2.0.1) RTR2 (egress interface 10.2.0.21)----------- ingress interface(10.2.0.22) RTR3 (Destination address 10.2.1.1)&lt;BR /&gt;
&lt;BR /&gt;
In the above path, if I do a ping with record route from 10.2.1.2 to 10.2.1.1 without specifying the source-address, the following is the response.&lt;BR /&gt;
&lt;BR /&gt;
ping 10.2.1.1 with record-route&lt;BR /&gt;
&lt;BR /&gt;
Ping(ICMP) 10.2.1.1: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
16 bytes from 10.2.1.1: icmp_seq=0 ttl=63 time=9.536 ms&lt;BR /&gt;
RR: 10.2.0.2&lt;BR /&gt;
    10.2.0.21&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.0.1&lt;BR /&gt;
    10.2.0.2&lt;BR /&gt;
&lt;BR /&gt;
If I specify the record route from a specific source, I also see that the specified source-address is included in the recorded path. &lt;BR /&gt;
&lt;BR /&gt;
ping 10.2.1.1 from 10.2.1.2 with record-route&lt;BR /&gt;
&lt;BR /&gt;
Ping(ICMP) 10.2.1.1: 4 packets, 8 data bytes, interval 1 second(s).&lt;BR /&gt;
16 bytes from 10.2.1.1: icmp_seq=0 ttl=63 time=10 ms&lt;BR /&gt;
RR: 10.2.1.2&lt;BR /&gt;
    10.2.0.21&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.1.1&lt;BR /&gt;
    10.2.0.1&lt;BR /&gt;
    10.2.1.2&lt;BR /&gt;
&lt;BR /&gt;
If I do a traceroute, i see only the hops to reach the destination. &lt;BR /&gt;
&lt;BR /&gt;
traceroute 10.2.1.1 from 10.2.1.2&lt;BR /&gt;
&lt;BR /&gt;
traceroute to 10.2.1.1, 30 hops max&lt;BR /&gt;
 1  10.2.0.1                                     1 ms        4 ms        4 ms&lt;BR /&gt;
 2  10.2.1.1                                     4 ms        0 ms        0 ms&lt;BR /&gt;
&lt;BR /&gt;
Hope this clarifies!&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29115#M4691</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-20T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29116#M4692</link>
      <description>I think ping with record-route option would be extremely useful when you have an asymmetric routing to a specific destination where the traffic from the source to the destination takes one path and the return traffic takes another. &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29116#M4692</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-20T14:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29117#M4693</link>
      <description>Thanks for your rich explanation, now i am fully understand the use-case!&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29117#M4693</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-20T14:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29118#M4694</link>
      <description>Matthias,&lt;BR /&gt;
&lt;BR /&gt;
Glad we could help! Explanation is documented under the article &lt;A href="https://gtacknowledge.extremenetworks.com/articles/Q_A/How-is-PING-with-record-route-option-better-than-traceroute" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Q_A/How-is-PING-with-record-route-option-better-than-traceroute&lt;/A&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 09:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29118#M4694</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-21T09:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29119#M4695</link>
      <description>i think these information should be part of the recent XOS command line reference. Can you arrange that?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 12:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29119#M4695</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-21T12:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29120#M4696</link>
      <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
Thank your the input. enabling the record-route (IP option 7) is a feature by itself. So, in the switch, it can be enabled all the time by the command, enable ip-option record-route. under this command, we have an explanation about this. &lt;BR /&gt;
&lt;BR /&gt;
Snippet from the command reference guide under the command enable ip-option record-route:&lt;BR /&gt;
&lt;BR /&gt;
Usage Guidelines&lt;BR /&gt;
IP option record-route (IP option 7) means that each router along the path should add its IP address&lt;BR /&gt;
into the options data.&lt;BR /&gt;
Enabling means that the switch adds itself into the IP options header when the record route IP option is&lt;BR /&gt;
enabled in a packet that is transiting the switch.&lt;BR /&gt;
&lt;BR /&gt;
Under the ping command, it is just an additional parameter which can be used. &lt;BR /&gt;
So, I believe command reference guide explains this option well and the article explains its application. Hope this helps!</description>
      <pubDate>Fri, 21 Aug 2015 12:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29120#M4696</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-21T12:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29121#M4697</link>
      <description>Whithout your last comment i do not know (and i guess many other user too) that this option have to enable on every router in the path. But this is a basically need that the ping command tell us what we want to see!.&lt;BR /&gt;
&lt;BR /&gt;
So from my point of view in the CLI Ref a link should be set at the ping option "record-route" to the command "enable ip-option record-route".&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 13:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29121#M4697</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2015-08-21T13:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29122#M4698</link>
      <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
I understand your point of view. We really appreciate your feedback. I will check internally on how to add the note as you suggested in the command reference guide! &lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29122#M4698</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2015-08-21T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: XOS ping with record-route</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29123#M4699</link>
      <description>Matthias, &lt;BR /&gt;
&lt;BR /&gt;
I just wanted to let you know that, per your feedback, we updated the information about the "record-route" option in the PING command's usage guidelines. You can see the updated content here: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://documentation.extremenetworks.com/exos_commands/EXOS_All/EXOS_Commands_All/r_ping.shtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://documentation.extremenetworks.com/exos_commands/EXOS_All/EXOS_Commands_All/r_ping.shtml&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your feedback! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2015 23:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/xos-ping-with-record-route/m-p/29123#M4699</guid>
      <dc:creator>Christina_M</dc:creator>
      <dc:date>2015-09-18T23:06:00Z</dc:date>
    </item>
  </channel>
</rss>

