# ip-ioam(8) - man - phpMan

[IP-IOAM(8)](https://www.chedong.com/phpMan.php/man/IP-IOAM/8/markdown)                                      Linux                                     [IP-IOAM(8)](https://www.chedong.com/phpMan.php/man/IP-IOAM/8/markdown)



## NAME
       ip-ioam - IPv6 In-situ OAM (IOAM)

## SYNOPSIS
       **ip** **ioam**  { _COMMAND_ | **help** }


### ip ioam namespace show

       **ip** **ioam** **namespace** **add** _ID_  **[** **data** _DATA32_ **]**  **[** **wide** _DATA64_ **]**

       **ip** **ioam** **namespace** **del** _ID_

### ip ioam schema show

       **ip** **ioam** **schema** **add** _ID_ _DATA_

       **ip** **ioam** **schema** **del** _ID_

       **ip** **ioam** **namespace** **set** _ID_ **schema**  { _ID_ | **none** }


## 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.


## EXAMPLES
### Configure an IOAM namespace (ID = 1) with both data (32 bits) and wide data (64 bits)
       # ip ioam namespace add 1 data 0xdeadbeef wide 0xcafec0caf00dc0de

### Link an existing IOAM schema (ID = 7) to an existing IOAM namespace (ID = 1)
       # ip ioam namespace set 1 schema 7

## SEE ALSO
       [**ip-route**(8)](https://www.chedong.com/phpMan.php/man/ip-route/8/markdown)

## AUTHOR
       Justin Iurman <<justin.iurman@uliege.be>>



iproute2                                     05 Jul 2021                                  [IP-IOAM(8)](https://www.chedong.com/phpMan.php/man/IP-IOAM/8/markdown)
