217 lines
3.2 KiB
HTML
217 lines
3.2 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of IP-NTABLE</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>IP-NTABLE</H1>
|
|
Section: Linux (8)<BR>Updated: 20 Dec 2011<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
ip-ntable - neighbour table configuration
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
|
|
|
|
<BR>
|
|
|
|
<B>ip</B>
|
|
|
|
[ <I>OPTIONS</I> ]
|
|
|
|
<B>ntable</B>
|
|
|
|
{ <I>COMMAND</I> |
|
|
|
|
<B>help</B> }
|
|
|
|
<P>
|
|
<P>
|
|
<BR>
|
|
|
|
<B>ip ntable change name</B>
|
|
|
|
<I>NAME</I> [
|
|
|
|
<B>dev</B>
|
|
|
|
<I>DEV</I> ] [
|
|
|
|
<B>thresh1</B>
|
|
|
|
<I>VAL</I> ] [
|
|
|
|
<B>thresh2</B>
|
|
|
|
<I>VAL</I> ] [
|
|
|
|
<B>thresh3</B>
|
|
|
|
<I>VAL</I> ] [
|
|
|
|
<B>gc_int</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>base_reachable</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>retrans</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>gc_stale</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>delay_probe</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>queue</B>
|
|
|
|
<I>LEN</I> ] [
|
|
|
|
<B>app_probs</B>
|
|
|
|
<I>VAL</I> ] [
|
|
|
|
<B>ucast_probes</B>
|
|
|
|
<I>VAL</I> ] [
|
|
|
|
<B>mcast_probes</B>
|
|
|
|
<I>VAL</I> ] [
|
|
|
|
<B>anycast_delay</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>proxy_delay</B>
|
|
|
|
<I>MSEC</I> ] [
|
|
|
|
<B>proxy_queue</B>
|
|
|
|
<I>LEN</I> ] [
|
|
|
|
<B>locktime</B>
|
|
|
|
<I>MSEC</I> ]
|
|
|
|
<P>
|
|
<BR>
|
|
|
|
<B>ip ntable show</B> [
|
|
|
|
<B>dev</B>
|
|
|
|
<I>DEV</I> ] [
|
|
|
|
<B>name</B>
|
|
|
|
<I>NAME</I> ]
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<I>ip ntable</I>
|
|
|
|
controls the parameters for the neighbour tables.
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H3>ip ntable show - list the ip neighbour tables</H3>
|
|
|
|
<P>
|
|
This commands displays neighbour table parameters and statistics.
|
|
<P>
|
|
<DL COMPACT>
|
|
<DT id="1"><B>dev</B><I> DEV</I>
|
|
|
|
<DD>
|
|
only list the table attached to this device.
|
|
<P>
|
|
<DT id="2"><B>name</B><I> NAME</I>
|
|
|
|
<DD>
|
|
only lists the table with the given name.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAF"> </A>
|
|
<H3>ip ntable change - modify table parameter</H3>
|
|
|
|
<P>
|
|
This command allows modifying table parameters such as timers and queue lengths.
|
|
<DL COMPACT>
|
|
<DT id="3"><B>name</B><I> NAME</I>
|
|
|
|
<DD>
|
|
the name of the table to modify.
|
|
<P>
|
|
<DT id="4"><B>dev</B><I> DEV</I>
|
|
|
|
<DD>
|
|
the name of the device to modify the table values.
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>EXAMPLES</H2>
|
|
|
|
<P>
|
|
|
|
ip ntable show dev eth0
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
ip ntable change name arp_cache queue 8 dev eth0
|
|
<DL COMPACT><DT id="6"><DD>
|
|
Changes the number of packets queued while address is being resolved from the
|
|
default value (3) to 8 packets.
|
|
</DL>
|
|
|
|
<P>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<BR>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+ip">ip</A></B>(8)
|
|
|
|
<P>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Manpage by Stephen Hemminger
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="7"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="8"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="9"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DL>
|
|
<DT id="10"><A HREF="#lbAE">ip ntable show - list the ip neighbour tables</A><DD>
|
|
<DT id="11"><A HREF="#lbAF">ip ntable change - modify table parameter</A><DD>
|
|
</DL>
|
|
<DT id="12"><A HREF="#lbAG">EXAMPLES</A><DD>
|
|
<DT id="13"><A HREF="#lbAH">SEE ALSO</A><DD>
|
|
<DT id="14"><A HREF="#lbAI">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:13 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|