Publication date: , 2015
Revision A1
77
13
Traceroute
Copy from source to destination
SYNTAX
traceroute
ip <v_ip_addr> [ protocol { icmp | udp | tcp } ] [ wait <v_wait_time> ] [ ttl <v_max_ttl> ] [ nqueries
<v_nqueries> ]
Parameter
ip
IP
<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
EXAMPLE
LGB5510A# traceroute ip 192.168.1.1 protocol icmp wait 1
traceroute to 192.168.1.1 (192.168.1.1), 30 hops max, 60 byte packets
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * 192.168.1.22 (192.168.1.22) 969.690 ms !H
LGB5510A#