efa fabric device add

Adds a device to an existing fabric.

Syntax

efa fabric device add { --name fabric-name --ip device-ip --role [ leaf | spine | super-spine | border-leaf] } [ --leaf-type [ single-homed | multi-homed ] --hostname <hostname> --asn <local-asn> --vtep-loopback <id> --loopback <id> --pod <pod-name> --username <username> --password <password> ]

Command Default

A device must be registered with Inventory Service before being added to a Fabric. Fabric Service supports IP numbered configuration. Each interface on a link between leaf and spine is assigned an IP address. eBGP peering use these IP addresses.

Device credentials must be provided as part of this command if the devices are not already registered with the inventory.

If user provides “username” and “password”, then the device will be auto registered with the inventory service.

If user doesn‘t provide “username” and “password”, then user would need to explicitly register the device with the inventory service.

Parameters

--name
Name of the fabric
--ip
Device IP
--role
Device Role (leaf | spine | super-spine | border-leaf)
--leaf-type
Leaf Type (single-homed | multi-homed)
--hostname
Host Name
--asn
ASN
--vtep-loopback
VTEP Loopback
--loopback
Loopback Port Number
--pod
Name of the pod
--rack
Name of the rack
--username
Username for the device
--password
password for the device

Examples

efa fabric device add --name extr-fabric --ip 10.24.80.134,10.24.80.135  --rack room1-rack1 --username admin --password password