ip-ntable - neighbour table configuration
Contents
Description
ipntable controls the parameters for the neighbour tables.
ipntableshow-listtheipneighbourtables
This commands displays neighbour table parameters and statistics.
devDEV
only list the table attached to this device.
nameNAME
only lists the table with the given name.
ipntablechange-modifytableparameter
This command allows modifying table parameters such as timers and queue lengths.
nameNAME
the name of the table to modify.
devDEV
the name of the device to modify the table values.
Examples
ip ntable show dev eth0
Shows 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.
Name
ip-ntable - neighbour table configuration
See Also
ip(8)
Synopsis
ip [ OPTIONS ] ntable { COMMAND | help }
ipntablechangenameNAME [ devDEV ] [ thresh1VAL ] [ thresh2VAL ] [ thresh3VAL ] [ gc_intMSEC ] [
base_reachableMSEC ] [ retransMSEC ] [ gc_staleMSEC ] [ delay_probeMSEC ] [ queueLEN ] [
app_probsVAL ] [ ucast_probesVAL ] [ mcast_probesVAL ] [ anycast_delayMSEC ] [ proxy_delayMSEC ] [ proxy_queueLEN ] [ locktimeMSEC ]
ipntableshow [ devDEV ] [ nameNAME ]
