Skip to content
Dan Barrett edited this page Feb 27, 2017 · 2 revisions

NAME

xarp - manage XIA ARP table  

DESCRIPTION

usage: xarp [-h] [-v] [-p] [-c] [-a iface hid mac static] [-d iface hid]  

optional arguments:

-h, --help
show this help message and exit
-v, --version
display version number
-p, --print
print the ARP table (default action)
-c, --clear
purge all entries in the ARP tables
-a iface hid mac static, --add iface hid mac static
Add an ARP table entry
-d iface hid, --delete iface hid
Delete an ARP table entry

Note: add, clear, and delete are mutually exclusive