arpa
Send ARP announcements.
usage: arpa [-h] [-q] [-v] [-H mac] [-D mac] [-c count | -i sec] [-V] mac ip
Positional Arguments
- mac
MAC address to announce
- ip
IP address to announce
Named Arguments
- -q, --quiet
give less output. option is additive, and can be used up to 3 times (warning/error/critical)
- -v, --verbose
set the verbosity level. option is additive, and can be used up to 5 times (debug/info/warning/error/critical). (default: info)
- -H
ETHERNET source address (default: 00:00:00:00:00:00)
- -D
ETHERNET destination address (default: ff:ff:ff:ff:ff:ff)
- -c
how many packets to send (default: infinite)
- -i
set interval between packets (default: 1.0 sec)
- -V, --version
show program’s version number and exit