Operation Manual
210
IP Commands
E-DOC-CTC-20040210-0030 v1.0
ip traceroute
Send ICMP/UDP packets to trace the ip path.
SYNTAX:
where:
EXAMPLE:
ip traceroute addr = <ip-address>
[count = <number{1-10}>]
[size = <number{1-20000}>]
[interval = <number{1000-60000}>]
[maxhops = <number{1-255}>]
[dstport = <number{1-65535}>]
[maxfail = <number{0-255}>]
[type = <{icmp|udp}>]
[utime = <{no|yes}>]
addr The destination IP address. REQUIRED
count A number between 1 and 10.
Represents the number of times to reissue a traceroute request
with the same time to live. The default is 3.
OPTIONAL
size A number between 1 and 20000 (bytes).
Represents the size of the traceroute packet(s). The default is 1.
OPTIONAL
interval A number between 100 and 10000000 (milliseconds).
Represents the intermediate interval between two packets.
The default is 1000.
OPTIONAL
maxhops A number between 1 and 255.
Represents the upper limit on the number of routers through which
a packet can pass. The default is 30.
OPTIONAL
dstport A number between 1 and 65535.
Represents the UDP destination port number to send to.
OPTIONAL
maxfail A number between 0 and 255.
Represents the maximum number of consecutive timeouts allowed
before terminating a traceroute request. The default is 5.
OPTIONAL
type The type of traceroute packet(s).
Choose between:
• icmp (default)
• udp.
OPTIONAL
utime Display time in useconds (yes) or not (no). The default is yes.OPTIONAL
=>ip traceroute addr = 192.193.195.250 count=3 size=1 interval=1000 maxhops=30 dstport=33433
maxfail=5 type=icmp utime=yes
:ip traceroute addr=192.193.195.250
ttl=1 192.193.195.250 676 us 1351 us 648 us
=>