]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sbin/ping6/ping6.8
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sbin / ping6 / ping6.8
1 .\"     $KAME: ping6.8,v 1.58 2003/06/20 12:00:22 itojun Exp $
2 .\"
3 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the project nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\" $FreeBSD$
31 .\"
32 .Dd August 27, 2008
33 .Dt PING6 8
34 .Os
35 .Sh NAME
36 .Nm ping6
37 .Nd send
38 .Tn ICMPv6 ECHO_REQUEST
39 packets to network hosts
40 .Sh SYNOPSIS
41 .Nm
42 .\" without ipsec, or new ipsec
43 .Op Fl dfHmnNoqrRtvwW
44 .\" old ipsec
45 .\" .Op Fl AdEfmnNqRtvwW
46 .Bk -words
47 .Op Fl a Ar addrtype
48 .Ek
49 .Bk -words
50 .Op Fl b Ar bufsiz
51 .Ek
52 .Bk -words
53 .Op Fl c Ar count
54 .Ek
55 .Bk -words
56 .Op Fl g Ar gateway
57 .Ek
58 .Bk -words
59 .Op Fl h Ar hoplimit
60 .Ek
61 .Bk -words
62 .Op Fl I Ar interface
63 .Ek
64 .Bk -words
65 .Op Fl i Ar wait
66 .Ek
67 .Bk -words
68 .Op Fl l Ar preload
69 .Ek
70 .Bk -words
71 .\" new ipsec
72 .Op Fl P Ar policy
73 .Ek
74 .Bk -words
75 .Op Fl p Ar pattern
76 .Ek
77 .Bk -words
78 .Op Fl S Ar sourceaddr
79 .Ek
80 .Bk -words
81 .Op Fl s Ar packetsize
82 .Ek
83 .Bk -words
84 .Op Ar hops ...
85 .Ek
86 .Bk -words
87 .Ar host
88 .Ek
89 .Sh DESCRIPTION
90 The
91 .Nm
92 utility uses the
93 .Tn ICMPv6
94 protocol's mandatory
95 .Tn ICMP6_ECHO_REQUEST
96 datagram to elicit an
97 .Tn ICMP6_ECHO_REPLY
98 from a host or gateway.
99 .Tn ICMP6_ECHO_REQUEST
100 datagrams (``pings'') have an IPv6 header,
101 and
102 .Tn ICMPv6
103 header formatted as documented in RFC2463.
104 The options are as follows:
105 .Bl -tag -width Ds
106 .\" old ipsec
107 .\" .It Fl A
108 .\" Enables transport-mode IPsec authentication header
109 .\" (experimental).
110 .It Fl a Ar addrtype
111 Generate ICMPv6 Node Information Node Addresses query, rather than echo-request.
112 .Ar addrtype
113 must be a string constructed of the following characters.
114 .Bl -tag -width Ds -compact
115 .It Ic a
116 requests unicast addresses from all of the responder's interfaces.
117 If the character is omitted,
118 only those addresses which belong to the interface which has the
119 responder's address are requests.
120 .It Ic c
121 requests responder's IPv4-compatible and IPv4-mapped addresses.
122 .It Ic g
123 requests responder's global-scope addresses.
124 .It Ic s
125 requests responder's site-local addresses.
126 .It Ic l
127 requests responder's link-local addresses.
128 .It Ic A
129 requests responder's anycast addresses.
130 Without this character, the responder will return unicast addresses only.
131 With this character, the responder will return anycast addresses only.
132 Note that the specification does not specify how to get responder's
133 anycast addresses.
134 This is an experimental option.
135 .El
136 .It Fl b Ar bufsiz
137 Set socket buffer size.
138 .It Fl c Ar count
139 Stop after sending
140 (and receiving)
141 .Ar count
142 .Tn ECHO_RESPONSE
143 packets.
144 .It Fl d
145 Set the
146 .Dv SO_DEBUG
147 option on the socket being used.
148 .\" .It Fl E
149 .\" Enables transport-mode IPsec encapsulated security payload
150 .\" (experimental).
151 .It Fl f
152 Flood ping.
153 Outputs packets as fast as they come back or one hundred times per second,
154 whichever is more.
155 For every
156 .Tn ECHO_REQUEST
157 sent a period
158 .Dq \&.
159 is printed, while for every
160 .Tn ECHO_REPLY
161 received a backspace is printed.
162 This provides a rapid display of how many packets are being dropped.
163 Only the super-user may use this option.
164 .Bf -emphasis
165 This can be very hard on a network and should be used with caution.
166 .Ef
167 .It Fl g Ar gateway
168 Specifies to use
169 .Ar gateway
170 as the next hop to the destination.
171 The gateway must be a neighbor of the sending node.
172 .It Fl H
173 Specifies to try reverse-lookup of IPv6 addresses.
174 The
175 .Nm
176 utility does not try reverse-lookup unless the option is specified.
177 .It Fl h Ar hoplimit
178 Set the IPv6 hoplimit.
179 .It Fl I Ar interface
180 Source packets with the given interface address.
181 This flag applies if the ping destination is a multicast address,
182 or link-local/site-local unicast address.
183 .It Fl i Ar wait
184 Wait
185 .Ar wait
186 seconds
187 .Em between sending each packet .
188 The default is to wait for one second between each packet.
189 This option is incompatible with the
190 .Fl f
191 option.
192 .It Fl l Ar preload
193 If
194 .Ar preload
195 is specified,
196 .Nm
197 sends that many packets as fast as possible before falling into its normal
198 mode of behavior.
199 Only the super-user may use this option.
200 .It Fl m
201 By default,
202 .Nm
203 asks the kernel to fragment packets to fit into the minimum IPv6 MTU.
204 The
205 .Fl m
206 option
207 will suppress the behavior in the following two levels:
208 when the option is specified once, the behavior will be disabled for
209 unicast packets.
210 When the option is more than once, it will be disabled for both
211 unicast and multicast packets.
212 .It Fl n
213 Numeric output only.
214 No attempt will be made to lookup symbolic names from addresses in the reply.
215 .It Fl N
216 Probe node information multicast group
217 .Pq Li ff02::2:xxxx:xxxx .
218 .Ar host
219 must be string hostname of the target
220 (must not be a numeric IPv6 address).
221 Node information multicast group will be computed based on given
222 .Ar host ,
223 and will be used as the final destination.
224 Since node information multicast group is a link-local multicast group,
225 outgoing interface needs to be specified by
226 .Fl I
227 option.
228 .It Fl o
229 Exit successfully after receiving one reply packet.
230 .It Fl p Ar pattern
231 You may specify up to 16
232 .Dq pad
233 bytes to fill out the packet you send.
234 This is useful for diagnosing data-dependent problems in a network.
235 For example,
236 .Dq Li \-p ff
237 will cause the sent packet to be filled with all
238 ones.
239 .\" new ipsec
240 .It Fl P Ar policy
241 .Ar policy
242 specifies IPsec policy to be used for the probe.
243 .It Fl q
244 Quiet output.
245 Nothing is displayed except the summary lines at startup time and
246 when finished.
247 .It Fl r
248 Audible.
249 Include a bell
250 .Tn ( ASCII
251 0x07)
252 character in the output when any packet is received.
253 .It Fl R
254 Audible.
255 Output a bell
256 .Tn ( ASCII
257 0x07)
258 character when no packet is received before the next packet
259 is transmitted.
260 To cater for round-trip times that are longer than the interval
261 between transmissions, further missing packets cause a bell only
262 if the maximum number of unreceived packets has increased.
263 .It Fl S Ar sourceaddr
264 Specifies the source address of request packets.
265 The source address must be one of the unicast addresses of the sending node,
266 and must be numeric.
267 .It Fl s Ar packetsize
268 Specifies the number of data bytes to be sent.
269 The default is 56, which translates into 64
270 .Tn ICMP
271 data bytes when combined
272 with the 8 bytes of
273 .Tn ICMP
274 header data.
275 You may need to specify
276 .Fl b
277 as well to extend socket buffer size.
278 .It Fl t
279 Generate ICMPv6 Node Information supported query types query,
280 rather than echo-request.
281 .Fl s
282 has no effect if
283 .Fl t
284 is specified.
285 .It Fl v
286 Verbose output.
287 .Tn ICMP
288 packets other than
289 .Tn ECHO_RESPONSE
290 that are received are listed.
291 .It Fl w
292 Generate ICMPv6 Node Information DNS Name query, rather than echo-request.
293 .Fl s
294 has no effect if
295 .Fl w
296 is specified.
297 .It Fl W
298 Same as
299 .Fl w ,
300 but with old packet format based on 03 draft.
301 This option is present for backward compatibility.
302 .Fl s
303 has no effect if
304 .Fl w
305 is specified.
306 .It Ar hops
307 IPv6 addresses for intermediate nodes,
308 which will be put into type 0 routing header.
309 .It Ar host
310 IPv6 address of the final destination node.
311 .El
312 .Pp
313 When using
314 .Nm
315 for fault isolation, it should first be run on the local host, to verify
316 that the local network interface is up and running.
317 Then, hosts and gateways further and further away should be
318 .Dq pinged .
319 Round-trip times and packet loss statistics are computed.
320 If duplicate packets are received, they are not included in the packet
321 loss calculation, although the round trip time of these packets is used
322 in calculating the round-trip time statistics.
323 When the specified number of packets have been sent
324 (and received)
325 or if the program is terminated with a
326 .Dv SIGINT ,
327 a brief summary is displayed, showing the number of packets sent and
328 received, and the minimum, mean, maximum, and standard deviation of
329 the round-trip times.
330 .Pp
331 If
332 .Nm
333 receives a
334 .Dv SIGINFO
335 (see the
336 .Cm status
337 argument for
338 .Xr stty 1 )
339 signal, the current number of packets sent and received, and the
340 minimum, mean, maximum, and standard deviation of the round-trip times
341 will be written to the standard output in the same format as the
342 standard completion message.
343 .Pp
344 This program is intended for use in network testing, measurement and
345 management.
346 Because of the load it can impose on the network, it is unwise to use
347 .Nm
348 during normal operations or from automated scripts.
349 .\" .Sh ICMP PACKET DETAILS
350 .\" An IP header without options is 20 bytes.
351 .\" An
352 .\" .Tn ICMP
353 .\" .Tn ECHO_REQUEST
354 .\" packet contains an additional 8 bytes worth of
355 .\" .Tn ICMP
356 .\" header followed by an arbitrary amount of data.
357 .\" When a
358 .\" .Ar packetsize
359 .\" is given, this indicated the size of this extra piece of data
360 .\" (the default is 56).
361 .\" Thus the amount of data received inside of an IP packet of type
362 .\" .Tn ICMP
363 .\" .Tn ECHO_REPLY
364 .\" will always be 8 bytes more than the requested data space
365 .\" (the
366 .\" .Tn ICMP
367 .\" header).
368 .\" .Pp
369 .\" If the data space is at least eight bytes large,
370 .\" .Nm
371 .\" uses the first eight bytes of this space to include a timestamp which
372 .\" it uses in the computation of round trip times.
373 .\" If less than eight bytes of pad are specified, no round trip times are
374 .\" given.
375 .Sh DUPLICATE AND DAMAGED PACKETS
376 The
377 .Nm
378 utility will report duplicate and damaged packets.
379 Duplicate packets should never occur when pinging a unicast address,
380 and seem to be caused by
381 inappropriate link-level retransmissions.
382 Duplicates may occur in many situations and are rarely
383 (if ever)
384 a good sign, although the presence of low levels of duplicates may not
385 always be cause for alarm.
386 Duplicates are expected when pinging a broadcast or multicast address,
387 since they are not really duplicates but replies from different hosts
388 to the same request.
389 .Pp
390 Damaged packets are obviously serious cause for alarm and often
391 indicate broken hardware somewhere in the
392 .Nm
393 packet's path
394 (in the network or in the hosts).
395 .Sh TRYING DIFFERENT DATA PATTERNS
396 The
397 (inter)network
398 layer should never treat packets differently depending on the data
399 contained in the data portion.
400 Unfortunately, data-dependent problems have been known to sneak into
401 networks and remain undetected for long periods of time.
402 In many cases the particular pattern that will have problems is something
403 that does not have sufficient
404 .Dq transitions ,
405 such as all ones or all zeros, or a pattern right at the edge, such as
406 almost all zeros.
407 It is not
408 necessarily enough to specify a data pattern of all zeros (for example)
409 on the command line because the pattern that is of interest is
410 at the data link level, and the relationship between what you type and
411 what the controllers transmit can be complicated.
412 .Pp
413 This means that if you have a data-dependent problem you will probably
414 have to do a lot of testing to find it.
415 If you are lucky, you may manage to find a file that either
416 cannot
417 be sent across your network or that takes much longer to transfer than
418 other similar length files.
419 You can then examine this file for repeated patterns that you can test
420 using the
421 .Fl p
422 option of
423 .Nm .
424 .Sh EXIT STATUS
425 The
426 .Nm
427 utility returns 0 on success (the host is alive),
428 2 if the transmission was successful but no responses were received,
429 any other non-zero value if the arguments are incorrect or                                                            
430 another error has occured.                                                                                            
431 .Sh EXAMPLES
432 Normally,
433 .Nm
434 works just like
435 .Xr ping 8
436 would work; the following will send ICMPv6 echo request to
437 .Li dst.foo.com .
438 .Bd -literal -offset indent
439 ping6 -n dst.foo.com
440 .Ed
441 .Pp
442 The following will probe hostnames for all nodes on the network link attached to
443 .Li wi0
444 interface.
445 The address
446 .Li ff02::1
447 is named the link-local all-node multicast address, and the packet would
448 reach every node on the network link.
449 .Bd -literal -offset indent
450 ping6 -w ff02::1%wi0
451 .Ed
452 .Pp
453 The following will probe addresses assigned to the destination node,
454 .Li dst.foo.com .
455 .Bd -literal -offset indent
456 ping6 -a agl dst.foo.com
457 .Ed
458 .Sh SEE ALSO
459 .Xr netstat 1 ,
460 .Xr icmp6 4 ,
461 .Xr inet6 4 ,
462 .Xr ip6 4 ,
463 .Xr ifconfig 8 ,
464 .Xr ping 8 ,
465 .Xr routed 8 ,
466 .Xr traceroute 8 ,
467 .Xr traceroute6 8
468 .Rs
469 .%A A. Conta
470 .%A S. Deering
471 .%T "Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification"
472 .%N RFC2463
473 .%D December 1998
474 .Re
475 .Rs
476 .%A Matt Crawford
477 .%T "IPv6 Node Information Queries"
478 .%N draft-ietf-ipngwg-icmp-name-lookups-09.txt
479 .%D May 2002
480 .%O work in progress material
481 .Re
482 .Sh HISTORY
483 The
484 .Xr ping 8
485 utility appeared in
486 .Bx 4.3 .
487 The
488 .Nm
489 utility with IPv6 support first appeared in the WIDE Hydrangea IPv6
490 protocol stack kit.
491 .Pp
492 IPv6 and IPsec support based on the KAME Project
493 .Pq Pa http://www.kame.net/
494 stack was initially integrated into
495 .Fx 4.0 .
496 .Sh BUGS
497 The
498 .Nm
499 utility
500 is intentionally separate from
501 .Xr ping 8 .
502 .Pp
503 There have been many discussions on why we separate
504 .Nm
505 and
506 .Xr ping 8 .
507 Some people argued that it would be more convenient to uniform the
508 ping command for both IPv4 and IPv6.
509 The followings are an answer to the request.
510 .Pp
511 From a developer's point of view:
512 since the underling raw sockets API is totally different between IPv4
513 and IPv6, we would end up having two types of code base.
514 There would actually be less benefit to uniform the two commands
515 into a single command from the developer's standpoint.
516 .Pp
517 From an operator's point of view: unlike ordinary network applications
518 like remote login tools, we are usually aware of address family when using
519 network management tools.
520 We do not just want to know the reachability to the host, but want to know the
521 reachability to the host via a particular network protocol such as
522 IPv6.
523 Thus, even if we had a unified
524 .Xr ping 8
525 command for both IPv4 and IPv6, we would usually type a
526 .Fl 6
527 or
528 .Fl 4
529 option (or something like those) to specify the particular address family.
530 This essentially means that we have two different commands.