Go to main content
マニュアルページ セク ション 1M: シ ステム管理コマン ド

印刷ビューの終了

更新: 2016年12月6日
 
 

arping (1M)

名前

arping - send gratuitous ARP packets

形式

arping -A|-U [-h] [-c count] [-s source-ip] [-w timeout] -I <interface>
         <destination-ip>

説明

The arping utility broadcasts gratuitous ARP packets to neighbors in a network. It may be configured to send gratuitous request or reply packets, set timeouts and packet counts.

arping requires the {PRIV_NET_RAWACCESS} privilege.

オプション

The following options are supported:

–A

Broadcasts gratuitous ARP replies.

–c count

Specifies the packet count to be sent.

–h help

Prints command usage information.

–I interface

Specifies the IP interface to send packets.

–s source IP

Specifies the source IP to be used in ARP packets. If this option is absent, the source address is set to destination.

–U

Broadcasts gratuitous ARP requests, and expects no replies.

–w seconds

Terminates after specified number of seconds.

destination-ip

Specifies the IP address of the interface used to send packets.

終了ステータス

0

Successful completion

1

An error occurred

属性

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
network/arping
Interface Stability
Committed

関連項目

ping(1M), arp(1M)