diff --git a/pages/linux/arp.md b/pages/linux/arp.md new file mode 100644 index 000000000..0e2680a71 --- /dev/null +++ b/pages/linux/arp.md @@ -0,0 +1,15 @@ +# arp + +> Show and manipulate your system's ARP cache. + +- Show current arp table: + +`arp` + +- Delete an entry: + +`arp -d {{address}}` + +- Create an entry: + +`arp -s {{address}} {{mac address}}`