efa fabric create

Creates a fabric.

Syntax

efa fabric create [ --name fabric-name | --type clos | non-clos |--stage 3 | 5 |--description description ]

Parameters

--name fabric-name
Specifies the name of the fabric.
--type clos | non-clos
Specifies the type of the fabric. The default is Clos.
--stage 3 | 5
Specifies the type of fabric to create. The default is a 3-stage fabric. Stage 0 is considered the default stage for Clos and is ignored for non-Clos.
--description description
Describes the product.

Examples

This example creates a three-stage fabric.
efa fabric create --name clos-fabric --type clos --stage 3