tracert

Windows CMD · Network · available in the simulator

What it does

Displays the path to a destination using hops.

Syntax

tracert [-d] [-h saltos] [-w tiempo] destino

Options and parameters

  • -d

    Prevents resolving addresses to hostnames.

    tracert -d example.com
  • -h

    Maximum number of hops.

  • -w

    Timeout in milliseconds to wait for each reply.

  • -4

    Forces IPv4.

  • -6

    Forces IPv6.

Usage examples

  • tracert example.com
  • tracert -d example.com
Practise tracert

Related commands