1IP-NTABLE(8) Linux IP-NTABLE(8)
2
3
4
6 ip-ntable - neighbour table configuration
7
9 ip [ OPTIONS ] ntable { COMMAND | help }
10
11
12 ip ntable change name NAME [ dev DEV ] [ thresh1 VAL ] [ thresh2 VAL ]
13 [ thresh3 VAL ] [ gc_int MSEC ] [ base_reachable MSEC ] [
14 retrans MSEC ] [ gc_stale MSEC ] [ delay_probe MSEC ] [ queue
15 LEN ] [ app_probs VAL ] [ ucast_probes VAL ] [ mcast_probes VAL
16 ] [ anycast_delay MSEC ] [ proxy_delay MSEC ] [ proxy_queue LEN
17 ] [ locktime MSEC ]
18
19 ip ntable show [ dev DEV ] [ name NAME ]
20
21
23 ip ntable controls the parameters for the neighbour tables.
24
25
26 ip ntable show - list the ip neighbour tables
27 This commands displays neighbour table parameters and statistics.
28
29
30 dev DEV
31 only list the table attached to this device.
32
33
34 name NAME
35 only lists the table with the given name.
36
37
38 ip ntable change - modify table parameter
39 This command allows modifying table parameters such as timers and queue
40 lengths.
41
42 name NAME
43 the name of the table to modify.
44
45
46 dev DEV
47 the name of the device to modify the table values.
48
49
51 ip ntable show dev eth0
52 Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on
53 device eth0.
54
55 ip ntable change name arp_cache queue 8 dev eth0
56 Changes the number of packets queued while address is being
57 resolved from the default value (3) to 8 packets.
58
59
61 ip(8)
62
63
65 Manpage by Stephen Hemminger
66
67
68
69iproute2 20 Dec 2011 IP-NTABLE(8)