
arp
List of commands for arp:
-
arp:tldr:15135 arp: Create an entry in the ARP table.$ arp -s ${address} ${mac_address}try on your machineexplain this command
-
arp:tldr:83c04 arp: Delete a specific entry.$ arp -d ${address}try on your machineexplain this command