Blame man/man8/ip-ntable.8

Packit Service 3880ab
.TH IP\-NTABLE 8 "20 Dec 2011" "iproute2" "Linux"
Packit Service 3880ab
.SH "NAME"
Packit Service 3880ab
ip-ntable - neighbour table configuration
Packit Service 3880ab
.SH "SYNOPSIS"
Packit Service 3880ab
.sp
Packit Service 3880ab
.ad l
Packit Service 3880ab
.in +8
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.B ip
Packit Service 3880ab
.RI "[ " OPTIONS " ]"
Packit Service 3880ab
.B ntable
Packit Service 3880ab
.RI " { " COMMAND " | "
Packit Service 3880ab
.BR help " }"
Packit Service 3880ab
.sp
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BR "ip ntable change name"
Packit Service 3880ab
.IR NAME " [ "
Packit Service 3880ab
.B dev
Packit Service 3880ab
.IR DEV " ] ["
Packit Service 3880ab
.B thresh1
Packit Service 3880ab
.IR VAL " ] ["
Packit Service 3880ab
.B thresh2
Packit Service 3880ab
.IR VAL " ] ["
Packit Service 3880ab
.B thresh3
Packit Service 3880ab
.IR VAL " ] ["
Packit Service 3880ab
.B gc_int
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B base_reachable
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B retrans
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B gc_stale
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B delay_probe
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B queue
Packit Service 3880ab
.IR LEN " ] ["
Packit Service 3880ab
.B app_probs
Packit Service 3880ab
.IR VAL " ] ["
Packit Service 3880ab
.B ucast_probes
Packit Service 3880ab
.IR VAL " ] ["
Packit Service 3880ab
.B mcast_probes
Packit Service 3880ab
.IR VAL " ] ["
Packit Service 3880ab
.B anycast_delay
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B proxy_delay
Packit Service 3880ab
.IR MSEC " ] ["
Packit Service 3880ab
.B proxy_queue
Packit Service 3880ab
.IR LEN " ] ["
Packit Service 3880ab
.B locktime
Packit Service 3880ab
.IR MSEC " ]"
Packit Service 3880ab
Packit Service 3880ab
.ti -8
Packit Service 3880ab
.BR "ip ntable show" " [ "
Packit Service 3880ab
.B dev
Packit Service 3880ab
.IR DEV " ] [ "
Packit Service 3880ab
.B name
Packit Service 3880ab
.IR NAME " ]"
Packit Service 3880ab
Packit Service 3880ab
.SH DESCRIPTION
Packit Service 3880ab
.I ip ntable
Packit Service 3880ab
controls the parameters for the neighbour tables.
Packit Service 3880ab
Packit Service 3880ab
.SS ip ntable show - list the ip neighbour tables
Packit Service 3880ab
Packit Service 3880ab
This commands displays neighbour table parameters and statistics.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " DEV"
Packit Service 3880ab
only list the table attached to this device.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI name " NAME"
Packit Service 3880ab
only lists the table with the given name.
Packit Service 3880ab
Packit Service 3880ab
.SS ip ntable change - modify table parameter
Packit Service 3880ab
Packit Service 3880ab
This command allows modifying table parameters such as timers and queue lengths.
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI name " NAME"
Packit Service 3880ab
the name of the table to modify.
Packit Service 3880ab
Packit Service 3880ab
.TP
Packit Service 3880ab
.BI dev " DEV"
Packit Service 3880ab
the name of the device to modify the table values.
Packit Service 3880ab
Packit Service 3880ab
.SH EXAMPLES
Packit Service 3880ab
.PP
Packit Service 3880ab
ip ntable show dev eth0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.
Packit Service 3880ab
.RE
Packit Service 3880ab
.PP
Packit Service 3880ab
ip ntable change name arp_cache queue 8 dev eth0
Packit Service 3880ab
.RS 4
Packit Service 3880ab
Changes the number of packets queued while address is being resolved from the
Packit Service 3880ab
default value (3) to 8 packets.
Packit Service 3880ab
.RE
Packit Service 3880ab
Packit Service 3880ab
.SH SEE ALSO
Packit Service 3880ab
.br
Packit Service 3880ab
.BR ip (8)
Packit Service 3880ab
Packit Service 3880ab
.SH AUTHOR
Packit Service 3880ab
Manpage by Stephen Hemminger