efa-blpair-mapping

Adds, removes, or lists border-leaf pairs.

Syntax

efa-blpair-mapping add [ --name name | --switch-ips switches ]

Adds the specified border leaf pair.

efa-blpair-mapping remove [ --name name ]

Removes the specified border leaf pair.

efa-blpair-mapping list

Lists border leaf pairs.

Parameters

--name name
Specifies the IP address of the device for which you want to see a list of interfaces.
--switch-ips
Comma-separated IP addresses of border-leaf on fabric. For example, 10.2.2.2,10.2.2.3.

Examples

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

Example

The following example removes the specified border leaf pair.

$ efa-blpair-mapping remove --name blp2

Example

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 |
+--------------------------------------+------+-------------------+