1IP-IOAM(8)                           Linux                          IP-IOAM(8)
2
3
4

NAME

6       ip-ioam - IPv6 In-situ OAM (IOAM)
7

SYNOPSIS

9       ip ioam  { COMMAND | help }
10
11
12       ip ioam namespace show
13
14       ip ioam namespace add ID  [ data DATA32 ]  [ wide DATA64 ]
15
16       ip ioam namespace del ID
17
18       ip ioam schema show
19
20       ip ioam schema add ID DATA
21
22       ip ioam schema del ID
23
24       ip ioam namespace set ID schema  { ID | none }
25
26

DESCRIPTION

28       The ip ioam command is used to configure IPv6 In-situ OAM (IOAM6) in‐
29       ternal parameters, namely IOAM namespaces and schemas.
30
31       Those parameters also include the mapping between an IOAM namespace and
32       an IOAM schema.
33
34

EXAMPLES

36   Configure an IOAM namespace (ID = 1) with both data (32 bits) and wide data
37       (64 bits)
38       # ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0de
39
40   Link an existing IOAM schema (ID = 7) to an existing IOAM namespace (ID =
41       1)
42       # ip ioam namespace set 1 schema 7
43

SEE ALSO

45       ip-route(8)
46

AUTHOR

48       Justin Iurman <justin.iurman@uliege.be>
49
50
51
52iproute2                          05 Jul 2021                       IP-IOAM(8)
Impressum