{
    "mode": "man",
    "parameter": "ip-ioam",
    "section": "8",
    "url": "https://www.chedong.com/phpMan.php/man/ip-ioam/8/json",
    "generated": "2026-05-30T07:09:04Z",
    "synopsis": "ip ioam  { COMMAND | help }",
    "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": []
        }
    },
    "summary": "ip-ioam - IPv6 In-situ OAM (IOAM)",
    "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"
        }
    ]
}