Configure a 3-Stage Clos Fabric
The 3-stage topology has 2 layers of devices: leaf and spine. All links between leaf and spine must be connected. Spine nodes are not interconnected.
About this task

Tip
If any devices in a fabric are in "admin-down" state, use of the following commands in that same fabric will not add or delete devices in the fabric: efa fabric device add-bulk and efa fabric device remove.Procedure
Example
This example creates the fabric.efa fabric create --name stage3
Example
This example adds multiple devices to the fabric.efa fabric device add-bulk --leaf 10.20.50.205,10.20.50.206,10.20.50.207 --spine 10.20.50.203,10.20.50.204 --name stage3 --username admin --password password
Example
This example configures the fabric.efa fabric configure --name stage3