efa fabric clone

Cloning can expedite the deployment of fabrics across different sites / data centers. For fabrics in two different data centers to look exactly the same for disaster recovery purposes, create a clone for the source fabric.

Syntax

efa fabric clone [ --source source-fabric-name --destination destination-fabric-name]

Parameters

--source
Name of the fabric to be cloned.
--destination
New name of the cloned fabric.

Usage Guidelines

This command clones all the fabric properties - type, stage, description, fabric settings - but not the devices on the fabric.

Examples

The following example clones BLR_FABRIC into PUN_FABRIC.

efa fabric clone --source BLR_FABRIC --destination PUN_FABRIC