efa tenant create
Creates tenant reserved resources like
total number of L3 VNIs, VLANs, VRFs, and Bridge Domains for fabrics with non-auto VNI
settings which can later be applied to an end point group.
Syntax
efa tenant create
[
--name
tenant-name
|
--
description
tenant-description
|
--l2-vni-start
value
|
--13-vni-start
value
|
--vlan-range
value
|
--vrf-count
value
|
--enable-bd
|port
list of ports
]
Parameters
- name
tenant
name
- Name of the tenant.
- description
tenant
description
- Describes the tenant.
- l2-vni-start
value
- Contiguous Range of L2 VNIs in ascending
order starting from l2-vni-start will be reserved for the tenant within the
scope of a fabric.
- l3-vni-start
value
- Contiguous Range of L3 VNIs in ascending
order starting from l3-vni-start will be reserved for the tenant within the
scope of a fabric.
- vlan-range
value
- Range of Vlans to be reserved for the
tenant.
- vrf-count int32
value
- Number of VRFs reserved for the tenant.
- enable-bd
- Enable BD capability for networks created under this tenant.
- port
value
- List of physical ports of devices which will
be reserved for the asset. Example SW1_IP[0/1],SW2_IP[0/5].
Examples
efa tenant create --name vPOD1 --vrf-count 10 --vlan-range 2-4090 --port 172.31.254.13 [0/1],172.31.254.20 [0/1], --description Subscriber1