NAME
traceroute6 —
print the route IPv6 packets take to
network host
SYNOPSIS
traceroute6 |
[-AdIlnrv] [-f
firsthop] [-g
gateway] [-m
hoplimit] [-p
port] [-q
probes] [-s
src] [-w
waittime] host
[datalen] |
DESCRIPTION
The traceroute6 utility details the route
IPv6 packets take to reach a network host.
The options are as follows:
-A- Look up the AS number for each hop address. Uses the DNS service described at http://www.team-cymru.org/Services/ip-to-asn.html.
-d- Debug mode.
-ffirsthop- Specify how many hops to skip.
-ggateway- Specify an intermediate gateway (
traceroute6uses a routing header). -I- Use ICMP6 ECHO instead of UDP datagrams.
-l- Print both host hostnames and numeric addresses. Normally
traceroute6prints only hostnames if-nis not specified, and only numeric addresses if-nis specified. -mhoplimit- Specify a maximum hoplimit.
-n- Do not resolve numeric addresses.
-pport- Set UDP port number to port.
-qprobes- Set the number of probes per hop count to probes.
-r- Bypass the normal routing tables and send directly to a host on an
attached network. If the host is not on a directly attached network, an
error is returned. This option corresponds to the
SO_DONTROUTEsocket option; it can be used to ping a local host through an interface that has no route through it (e.g. after the interface was dropped by a routing daemon). -ssrc- Specify the source IPv6 address to be used.
-v- Be verbose.
-wwaittime- Specify the time delay between probes.
EXIT STATUS
The traceroute6 utility exits 0 on
success, and >0 if an error occurs.
SEE ALSO
HISTORY
The traceroute6 command first appeared in
the WIDE Hydrangea IPv6 protocol stack kit.