|
| |
TRACERT
The TRACERT utility determines the intermediary steps involved in communicating with another IP host. It provides a road map of all the routing an IP packet takes to get from host A to host B.
Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout] target_name
Options:
-d Does not resolve addresses to host names
-h maximum_hops Maximum number of hops to search for target
-j host-list Loose source route along host-list
-w timeout Wait time-out milliseconds for each reply
As with the PING command, TRACERT returns the amount of time required for each routing hop. |