Skip to content

Instantly share code, notes, and snippets.

@mnathani
Created September 9, 2015 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnathani/b9ef2774c83f1b040339 to your computer and use it in GitHub Desktop.
Save mnathani/b9ef2774c83f1b040339 to your computer and use it in GitHub Desktop.
Determine asymmetric routing
c:\Users\Administrator>ping 207.210.46.249
Pinging 207.210.46.249 with 32 bytes of data:
Reply from 207.210.46.249: bytes=32 time=12ms TTL=57
Reply from 207.210.46.249: bytes=32 time=13ms TTL=57
Reply from 207.210.46.249: bytes=32 time=13ms TTL=57
Ping statistics for 207.210.46.249:
Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 12ms, Maximum = 13ms, Average = 12ms
Control-C
^C
c:\Users\Administrator>tracert 207.210.46.249
Tracing route to mirror3.rafal.ca [207.210.46.249]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 10.10.10.10
2 * * * Request timed out.
3 12 ms 11 ms 11 ms 209.148.245.49
4 11 ms 11 ms 11 ms 24.153.5.217
5 10 ms 19 ms * ae1_2170-bdr04-tor.teksavvy.com [192.171.59.99]
6 43 ms 10 ms 9 ms igw01.front.net.cable.rogers.com [198.32.181.45]
7 14 ms 15 ms 15 ms 209.148.224.245
8 14 ms 15 ms 15 ms 69.63.249.58
9 13 ms 13 ms 12 ms te-1-1-1.agw05.wlfdle.phub.net.cable.rogers.com [69.63.251.2]
10 14 ms 13 ms 13 ms unallocated-static.rogers.com [69.17.172.134]
11 * * * Request timed out.
12 26 ms 13 ms 13 ms mirror3.rafal.ca [207.210.46.249]
Trace complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment