Difference between revisions of "Arp (command)"

From wikieduonline
Jump to navigation Jump to search
Line 18: Line 18:
 
== Related terms ==
 
== Related terms ==
 
* <code>[[ip]] -s neighbor list</code>
 
* <code>[[ip]] -s neighbor list</code>
 +
* <code>[[ip link]] set arp off dev eth0; ip link set arp on dev eth0</code>
 
* <code>[[/proc/sys/net/]]ipv4/route/gc_timeout</code>
 
* <code>[[/proc/sys/net/]]ipv4/route/gc_timeout</code>
  

Revision as of 07:02, 16 December 2020

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


Linux commands

  • View ARP Cache:
  • Delete an ARP entry:
    • arp -d 192.168.0.1
  • Set ARP entry:
    • arp -s address hw_addr

Windows commands

Related terms

See also

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