Skip to content

Arp

ARP

Display the Arp Cache Table for all Interfaces

1
    arp /a

Delete an Arp Entry

1
    arp /d <InetAddr>

Delete all Arp Cache

1
    arp /d

Manually Add an Entry to Arp Cache

1
    arp /s <InetAddr> <Mac-Addr>

GetMac

  • Noting this here because it’s related to arp
  • Gets the MAC Addresses of all NICs.
    1
    getmac