The information in this article applies to:
SUMMARY
The Tracert command-line utility can be used to find the route that IP
datagrams travel from one system to another. You can run this utitily by
typing tracert <ipaddr> or tracert <hostname>.
MORE INFORMATION
Usage: tracert [-d] [-h maximum_hops] [-j host-list] [-w timeout]
target_name
The -j option can be used to force the outbound datagram to pass through a specific router, by using the IP source route option. For example, if you type tracert hosta, and find that the path used is as follows:
You can find the path to router4 and back to your computer, by typing tracert -j router4 <mycomputer>. The route to router4 and back to your computer will be traced. In this example, it would probably be:
Additional query words: prodnt
Keywords : kbnetwork nttcp NTSrvWkst |
Last Reviewed: February 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |