NAME
ip-ntable - neighbour table configuration
SYNOPSIS
ip [ OPTIONS ] ntable { COMMAND | help }
ip ntable change nameNAME [ 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 ]
ip ntable show [ devDEV ] [ nameNAME ]
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.
- devDEV
only list the table attached to this device.
- nameNAME
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.
- 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
ip ntable change name arp_cache queue 8 dev eth0
SEE ALSO
ip(8)
AUTHOR
Manpage by Stephen Hemminger