{
    "content": [
        {
            "type": "text",
            "text": "# ip-netconf (man)\n\n## NAME\n\nip-netconf - network configuration monitoring\n\n## SYNOPSIS\n\nip  [ ip-OPTIONS ] netconf show [ dev NAME ]\n\n## DESCRIPTION\n\nThe ip netconf utility can monitor IPv4 and IPv6 parameters (see\n/proc/sys/net/ipv[4|6]/conf/[all|DEV]/) like forwarding, rpfilter, proxyneigh, ig‐\nnorerouteswithlinkdown or mcforwarding status.\n\n## TLDR\n\n> Display configuration parameters.\n\n- Show network configuration for all interfaces:\n  `ip {{netc|netconf}}`\n- Show network configuration for a specific interface:\n  `ip {{netc|netconf}} {{s|show}} dev {{network_interface}}`\n- Show only IPv4 network configuration:\n  `ip -4 {{netc|netconf}}`\n- Show only IPv6 network configuration:\n  `ip -6 {{netc|netconf}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (1 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ip-netconf",
        "section": "",
        "mode": "man",
        "summary": "ip-netconf - network configuration monitoring",
        "synopsis": "ip  [ ip-OPTIONS ] netconf show [ dev NAME ]",
        "tldr_summary": "Display configuration parameters.",
        "tldr_examples": [
            {
                "description": "Show network configuration for all interfaces",
                "command": "ip {{netc|netconf}}"
            },
            {
                "description": "Show network configuration for a specific interface",
                "command": "ip {{netc|netconf}} {{s|show}} dev {{network_interface}}"
            },
            {
                "description": "Show only IPv4 network configuration",
                "command": "ip -4 {{netc|netconf}}"
            },
            {
                "description": "Show only IPv6 network configuration",
                "command": "ip -6 {{netc|netconf}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "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": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": [
                    {
                        "name": "ip netconf show - display network parameters",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ip-netconf - network configuration monitoring\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ip  [ ip-OPTIONS ] netconf show [ dev NAME ]\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The ip netconf utility can monitor IPv4 and IPv6 parameters (see\n/proc/sys/net/ipv[4|6]/conf/[all|DEV]/) like forwarding, rpfilter, proxyneigh, ig‐\nnorerouteswithlinkdown or mcforwarding status.\n\nIf no interface is specified, the entry all is displayed.\n\n",
                "subsections": [
                    {
                        "name": "ip netconf show - display network parameters",
                        "content": "dev NAME\nthe name of the device to display network parameters for.\n\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "ip(8)\n\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Original Manpage by Nicolas Dichtel <nicolas.dichtel@6wind.com>\n\n\n\niproute2                                     13 Dec 2012                               IP-NETCONF(8)",
                "subsections": []
            }
        }
    }
}