traceroute
Traces the network route to a destination by sending ICMP TTL probes, revealing every router hop between source and target.
Instructions
Trace the network path to a host hop-by-hop using ICMP TTL probes. Shows every router between this machine and the target. Requires raw packet sending — Claude cannot do this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Target hostname or IP | |
| max_hops | No | Maximum hops (default 15) |