traceroute(8)
516 SPARC Enterprise Mx000 Servers XSCF Reference Manual • Last Revised August 2009
OPERANDS The following operand is supported:
EXAMPLES EXAMPLE 1 Displays the route packets take to the host named server.example.com.
EXAMPLE 2 Displays the detailed route packets take to the host named server.exam-
ple.com. (XSCF-LAN=192.168.100.10)
-r Bypasses the routing table and directly sends the packet to the
specified network host or the network device. If the desired host
or the network device is not on the same physical network, it
results in errors.
-s src_addr Specifies the source address to start tracking the route.
-v Displays verbose output. The size of the sending packet will be
displayed.
-w wait Specifies the timeout period in units of seconds. If omitted, it is
set to 3 seconds.
host Specifies the network host or the network device to send the
packet. Can be specified with host name or IP address. If a DSCP
address is specified, an error results.
XSCF> traceroute server.example.com
traceroute to server.example.com (XX.XX.XX.XX), 30 hops max, 40 byte
packets
1 XX.XX.XX.1 (XX.XX.XX.1) 1.792 ms 1.673 ms 1.549 ms
2 XX.XX.XX.2 (XX.XX.XX.2) 2.235 ms 2.249 ms 2.367 ms
3 XX.XX.XX.3 (XX.XX.XX.3) 2.199 ms 2.228 ms 2.361 ms
4 XX.XX.XX.4 (XX.XX.XX.4) 2.516 ms 2.229 ms 2.357 ms
5 XX.XX.XX.5 (XX.XX.XX.5) 2.546 ms 2.347 ms 2.272 ms
6 server.example.com (XX.XX.XX.XX) 2.172 ms 2.313 ms 2.36 ms
XSCF> traceroute -v server.example.com
traceroute to server.example.com (XX.XX.XX.XX), 30 hops max, 40 byte packets
1 XX.XX.XX.1 36 bytes to 192.168.100.10 1.792 ms 1.673 ms 1.549 ms
2 XX.XX.XX.2 36 bytes to 192.168.100.10 2.235 ms 2.249 ms 2.367 ms
3 XX.XX.XX.3 36 bytes to 192.168.100.10 2.199 ms 2.228 ms 2.361 ms