ripnetdocs

ARP Table

Displays cached ARP neighbors.

-A
ripnet --arp-table
ripnet --arp-table
ripnet -A

ARP Scan

Discovers hosts on a local network with ARP.

-y NETWORK
ripnet --arp-scan NETWORK
ripnet --arp-scan 192.168.1.0/24
ripnet -y 192.168.1.0/24

Flush ARP

Flushes ARP cache entries for an interface when supported by the platform.

-z IFACE
ripnet --arp-flush IFACE
ripnet --arp-flush eth0
ripnet -z eth0