Difference between revisions of "Arp (command)"

From wikieduonline
Jump to navigation Jump to search
(<ref>http://man7.org/linux/man-pages/man8/arp.8.html</ref>)
Line 1: Line 1:
<code>[[wikipedia:arp|arp]]</code> displays or modifies the [[IP]] to [[MAC]] translation tables used by the [[address resolution protocol]]
+
<code>[[wikipedia:arp|arp]]</code><ref>http://man7.org/linux/man-pages/man8/arp.8.html</ref> displays or modifies the [[IP]] to [[MAC]] translation tables used by the [[address resolution protocol]]
  
  

Revision as of 08:23, 8 December 2019

arp[1] displays or modifies the IP to MAC translation tables used by the address resolution protocol


Linux commands

  • View ARP Cache: arp -a
  • Delete an ARP entry: arp -d 192.168.0.1

Windows commands

  • Clear ARP Cache: arp -d

See also

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