{
    "content": [
        {
            "type": "text",
            "text": "# ip-ioam(8) (man)\n\n**Summary:** ip-ioam - IPv6 In-situ OAM (IOAM)\n\n**Synopsis:** ip ioam  { COMMAND | help }\n\n## Examples\n\n- `# ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0de`\n- `# ip ioam namespace set 1 schema 7`\n\n## See Also\n\n- ip-route(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (3 lines) — 2 subsections\n  - ip ioam namespace show (4 lines)\n  - ip ioam schema show (7 lines)\n- **DESCRIPTION** (6 lines)\n- **EXAMPLES** (1 lines) — 2 subsections\n  - Configure an IOAM namespace (ID = 1) with both data (32 bits (2 lines)\n  - Link an existing IOAM schema (ID = 7) to an existing IOAM na (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\nip-ioam - IPv6 In-situ OAM (IOAM)\n\n### SYNOPSIS\n\nip ioam  { COMMAND | help }\n\n#### ip ioam namespace show\n\nip ioam namespace add ID  [ data DATA32 ]  [ wide DATA64 ]\n\nip ioam namespace del ID\n\n#### ip ioam schema show\n\nip ioam schema add ID DATA\n\nip ioam schema del ID\n\nip ioam namespace set ID schema  { ID | none }\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\nThose parameters also include the mapping between an IOAM namespace and an IOAM schema.\n\n### EXAMPLES\n\n#### Configure an IOAM namespace (ID = 1) with both data (32 bits) and wide data (64 bits)\n\n# ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0de\n\n#### Link an existing IOAM schema (ID = 7) to an existing IOAM namespace (ID = 1)\n\n# ip ioam namespace set 1 schema 7\n\n### SEE ALSO\n\nip-route(8)\n\n### AUTHOR\n\nJustin Iurman <justin.iurman@uliege.be>\n\n\n\niproute2                                     05 Jul 2021                                  IP-IOAM(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "ip-ioam",
        "section": "8",
        "mode": "man",
        "summary": "ip-ioam - IPv6 In-situ OAM (IOAM)",
        "synopsis": "ip ioam  { COMMAND | help }",
        "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": []
            }
        ]
    }
}