TRACERT
2009
With the TRACERT command we can determine the entire path ICMP echo request transfer between source computers to his destination. The path will show us all the pints the ICMP pass until him rich his destination
Syntax
Tracert [-switch] [Target Name]
Parameters
-d: with this switch we cause the command to prevent resolving the IP addresses. We chose this switch when you want to achieve faster results.
-h maximum Hops: here we can chose the HOPS numbers sending to each point between the Source and the Destination.
Target name: Here we need to specify the destination we want to check.
Example:
C:\Users\3>tracert www.microsoft.com
Tracing route to lb1.www.ms.akadns.net [207.46.19.254]
over a maximum of 30 hops:
1 1 ms <1 ms <1 ms SL2141.siemens [10.0.0.138]
2 15 ms 15 ms 17 ms bzq-79-179-197-1.red.bezeqint.net
3 * 16 ms * www.microsoft.com [207.46.19.254]
4 * * 1773 ms www.microsoft.com [207.46.19.254]
5 19 ms 18 ms 18 ms www.microsoft.com [207.46.19.254]
6 * * 3670 ms www.microsoft.com [207.46.19.254]
7 97 ms 96 ms 96 ms www.microsoft.com [207.46.19.254]
8 96 ms 97 ms 96 ms www.microsoft.com [207.46.19.254]
9 168 ms 168 ms 166 ms www.microsoft.com [207.46.19.254]
10 171 ms 176 ms 172 ms www.microsoft.com [207.46.19.254]
11 205 ms 171 ms 171 ms www.microsoft.com [207.46.19.254]
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
Trace complete
Comment