DGS-6604
m
traceroute
CLI Reference Guide
906
traceroute
To display a hop-by-hop path through an IP network from the switch to a specific
destination host, use the
traceroute
command.
traceroute [
OPTIONS
] {
IP
-
ADDRESS
|
IPV6
-
ADDRESS
}
Syntax Description
OPTIONS
(Optional) the option can be any combination of the following parameters:
-w
WAIT_TIME
Optionally used to specify the amount of time (in seconds) that traceroute will
wait for an ICMP response message. The allowed range for
WAIT_TIME
is from
1 to 300 seconds.
-i
INITIAL_TTL
Optional setting that causes traceroute to send ICMP datagrams with a TTL
value equal to
INITIAL_TTL
instead of the default TTL of 1. This option causes
traceroute to skip processing for hosts that are less than
INITIAL_TTL
hops
away.
-m
MAX_TTL
Optional setting used to specify the maximum TTL value for outgoing ICMP
datagrams. The allowed range for
MAX_TTL
is from 1 to 255.
-p
DEST_PORT
Optionally used to specify the base UDP destination port number used in
traceroute datagrams. This value is incrementally altered each time a datagram
is sent. The allowed range for
DEST_PORT
is from 1 to 65535. Use this option
in the unlikely event that the destination host is listening to a port in the default
traceroute port range.
-q
NQUERIES
Optionally used to specify the number of datagrams to send for each TTL value.
The allowed range for
NQUERIES
is from 1 to 1000.
-s
PACKET_SIZE
Optionally used to specify the number of bytes in addition to the default of 40
bytes, of the outgoing datagrams. The allowed range is from 0 to 1420.
-t
TOS
Optionally used to specify the ToS to be set in the IP header of the outgoing
datagrams. The allowed range for TOS is from 0 to 255.
IP-ADDRESS
IP address in dot notation (a.b.c.d) of the destination host.
IPV6-ADDRESS
IPv6 address of the destination host.