Non-Clos topology is used for small scale, VCS-like deployments, and consists of four interconnected racks containing two devices each, for a maximum scale of eight devices. The devices are connected uisng eth 0/46, eth 0/47 and eth 0/48.
$ efa fabric create --name extr-fabric --type non-clos
$ efa fabric device add --name extr-fabric --ip 10.24.80.134 --rack room1-rack1 --username admin --password password $ efa fabric device add --name extr-fabric --ip 10.24.80.135 --rack room1-rack1 --username admin --password password $ efa fabric device add --name extr-fabric --ip 10.25.225.163 --rack room1-rack2 --username admin --password password $ efa fabric device add --name extr-fabric --ip 10.25.225.167 --rack room1-rack2 --username admin --password password
efa fabric device add-bulk command. If a username and password are
provided, then the devices will be auto registered with the inventory service.
$ efa fabric device add-bulk --name extr-fabric --rack room1-rack1 --ip 10.24.80.134,10.24.80.135 --rack room1-rack2 --ip 10.25.225.163,10.25.225.167
efa fabric configure
command to validate and configure the Fabric Topology.
$ efa fabric configure --name extr-fabric
create, add, and
configure,
Clos topology validations are performed. If the validation contains errors, the
errors are reported to the user. The encountered Fabric topology errors can be
exported to a CSV/DOT file. efa
fabric configure command above.efa fabric export: Export fabric details to a .CSV file.efa fabric show: Display the details of the fabric.efa fabric topology show physical: Displays physical
connectivity of the devices in a fabric.efa fabric topology show underlay: Displays the underlay
connectivity - the BGP neighborship and the state of BGP sessions of the devices
in a fabric.efa fabric topology show overlay: Displays the overlay
connectivity of the devices in a fabric.