logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage IP Neighbour - Control Network Neighbours | Online Free DevTools by Hexmos

Control and manage network neighbour entries with the ip neighbour command. View, add, delete, and modify ARP entries efficiently. Free online tool, no registration required.

ip-neighbour

Neighbour/ARP tables management IP subcommand. More information: https://manned.org/ip-neighbour.8.

  • Display the neighbour/ARP table entries:

ip {{[n|neighbour]}}

  • Remove entries in the neighbour table on device ethX:

sudo ip {{[n|neighbour]}} {{[f|flush]}} dev {{ethX}}

  • Perform a neighbour lookup and return a neighbour entry:

ip {{[n|neighbour]}} {{[g|get]}} {{lookup_ip}} dev {{ethX}}

  • Add or delete an ARP entry for the neighbour IP address to ethX:

sudo ip {{[n|neighbour]}} {{add|delete}} {{ip_address}} lladdr {{mac_address}} dev {{ethX}} nud reachable

  • Change or replace an ARP entry for the neighbour IP address to ethX:

sudo ip {{[n|neighbour]}} {{change|replace}} {{ip_address}} lladdr {{new_mac_address}} dev {{ethX}}

See Also