1 .\" $NetBSD: traceroute.8,v 1.29 2011/09/11 01:06:26 christos Exp $
3 .\" Copyright (c) 1989, 1995, 1996, 1997
4 .\" The Regents of the University of California. All rights reserved.
6 .\" Redistribution and use in source and binary forms are permitted
7 .\" provided that the above copyright notice and this paragraph are
8 .\" duplicated in all such forms and that any documentation,
9 .\" advertising materials, and other materials related to such
10 .\" distribution and use acknowledge that the software was developed
11 .\" by the University of California, Berkeley. The name of the
12 .\" University may not be used to endorse or promote products derived
13 .\" from this software without specific prior written permission.
14 .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
16 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
18 .\" Id: traceroute.8,v 1.19 2000/09/21 08:44:19 leres Exp
20 .TH TRACEROUTE 8 "21 September 2000"
23 traceroute \- print the route packets take to network host
81 The Internet is a large and complex aggregation of
82 network hardware, connected together by gateways.
83 Tracking the route one's packets follow (or finding the miscreant
84 gateway that's discarding your packets) can be difficult.
86 uses the IP protocol `time to live' field and attempts to elicit an
87 ICMP TIME_EXCEEDED response from each gateway along the path to some
90 The only mandatory parameter is the destination host name or IP number.
91 The default probe datagram length is 40 bytes, but this may be increased
92 by specifying a packet length (in bytes) after the destination host
98 Turn on AS# lookups for each hop encountered.
101 Turn on AS# lookups and use the given server instead of the default.
104 Turn on socket-level debugging.
107 Dump the packet data to standard error before transmitting it.
110 Set the initial time-to-live used in the first outgoing probe packet.
113 Set the "don't fragment" bit.
116 Specify a loose source route gateway (8 maximum).
119 Specify a network interface to obtain the source IP address for
120 outgoing probe packets. This is normally only useful on a multi-homed
123 flag for another way to do this.)
126 Use ICMP ECHO instead of UDP datagrams.
129 Display the ttl value of the returned packet. This is useful for
130 checking for asymmetric routing.
133 Set the max time-to-live (max number of hops) used in outgoing probe
134 packets. The default value is taken from the
139 If found, show the MPLS Label and the Experimental (EXP) bit for the hop.
142 Print hop addresses numerically rather than symbolically and numerically
143 (saves a nameserver address-to-name lookup for each gateway found on the
147 Set the base UDP port number used in probes (default is 33434).
148 Traceroute hopes that nothing is listening on UDP ports
152 at the destination host (so an ICMP PORT_UNREACHABLE message will
153 be returned to terminate the route tracing). If something is
154 listening on a port in the default range, this option can be used
155 to pick an unused port range.
158 Set the "don't fragment" bit, and use the next hop mtu each time we get
159 the "need fragmentation" error, thus probing the path MTU.
162 Set the number of probe packets sent for each hop. By default, traceroute
163 sends three probe packets.
166 Bypass the normal routing tables and send directly to a host on an attached
168 If the host is not on a directly-attached network,
169 an error is returned.
170 This option can be used to ping a local host through an interface
171 that has no route through it (e.g., after the interface was dropped by
175 Use the following IP address (which usually is given as an IP number, not
176 a hostname) as the source address in outgoing probe packets. On
177 multi-homed hosts (those with more than one IP
178 address), this option can be used to
179 force the source address to be something other than the IP address
180 of the interface the probe packet is sent on. If the IP address
181 is not one of this machine's interface addresses, an error is
182 returned and nothing is sent. (See the
184 flag for another way to do this.)
189 in probe packets to the following value (default zero). The value must be
190 a decimal integer in the range 0 to 255. This option can be used to
191 see if different types-of-service result in different paths. (If you
192 are not running 4.4BSD, this may be academic since the normal network
193 services like telnet and ftp don't let you control the TOS).
194 Not all values of TOS are legal or
195 meaningful \- see the IP spec for definitions. Useful values are
205 Verbose output. Received ICMP packets other than TIME_EXCEEDED and
206 UNREACHABLEs are listed.
209 Set the time (in seconds) to wait for a response to a probe (default 5
213 Toggle ip checksums. Normally, this prevents traceroute from calculating
214 ip checksums. In some cases, the operating system can overwrite parts of
215 the outgoing packet but not recalculate the checksum (so in some cases
216 the default is to not calculate checksums and using
218 causes them to be calculated). Note that checksums are usually required
219 for the last hop when using ICMP ECHO probes
221 So they are always calculated when using ICMP.
224 Set the time (in milliseconds) to pause between probes (default 0).
225 Some systems such as Solaris and routers such as Ciscos rate limit
226 icmp messages. A good value to use with this this is 500 (e.g. 1/2 second).
228 This program attempts to trace the route an IP packet would follow to some
229 internet host by launching UDP probe
230 packets with a small ttl (time to live) then listening for an
231 ICMP "time exceeded" reply from a gateway. We start our probes
232 with a ttl of one and increase by one until we get an ICMP "port
233 unreachable" (which means we got to "host") or hit a max (which
234 defaults to 30 hops \*[Am] can be changed with the
239 flag) are sent at each ttl setting and a
240 line is printed showing the ttl, address of the gateway and
241 round trip time of each probe. If the probe answers come from
242 different gateways, the address of each responding system will
243 be printed. If there is no response within a 5 sec. timeout
244 interval (changed with the
246 flag), a "*" is printed for that
249 We don't want the destination
250 host to process the UDP probe packets so the destination port is set to an
251 unlikely value (if some clod on the destination is using that
252 value, it can be changed with the
256 A sample use and output might be:
260 [yak 71]% traceroute nis.nsf.net.
261 traceroute to nis.nsf.net (35.1.1.48), 30 hops max, 38 byte packet
262 1 helios.ee.lbl.gov (128.3.112.1) 19 ms 19 ms 0 ms
263 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
264 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 39 ms 19 ms
265 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
266 5 ccn-nerif22.Berkeley.EDU (128.32.168.22) 39 ms 39 ms 39 ms
267 6 128.32.197.4 (128.32.197.4) 40 ms 59 ms 59 ms
268 7 131.119.2.5 (131.119.2.5) 59 ms 59 ms 59 ms
269 8 129.140.70.13 (129.140.70.13) 99 ms 99 ms 80 ms
270 9 129.140.71.6 (129.140.71.6) 139 ms 239 ms 319 ms
271 10 129.140.81.7 (129.140.81.7) 220 ms 199 ms 199 ms
272 11 nic.merit.edu (35.1.1.48) 239 ms 239 ms 239 ms
276 Note that lines 2 \*[Am] 3 are the same. This is due to a buggy
277 kernel on the 2nd hop system \- lilac-dmc.Berkeley.EDU \- that forwards
278 packets with a zero ttl (a bug in the distributed version
279 of 4.3BSD). Note that you have to guess what path
280 the packets are taking cross-country since the NSFNET (129.140)
281 doesn't supply address-to-name translations for its NSSes.
283 A more interesting example is:
287 [yak 72]% traceroute allspice.lcs.mit.edu.
288 traceroute to allspice.lcs.mit.edu (18.26.0.115), 30 hops max
289 1 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms
290 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 19 ms 19 ms
291 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 19 ms 19 ms
292 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms
293 5 ccn-nerif22.Berkeley.EDU (128.32.168.22) 20 ms 39 ms 39 ms
294 6 128.32.197.4 (128.32.197.4) 59 ms 119 ms 39 ms
295 7 131.119.2.5 (131.119.2.5) 59 ms 59 ms 39 ms
296 8 129.140.70.13 (129.140.70.13) 80 ms 79 ms 99 ms
297 9 129.140.71.6 (129.140.71.6) 139 ms 139 ms 159 ms
298 10 129.140.81.7 (129.140.81.7) 199 ms 180 ms 300 ms
299 11 129.140.72.17 (129.140.72.17) 300 ms 239 ms 239 ms
301 13 128.121.54.72 (128.121.54.72) 259 ms 499 ms 279 ms
306 18 ALLSPICE.LCS.MIT.EDU (18.26.0.115) 339 ms 279 ms 279 ms
310 Note that the gateways 12, 14, 15, 16 \*[Am] 17 hops away
311 either don't send ICMP "time exceeded" messages or send them
312 with a ttl too small to reach us. 14 \- 17 are running the
313 MIT C Gateway code that doesn't send "time exceeded"s. God
314 only knows what's going on with 12.
316 The silent gateway 12 in the above may be the result of a bug in
317 the 4.[23]BSD network code (and its derivatives): 4.x (x \(<= 3)
318 sends an unreachable message using whatever ttl remains in the
319 original datagram. Since, for gateways, the remaining ttl is
320 zero, the ICMP "time exceeded" is guaranteed to not make it back
321 to us. The behavior of this bug is slightly more interesting
322 when it appears on the destination system:
326 1 helios.ee.lbl.gov (128.3.112.1) 0 ms 0 ms 0 ms
327 2 lilac-dmc.Berkeley.EDU (128.32.216.1) 39 ms 19 ms 39 ms
328 3 lilac-dmc.Berkeley.EDU (128.32.216.1) 19 ms 39 ms 19 ms
329 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms
330 5 ccn-nerif35.Berkeley.EDU (128.32.168.35) 39 ms 39 ms 39 ms
331 6 csgw.Berkeley.EDU (128.32.133.254) 39 ms 59 ms 39 ms
338 13 rip.Berkeley.EDU (128.32.131.22) 59 ms ! 39 ms ! 39 ms !
342 Notice that there are 12 "gateways" (13 is the final
343 destination) and exactly the last half of them are "missing".
344 What's really happening is that rip (a Sun-3 running Sun OS3.5)
345 is using the ttl from our arriving datagram as the ttl in its
346 ICMP reply. So, the reply will time out on the return path
347 (with no notice sent to anyone since ICMP's aren't sent for
348 ICMP's) until we probe with a ttl that's at least twice the path
349 length. I.e., rip is really only 7 hops away. A reply that
350 returns with a ttl of 1 is a clue this problem exists.
351 Traceroute prints a "!" after the time if the ttl is \(<= 1.
352 Since vendors ship a lot of obsolete (DEC's ULTRIX, Sun 3.x) or
353 non-standard (HP-UX) software, expect to see this problem
354 frequently and/or take care picking the target host of your
357 Other possible annotations after the time are
362 (host, network or protocol unreachable),
364 (source route failed),
366 (fragmentation needed \- the RFC1191 Path MTU Discovery value is displayed),
368 (communication administratively prohibited),
370 (host precedence violation),
372 (precedence cutoff in effect), or
374 (ICMP unreachable code \*[Lt]num\*[Gt]).
375 These are defined by RFC1812 (which supersedes RFC1716).
376 If almost all the probes result in some kind of unreachable, traceroute
377 will give up and exit.
381 traceroute \-g 10.3.0.5 128.182.0.0
385 will show the path from the Cambridge Mailbridge to PSC, while
389 traceroute \-g 192.5.146.4 \-g 10.3.0.5 35.0.0.0
393 will show the path from the Cambridge Mailbridge to Merit, using PSC to
394 reach the Mailbridge.
396 This program is intended for use in network testing, measurement
398 It should be used primarily for manual fault isolation.
399 Because of the load it could impose on the network, it is unwise to use
401 during normal operations or from automated scripts.
405 Implemented by Van Jacobson from a suggestion by Steve Deering. Debugged
406 by a cast of thousands with particularly cogent suggestions or fixes from
407 C. Philip Wood, Tim Seaver and Ken Adelman.
409 The current version is available via anonymous ftp:
412 .I ftp://ftp.ee.lbl.gov/traceroute.tar.gz
415 Please send bug reports to traceroute@ee.lbl.gov.
417 The AS number capability reports information that may sometimes be
418 inaccurate due to discrepancies between the contents of the routing
419 database server and the current state of the Internet.