Day-0 operations consist of forming the fabric.
This table provides examples of the commands that you use to create a non-Clos fabric with two SLX devices. For more information about commands and supported parameters, see Extreme Fabric Automation Command Reference, 2.4.0.
Operation | Command Example |
---|---|
Create a fabric | efa fabric create --name CNCF type non-clos |
Select MCT ports | efa fabric setting update --rack-ld-mct-ports '0/29,0/30,0/31,0/32' --name CNCF |
Enable backup routing | efa fabric setting update --backup-routing-enable Yes --name CNCF |
Disable VLAN VNI auto-map | efa fabric setting update --vni-auto-map No --name CNCF |
Add the first device | efa fabric device add --ip 10.24.80.158 --hostname slx-a --rack pod1 --username admin --password password --name CNCF |
Add the second device | efa fabric device add --ip 10.24.80.159 --hostname slx-b --rack pod1 --username admin --password password --name CNCF |
Configure the fabric | efa fabric configure --name CNCF |