Find a video of the use of this command on the laboratory of Microsoft technologies in this following url:
http://www.laboratoire-microsoft.org/videos/2011/
2.3 Tracert
The
tracert command allows to show the route followed towards a destination.
This route corresponds to a list of interfaces of routers. The command
uses the transmission of ICMP messages (Request messages of
Internet echo Control Message Protocol) by increasing in an
incrémentielle way the values of fields TTL (Time to Live).
The tracert command is the equivalent of the traceroute command on Linux.
Used without parameter the command show the help.
Parameters :
- [destination] : Show the route until the destination.
- /d : Don't converted the IP addresses into names.
- /h [Tronçons_max] : Allows to limit numbers of sections.
- /w [Temporisation]: Time of wait for a ICMP message in milliseconds.
Example of command tracert www.google.com