—
NAME
ip-ioam - IPv6 In-situ OAM (IOAM)
SYNOPSIS
ip ioam { COMMAND | help }
ip ioam namespace show
ip ioam namespace addID[dataDATA32][wideDATA64]
ip ioam namespace delID
ip ioam schema show
ip ioam schema addID DATA
ip ioam schema delID
ip ioam namespace setIDschema { ID | none }
ip ioam monitor
DESCRIPTION
The ip ioam command is used to configure IPv6 In-situ OAM (IOAM6) internal parameters, namely IOAM namespaces and schemas.
Those parameters also include the mapping between an IOAM namespace and an IOAM schema.
The ip ioam monitor command displays IOAM data received.
EXAMPLES
Configure an IOAM namespace (ID = 1) with both data (32 bits) and wide data (64 bits)
bash
# ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0deLink an existing IOAM schema (ID = 7) to an existing IOAM namespace (ID = 1)
bash
# ip ioam namespace set 1 schema 7SEE ALSO
ip-route(8)
AUTHOR
Justin Iurman <[email protected]>