other versions
- wheezy 20120521-3+b3
- wheezy-backports 3.16.0-2~bpo70+1
- jessie 3.16.0-2
- testing 4.9.0-1
- unstable 4.9.0-1
IP-NTABLE(8) | Linux | IP-NTABLE(8) |
NAME¶
ip-ntable - neighbour table configurationSYNOPSIS¶
ip [ OPTIONS ] address { COMMAND | help }
DESCRIPTION¶
ip ntable controls the parameters for the neighbour tables.ip ntable show - list the ip neighbour tables¶
This commands displays neighbour table parameters and statistics.- dev DEV
- only list the table attached to this device.
- name NAME
- only lists the table with the given name.
ip ntable change - modify table parameter¶
This command allows modifying table parameters such as timers and queue lengths.- name NAME
- the name of the table to modify.
- dev DEV
- the name of the device to modify the table values.
EXAMPLES¶
ip ntable show dev eth0Shows the neighbour table (IPv4 ARP and IPv6
ndisc) parameters on device eth0.
ip ntable change name arp_cache queue 8 dev eth0
Changes the number of packets queued while
address is being resolved from the default value (3) to 8 packets.
SEE ALSO¶
ip(8)AUTHOR¶
Manpage by Stephen Hemminger20 Dec 2011 | iproute2 |