Quick Actions
tracert
Description
Determines the path taken to a destination by sending Internet Control Message Protocol (ICMP) echo Request messages with varying Time-to-Live (TTL) values.
Command
tracert
Examples
Trace the route to a host
tracert google.com
Trace the route without resolving IP addresses to names
tracert -d 8.8.8.8
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
[-d] |
string | No | Do not resolve addresses to hostnames. |
[-h maximum_hops] |
string | No | Maximum number of hops to search for target. |
[-w timeout] |
string | No | Wait timeout in milliseconds for each reply. |
Command Info
Category:
Networking
Type:
Windows
Views:
12
Status:
Active
Tags
windows
cmd
networking
traceroute
routing
icmp