efa fabric device add-bulk

Adds multiple devices to an existing fabric.

Syntax

efa fabric device add-bulk [ --name | --ip device-ip | --leaf | --border-leaf <hostname> | --three-stage-pod | --five-stage-pod | --spine | --super-spine | --username |--password | --rack | --help ]

Command Default

If “username” and “password” are provided, the devices will be auto registered with the inventory service.

If “username” and “password” are not provided, the devices must be registered with the inventory service.

A single “three-stage-pod” and “five-stage-pod” can be provided per CLI execution.

Parameters

--name
Specifies the name of the fabric.
--ip
Specifies the pair of device IPs for rack.
--leaf
Specifies the comma separated list of leaf IP Address/Host names.
--border-leaf
Specifies the comma separated list of borderLeaf IP Address/Host names.
--three-stage-pod
Specifies the name of the leaf/spine pod.
--five-stage-pod
Specifies the name of the super-spine pod.
--spine
Specifies the comma separated list of spine IP Address/Host names.
--super-spine
Specifies the comma separated list of super spine IP Address/Host names.
--username
Specifies the username for the list of devices.
--password
Specifies the password for the list of devices.
--rack
Specifies the rack name.
--help
Displays help for add-bulk.

Examples

efa fabric device add-bulk --name BLR_FABRIC --leaf 10.24.48.131,10.24.51.135 --border-leaf 10.24.51.131,10.25.225.58 --spine 10.24.80.139  --username admin --password password