Fabrics
Fabrics are a collection of Network devices, network configurations, network profiles and external connections.
A Fabric is required before setting up a switch out of band subnet and a network device
To set up a Fabric, go to the Fabric Manager, click on Fabrics and click on Add Fabric
In the box, fill in the Name, Description, select the site and Fabric Type (Currently, Ethernet is the only supported option)
You will notice the Fabric is currently in Draft. In this state, the fabric is not available for use. Changing it to Active will make it available for use.
To do this, click on Fabrics, click on the fabric and click on Fabric Settings and click on Activate
At this point, set up the switch out of band subnet and the network device which will be associated to the fabric.
Once these are set up, click on the fabric to edit it.
To add a network device click on Topology, Add Element Network Device, select the network device and click Add Network Device. Repeat for all network devices you wish to add.
Once the network devices are added, they can be deleted from the fabric by clicking on the network device in the Topology and clicking delete
Click on the Fabric, then Topology to:
- Modify the
Topology- Add/Delete network devices and modify links
Click on the Fabric, then Logical Networks to:
- Add Public Logical Network
- Edit existing Logical Networks
Click on the Fabric, then Logical Networks to:
Click on the Fabric, then External Connections to:
Click on Fabric Settings to change the configuration of the fabric.
Under Fabric Settings/General you can:
- Site - The site this fabric will be assigned to
- External ID - The external identifier for this fabric on the controller
- Use DPU Mode If Available - Enable DPU mode when a DPU is available on the fabric.
Under
Fabric Settings/Vlan Configurationyou can: - Modify
Logical Network VLAN Auto-Allocation Range - Modify
L3 VNI VLAN Auto-Allocation Range - Modify
Reserved VLANs - Modify
Prevent VLAN CleanupUnderFabric Settings/VNI Configurationyou can: - Modify L2 VNI Prefix
- Modify L3 VNI Prefix
Under
Fabric Settings/Link Aggregation Configurationyou can: - Modify
LAG Ranges - Modify
MLAG RangesUnderFabric Settings/Monitoring Configurationyou can: - Enable/Disable
gNMI Monitoring - Enable/Disable
Syslog Monitoring - Enable/Disable
Server only operationUnderFabric Settings/Fabric Templatesyou can: - Modify
Underlay Templates- BGP Numbering and Configuration Template Library Label At the top level of theFabrics, you can tick the fabrics you wish to delete and click onBulk Operations/Deleteto delete the fabric
To manage Fabric interconnects, click on Fabrics/Interconnects, from here you can:
- Add/Delete and Manage Fabric Interconnects
In the main Fabric Manager, you can further:
Click on Route Domains to manage route domains for L3 isolation
Click on BGP Sessions and Link Aggregations to manage BGP sessions and link aggregations on the fabric links
Re-scanning fabric links
Section titled “Re-scanning fabric links”To refresh the link discovery for a fabric (for example after adding or removing physical cables), use the rescan action:
curl -X POST "https://<your-server>/api/v2/network-fabrics/{networkFabricId}/actions/rescan-links" \ -H "Authorization: Bearer <API_KEY>"