Tracert

The tracert command is used on Windows systems at the command line.

Computer network diagnostic commands for displaying possible routes and measuring transit delays of packets across an Internet Protocol network.

SYNTAX

tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout]
[-R] [-S srcaddr] [-4] [-6] target_name

SwitchPurpose
[-d]Do not resolve addresses to hostnames.
[-h maximum_hops]Maximum number of hops to search for target.
[-j host-list]Loose source route along host-list .
[-w timeout]Wait timeout milliseconds for each reply.
-RTrace round-trip path .
-S srcaddrSource addrress to use .
-4Force using IPv4.
-6Force using IPv6

EXAMPLE

>tracert blogs.getcertifiedgetahead.com
Tracing route to blogs.getcertifiedgetahead.com [34.70.95.137]
Over a maximum of 30 hops:

1      <1 ms     <1 ms     <1 ms    192.168.1.1
2      10 ms      5 ms      9 ms    100.80.0.1
3       7 ms      6 ms      5 ms    122.2.206.130.static.pldt.net [122.2.206.130]
4      22 ms     23 ms     23 ms    210.213.134.122.static.pldt.net [210.213.134.122]
5      49 ms     49 ms     49 ms    210.213.134.150.static.pldt.net [210.213.134.150]
6      47 ms     47 ms     47 ms    72.14.195.168
7      46 ms     47 ms     45 ms    209.85.243.248
8      48 ms     46 ms     48 ms    108.170.241.79
9      48 ms      *        48 ms    216.239.63.216
10      *        61 ms      *       172.253.50.217
11    171 ms      *         *       142.250.224.56
12      *         *       211 ms    209.85.241.246
13    218 ms    218 ms    218 ms    142.250.235.165
14    199 ms    199 ms    199 ms    142.250.232.104
15    212 ms    213 ms    213 ms    172.253.75.243
16      *         *         *       Request timed out.
17      *         *         *       Request timed out.
18      *         *         *       Request timed out.
19      *         *         *       Request timed out.
20      *         *         *       Request timed out.
21      *         *         *       Request timed out.
22      *         *         *       Request timed out.
23      *         *         *       Request timed out.
24      *         *         *       Request timed out.
25    199 ms    198 ms      *       137.95.70.34.bc.googleusercontent.com [34.70.95.137]
26    198 ms    198 ms      *       137.95.70.34.bc.googleusercontent.com [34.70.95.137]
27    199 ms    198 ms      *       137.95.70.34.bc.googleusercontent.com [34.70.95.137]
28    199 ms    198 ms      *       137.95.70.34.bc.googleusercontent.com [34.70.95.137]
29    199 ms    198 ms      *       137.95.70.34.bc.googleusercontent.com [34.70.95.137]
30    199 ms    198 ms      *       137.95.70.34.bc.googleusercontent.com [34.70.95.137]

Trace complete.

Back to Command Help page.

0 thoughts on “Tracert

Leave a Reply