Difference between revisions of "Arp (command)"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
** <code>cat /[[proc]]/net/arp</code>
 
** <code>cat /[[proc]]/net/arp</code>
 
* Delete an ARP entry: <code>arp -d 192.168.0.1</code>
 
* Delete an ARP entry: <code>arp -d 192.168.0.1</code>
 +
 +
== Related terms ==
 +
* <code>[[/proc/sys/net/]]ipv4/route/gc_timeout</code>
  
 
== Windows commands ==
 
== Windows commands ==

Revision as of 09:02, 1 November 2020

arp[1] command displays or modifies the IP to MAC translation tables used by the Address Resolution Protocol (ARP)


Linux commands

  • View ARP Cache:
    • arp -a
    • arp -an
    • cat /proc/net/arp
  • Delete an ARP entry: arp -d 192.168.0.1

Related terms

Windows commands

  • Clear ARP Cache: arp -d

See also

  • http://man7.org/linux/man-pages/man8/arp.8.html
  • Advertising: