-a addrtype |
| Generate ICMPv6 Node Information Node Addresses query, rather than echo-request. addrtype must be a string constructed of the following characters. |
a | requests unicast addresses from all of the responders interfaces. If the character is omitted, only those addresses which belong to the interface which has the responders address are requests. |
c | requests responders IPv4-compatible and IPv4-mapped addresses. |
g | requests responders global-scope addresses. |
s | requests responders site-local addresses. |
l | requests responders link-local addresses. |
A | requests responders anycast addresses. Without this character, the responder will return unicast addresses only. With this character, the responder will return anycast addresses only. Note that the specification does not specify how to get responders anycast addresses. This is an experimental option. |
|
-b bufsiz |
| Set socket buffer size. |
-c count |
| Stop after sending (and receiving) count ECHO_RESPONSE packets. |
-d | Set the SO_DEBUG option on the socket being used. |
-f | Flood ping. Outputs packets as fast as they come back or one hundred times per second, whichever is more. For every ECHO_REQUEST sent a period "." is printed, while for every ECHO_REPLY received a backspace is printed. This provides a rapid display of how many packets are being dropped. Only the super-user may use this option. .Bf -emphasis This can be very hard on a network and should be used with caution. .Ef |
-g gateway |
| Specifies to use gateway as the next hop to the destination. The gateway must be a neighbor of the sending node. |
-H | Specifies to try reverse-lookup of IPv6 addresses. The ping6 utility does not try reverse-lookup unless the option is specified. |
-h hoplimit |
| Set the IPv6 hoplimit. |
-I interface |
| Source packets with the given interface address. This flag applies if the ping destination is a multicast address, or link-local/site-local unicast address. |
-i wait |
| Wait wait seconds between sending each packet. The default is to wait for one second between each packet. This option is incompatible with the -f option. |
-l preload |
| If preload is specified, ping6 sends that many packets as fast as possible before falling into its normal mode of behavior. Only the super-user may use this option. |
-m | By default, ping6 asks the kernel to fragment packets to fit into the minimum IPv6 MTU. The -m option will suppress the behavior in the following two levels: when the option is specified once, the behavior will be disabled for unicast packets. When the option is more than once, it will be disabled for both unicast and multicast packets. |
-n | Numeric output only. No attempt will be made to lookup symbolic names from addresses in the reply. |
-N | Probe node information multicast group (ff02::2:xxxx:xxxx). host must be string hostname of the target (must not be a numeric IPv6 address). Node information multicast group will be computed based on given host, and will be used as the final destination. Since node information multicast group is a link-local multicast group, outgoing interface needs to be specified by -I option. |
-p pattern |
| You may specify up to 16 "pad" bytes to fill out the packet you send. This is useful for diagnosing data-dependent problems in a network. For example, "-p ff" will cause the sent packet to be filled with all ones. |
-P policy |
| policy specifies IPsec policy to be used for the probe. |
-q | Quiet output. Nothing is displayed except the summary lines at startup time and when finished. |
-S sourceaddr |
| Specifies the source address of request packets. The source address must be one of the unicast addresses of the sending node, and must be numeric. |
-s packetsize |
| Specifies the number of data bytes to be sent. The default is 56, which translates into 64 ICMP data bytes when combined with the 8 bytes of ICMP header data. You may need to specify -b as well to extend socket buffer size. |
-t | Generate ICMPv6 Node Information supported query types query, rather than echo-request. -s has no effect if -t is specified. |
-v | Verbose output. ICMP packets other than ECHO_RESPONSE that are received are listed. |
-w | Generate ICMPv6 Node Information DNS Name query, rather than echo-request. -s has no effect if -w is specified. |
-W | Same as -w , but with old packet format based on 03 draft. This option is present for backward compatibility. -s has no effect if -w is specified. |
hops | IPv6 addresses for intermediate nodes, which will be put into type 0 routing header. |
host | IPv6 address of the final destination node. |
|