Adds, removes, or lists border-leaf pairs.
Adds the specified border leaf pair.
Removes the specified border leaf pair.
Lists border leaf pairs.
The following example adds the specified border leaf pair.
$ efa-blpair-mapping add --name blp2 --switch-ips 10.2.2.4,10.2.2.3
The following example removes the specified border leaf pair.
$ efa-blpair-mapping remove --name blp2
The following example lists the configured border leaf pairs.
$ efa-blpair-mapping list +--------------------------------------+------+-------------------+ | ID | Name | Switches | +--------------------------------------+------+-------------------+ | 8f3d786b-70e3-4c8e-888c-4f95adc162f4 | blp2 | 10.2.2.4,10.2.2.3 | +--------------------------------------+------+-------------------+