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

ip-ntable - neighbour table configuration

Author

       Manpage by Stephen Hemminger

iproute2                                           20 Dec 2011                                      IP-NTABLE(8)

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 ]

See Also