net-test traceroute

Purpose

Report path to a specified hostname or IP address.

If successfully opened, no data is sent across the TCP connection, it is closed.

Syntax

net-test traceroute host

Parameters

host
Host name or IP address of the remote system

Related Commands

For other diagnostic commands, see net-test available, net-test dns, net-test ping, and net-test tcp.

Example

Determine route to specified host.
Console> net-test traceroute localhost
localhost (127.0.0.1)  0.097 ms
Ok
Console>  
Console> net-test traceroute 127.0.0.1
localhost (127.0.0.1)  0.099 ms
Ok
Console>
Test connectivity to specified address. Remote system is not reachable.
Console> net-test traceroute host.that.does.not.exist
bad address 'host.that.does.not.exist'
traceroute failed
Console>
Console> net-test traceroute 9.65.47.137
sendto: Network is unreachable
traceroute failed