Tracert

  • The “Tracert” command is similar to pathping. 
  • Unlike pathping, however, tracert also tracks how much time (in milliseconds) each hop between servers or devices takes.
  • -d = This option prevents tracert from resolving IP addresses to hostnames, often resulting in much faster results.
  • -h Maxhops = This tracert option specifies the maximum number of hops in the search for the target. If you do not specify Maxhops, and target has not been found by 30 hops, tracert will stop looking.
  • -w Time out = You can specify the time, in milliseconds, to allow each reply before timeout using this tracert option.
  • -4 = This option forces tracert to use IPv4 only.
  • -6 = This option forces tracert to use IPv6 only.
  • target = This is the destination, either an IP address or hostname.
  • /? = Use the help switch with the tracert command to show detailed help about the command's several options.
  • Other less commonly used options for the tracert command also exist including [-j] [Hostlist], [-R], and [-S Source address].


My notes images: