efa tenant update
Allows changes to be made to a tenant
after it has been created.
Syntax
efa tenant update
[
-- name tenant-name
|
--
|
--description
tenant-description
|
--l2-vni-range
value
|
--l3-vni-range
value
|
--vlan-range
value
|
--vrf-count
value
|
--enable-bdvalue
operation
valueportvalue]
Parameters
- name
tenant-name
- Specifies name of tenant.
- description
tenant-description
- Describes the tenant.
- l2-vni-range
value
- Specifies the contiguous range of Layer 2
VNIs in ascending order that are reserved for the tenant within the scope of
a fabric.
- l3-vni-range
value
- Specifies the contiguous Range of L3 VNIs in
ascending order will be reserved for the tenant within the scope of a
fabric.
- vlan-range
value
- Specifies the range of Vlans to be reserved for the tenant.
- vrf-count int
value
- Specifies the number of VRFs tobe reserved for the tenant.
- enable-bd
value
- Enables BD capability for networks created under this tenant.
- operation
value
- Specifies operation code.
Valid values are desc-update | vni-update | port-add | port-delete |
vlan-update | num-vrf-update | enable-bd-update
- port
value
- Lists physical ports of devices which will be reserved for the asset.
Example: SW1_IP[0/1],SW2_IP[0/5]
Examples
efa tenant update --name t3 --port 10.20.50.205[0/1-10],10.20.50.206[0/1-10] --operation port-add
Tenant updated successfully.