Difference between revisions of "Arp (command)"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
== Linux commands ==
 
== Linux commands ==
 
* View ARP Cache: <code>arp -a</code>
 
* View ARP Cache: <code>arp -a</code>
 
+
* Delete an ARP entry: <code>arp -d 192.168.0.1</code>
  
 
== Windows commands ==
 
== Windows commands ==

Revision as of 08:22, 8 December 2019

arp 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

Advertising: