Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
208
of
272
25 Traceroute Commands
Command
:
traceroute
Description
:
Run Traceroute program.
Syntax
:
traceroute
{ ip | ipv6 } <v_ip_addr> [ protocol { icmp | udp | tcp } ] [ wait <v_wait_time> ] [ ttl <v_max_ttl> ] [
nqueries <v_nqueries> ]
Parameters
:
ip
IP
ipv6
IPv6
<word1-255> destination address
nqueries Specify number of probe packets
protocol Specify protocol including icmp, udp and tcp
ttl Specify max TTL
wait Specify wait time
icmp
Specify the protocol to use (icmp/udp/tcp; default is icmp)
tcp
Use TCP protocol
udp
Use UDP protocol
<1-10>
1-10; Default is 3 nqueries
<1-255> Max TTL; 1-255; default is 30
<1-60>
Wait time; 1-60 sec; default is 5 sec
<cr>
Example
:
SISPM1040-582-LRT#
traceroute ip 192.168.1.77 nqueries 3
traceroute to 192.168.1.77 (192.168.1.77), 30 hops max, 140 byte packets
1 192.168.1.77 (192.168.1.77) 0 ms 0 ms 0 ms
SISPM1040-582-LRT#
SISPM1040-582-LRT#
traceroute ip 2.2.2.2 nqueries 1 protocol tcp ttl 5 wait 1
traceroute to 2.2.2.2 (2.2.2.2), 5 hops max, 40 byte packets
1 *
2 *
3 *
4 *
5 *
SISPM1040-582-LRT#
traceroute ip 192.168.1.90 nqueries 1 protocol tcp ttl 5 wait 1
traceroute to 192.168.1.90 (192.168.1.90), 5 hops max, 40 byte packets
1 *
2 *
3 *
4 *
5 *
SISPM1040-582-LRT#