Go to main content

man pages section 8: System Administration Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

arping (8)

Name

arping - send gratuitous ARP packets

Synopsis

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

Description

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.

Options

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 destination IP to be used in ARP packets.

Exit Status

0

Successful completion

1

An error occurred

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
network/arping
Interface Stability
Committed

See Also

arp(8), ping(8)