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
|
--type
|
--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.
- --vni-range
value
- Contiguous Range of L2 and L3 VNIs in ascending order reserved for the
tenant within the scope of a fabric.
- --vrf-count
value
- Number of VRFs reserved for the tenant.
- --enable-bd
- Enable BD capability for networks created under this tenant.
- --port
string
- List of physical ports of devices which will
be reserved for the asset. Example SW1_IP[0/1],SW2_IP[0/5].
- --type
- POs/VRFs of shared tenant are available to other tenants. Create EPG is not
allowed to share tenant. Default Type: private. Example: Shared
- --help
- Help for efa tenant create
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