efa fabric configure

Configures the underlay and overlay on all fabric devices.

Syntax

efa fabric configure [ --name fabric-name ] [ --force ]

Parameters

--name fabric-name
Specifies the name of the fabric.
--force
Forces the configuration on the devices.

Usage Guidelines

If the --force option is used, all the devices are removed and added back to the fabric. This action can result in config remove and add on all the devices.

If the addition of devices to a fabric is successful, the underlay and overlay is configured on all the devices of the fabric using the efa fabric configure command.

Examples

(efa:extreme)extreme@tpvm:~$ efa fabric configure --name fabric-2 --force
Configure fabric force
WARNING: Fabric configure with 'force' option 'removes' all the devices from fabric after clearing
existing configuration and 'adds' back all the devices to fabric. Do you want to proceed [y/n]?
y
Fetching devices from fabric fabric-2
Removing device from fabric fabric-2
Remove Device(s) [Success]
Removal of device with ip-address = 10.24.80.159 [Succeeded]
Removal of device with ip-address = 10.24.80.158 [Succeeded]
Updating the devices in inventory for fabric fabric-2
Update of device with ip-address = 10.24.80.158 [Succeeded]
Update of device with ip-address = 10.24.80.159 [Succeeded]
Clearing the devices in the fabric fabric-2
Updating the devices in inventory for fabric fabric-2
Update of device with ip-address = 10.24.80.158 [Succeeded]
Update of device with ip-address = 10.24.80.159 [Succeeded]
Add the devices to fabric fabric-2
Add Device(s) [Success]
Addition of Leaf device with ip-address = 10.24.80.158 [Succeeded]
Addition of Leaf device with ip-address = 10.24.80.159 [Succeeded]
Validate Fabric [Success]
Configure Fabric [Success]
Please verify the fabric physical/underlay topology using 'efa fabric topology show
{physical | underlay}

' before attempting tenant configuration on the fabric.
— Time Elapsed: 1m52.840570796s —