{
    "content": [
        {
            "type": "text",
            "text": "# ip-ntable(8) (man)\n\n**Summary:** ip-ntable - neighbour table configuration\n\n**Synopsis:** ip [ OPTIONS ] ntable  { COMMAND | help }\nip ntable change name NAME [ dev DEV ] [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [\ngcint MSEC ] [ basereachable MSEC ] [ retrans MSEC ] [ gcstale MSEC ] [ de‐‐\nlayprobe MSEC ] [ queue LEN ] [ appprobs VAL ] [ ucastprobes VAL ] [ mcastprobes\nVAL ] [ anycastdelay MSEC ] [ proxydelay MSEC ] [ proxyqueue LEN ] [ locktime MSEC\n]\nip ntable show [ dev DEV ] [ name NAME ]\n\n## Examples\n\n- `ip ntable show dev eth0`\n- `Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.`\n- `ip ntable change name arpcache queue 8 dev eth0`\n- `Changes the number of packets queued while address is being resolved from the default`\n- `value (3) to 8 packets.`\n\n## See Also\n\n- ip(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (12 lines)\n- **DESCRIPTION** (3 lines) — 2 subsections\n  - ip ntable show - list the ip neighbour tables (11 lines)\n  - ip ntable change - modify table parameter (10 lines)\n- **EXAMPLES** (8 lines)\n- **SEE ALSO** (3 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nip-ntable - neighbour table configuration\n\n### SYNOPSIS\n\nip [ OPTIONS ] ntable  { COMMAND | help }\n\n\nip ntable change name NAME [ dev DEV ] [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [\ngcint MSEC ] [ basereachable MSEC ] [ retrans MSEC ] [ gcstale MSEC ] [ de‐‐\nlayprobe MSEC ] [ queue LEN ] [ appprobs VAL ] [ ucastprobes VAL ] [ mcastprobes\nVAL ] [ anycastdelay MSEC ] [ proxydelay MSEC ] [ proxyqueue LEN ] [ locktime MSEC\n]\n\nip ntable show [ dev DEV ] [ name NAME ]\n\n### DESCRIPTION\n\nip ntable controls the parameters for the neighbour tables.\n\n#### ip ntable show - list the ip neighbour tables\n\nThis commands displays neighbour table parameters and statistics.\n\n\ndev DEV\nonly list the table attached to this device.\n\n\nname NAME\nonly lists the table with the given name.\n\n#### ip ntable change - modify table parameter\n\nThis command allows modifying table parameters such as timers and queue lengths.\n\nname NAME\nthe name of the table to modify.\n\n\ndev DEV\nthe name of the device to modify the table values.\n\n### EXAMPLES\n\nip ntable show dev eth0\nShows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.\n\nip ntable change name arpcache queue 8 dev eth0\nChanges the number of packets queued while address is being resolved from the default\nvalue (3) to 8 packets.\n\n### SEE ALSO\n\nip(8)\n\n### AUTHOR\n\nManpage by Stephen Hemminger\n\n\n\niproute2                                     20 Dec 2011                                IP-NTABLE(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ip-ntable",
        "section": "8",
        "mode": "man",
        "summary": "ip-ntable - neighbour table configuration",
        "synopsis": "ip [ OPTIONS ] ntable  { COMMAND | help }\nip ntable change name NAME [ dev DEV ] [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [\ngcint MSEC ] [ basereachable MSEC ] [ retrans MSEC ] [ gcstale MSEC ] [ de‐‐\nlayprobe MSEC ] [ queue LEN ] [ appprobs VAL ] [ ucastprobes VAL ] [ mcastprobes\nVAL ] [ anycastdelay MSEC ] [ proxydelay MSEC ] [ proxyqueue LEN ] [ locktime MSEC\n]\nip ntable show [ dev DEV ] [ name NAME ]",
        "flags": [],
        "examples": [
            "ip ntable show dev eth0",
            "Shows the neighbour table (IPv4 ARP and IPv6 ndisc) parameters on device eth0.",
            "ip ntable change name arpcache queue 8 dev eth0",
            "Changes the number of packets queued while address is being resolved from the default",
            "value (3) to 8 packets."
        ],
        "see_also": [
            {
                "name": "ip",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ip/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": [
                    {
                        "name": "ip ntable show - list the ip neighbour tables",
                        "lines": 11
                    },
                    {
                        "name": "ip ntable change - modify table parameter",
                        "lines": 10
                    }
                ]
            },
            {
                "name": "EXAMPLES",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}