{
    "content": [
        {
            "type": "text",
            "text": "# IP-IOAM (man)\n\n## NAME\n\nip-ioam - IPv6 In-situ OAM (IOAM)\n\n## SYNOPSIS\n\nip ioam  { COMMAND | help }\n\n## DESCRIPTION\n\nThe ip ioam command is used to configure IPv6 In-situ OAM (IOAM6) internal parameters, namely\nIOAM namespaces and schemas.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (2 subsections)\n- **DESCRIPTION**\n- **EXAMPLES** (2 subsections)\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "IP-IOAM",
        "section": "",
        "mode": "man",
        "summary": "ip-ioam - IPv6 In-situ OAM (IOAM)",
        "synopsis": "ip ioam  { COMMAND | help }",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [
            "# ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0de",
            "# ip ioam namespace set 1 schema 7"
        ],
        "see_also": [
            {
                "name": "ip-route",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/ip-route/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": [
                    {
                        "name": "ip ioam namespace show",
                        "lines": 4
                    },
                    {
                        "name": "ip ioam schema show",
                        "lines": 7
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "EXAMPLES",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Configure an IOAM namespace (ID = 1) with both data (32 bits) and wide data (64 bits)",
                        "lines": 2
                    },
                    {
                        "name": "Link an existing IOAM schema (ID = 7) to an existing IOAM namespace (ID = 1)",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ip-ioam - IPv6 In-situ OAM (IOAM)\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ip ioam  { COMMAND | help }\n\n",
                "subsections": [
                    {
                        "name": "ip ioam namespace show",
                        "content": "ip ioam namespace add ID  [ data DATA32 ]  [ wide DATA64 ]\n\nip ioam namespace del ID\n"
                    },
                    {
                        "name": "ip ioam schema show",
                        "content": "ip ioam schema add ID DATA\n\nip ioam schema del ID\n\nip ioam namespace set ID schema  { ID | none }\n\n"
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "The ip ioam command is used to configure IPv6 In-situ OAM (IOAM6) internal parameters, namely\nIOAM namespaces and schemas.\n\nThose parameters also include the mapping between an IOAM namespace and an IOAM schema.\n\n",
                "subsections": []
            },
            "EXAMPLES": {
                "content": "",
                "subsections": [
                    {
                        "name": "Configure an IOAM namespace (ID = 1) with both data (32 bits) and wide data (64 bits)",
                        "content": "# ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0de\n"
                    },
                    {
                        "name": "Link an existing IOAM schema (ID = 7) to an existing IOAM namespace (ID = 1)",
                        "content": "# ip ioam namespace set 1 schema 7\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "ip-route(8)\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Justin Iurman <justin.iurman@uliege.be>\n\n\n\niproute2                                     05 Jul 2021                                  IP-IOAM(8)",
                "subsections": []
            }
        }
    }
}