cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

os:linux:command:arp.html



Linux Commands Cheat Sheet

arp - How to use arp command in Linux

man arp

# man arp

MODES
       arp  with  no  mode  specifier  will print the current content of the table.

       arp -d address will delete a ARP table entry. Root or netadmin privilege is required to do this. 

       arp  -s address hw_addr is used to set up a new table entry. 


Example

arp -n
arp -an
arp |grep 192.168.xx.xx check arp
arp -d 192.168.xx.xx delete arp



os/linux/command/arp.html.txt ยท Last modified: 2020/02/26 by admin

Page Tools