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 command parameters, see the command topic in the Extreme Fabric Automation Command Reference.
Operation | Command |
---|---|
Create a Fabric | efa fabric create --name CNCF type non-clos |
Select MTC 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 |