efa tenant update

Allows changes to be made to a tenant after it has been created.

Syntax

efa tenant update [ -- name tenant-name | --operation value | --description tenant-description | --l2-vni-range value | --l3-vni-range value | --vlan-range value | --vrf-count value | --enable-bd –port list-of-ports ]

Command Default

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

Example:

tenant update --name tenant11 --operation desc-update --description tenant11Desc
tenant update --name tenant11 --operation enable-bd-update --enable-bd
tenant update --name tenant11 --operation vni-update --l2-vni-range 10002-14190  --l3-vni-range 14191-14200
tenant update --name tenant11 --operation vlan-update --vlan-range 2-4090
--vlan-range 2-4090tenant update --name tenant11 --operation num-vrf-update --vrf-count 10
tenant update --name tenant11 --operation port-add --port 10.24.80.134[0/15-17],10.24.80.135[0/15-17],10.25.225.11[0/15-17],10.25.225.46[0/15-17],10.24.85.74[0/15-17],10.24.85.76[0/15-17