efa tenant epg create

Creates an End Point Group (EPG).

Syntax

efa tenant epg create [--name epg-name |--tenant tenant name |--description {port port-list po port-channel list } --switchport mode value --switchport-native-vlan-tagging --ctag range value --vrfvalue l3 vni value l2 vni list of ctag:l2-vni --anycast-ip list of ctag:anycast-ip --bridge-domain list of ctag:bridge-domain --switchport-native-vlan value ]

Parameters

name
Name of the EPG
tenant
Name of the tenant.
description
Description of the EPG.
port
Device ip along with ethernet port details.
po
List of portchannels.
switchport-mode
Configures switch port mode on the interfaces. Valid values are access, trunk, trunk-no-default-native.
switchport-native-vlan-tagging
Enable the native vlan characteristics on the ports of this endpoint group. Valid only if mode is set to trunk.
switchport-native-vlan
Configures native vlan on the interfaces. Valid values are 2 through 4090 corresponding to the value of its Ctag-range.
ctag-range
Customer vlan range in comma and hyphen separated format.
vrf
VRF to which these networks are attached.
l3-vni
L3 VNI to be used for this VRF.
l2-vni
L2 VNI to be used for this network in the format ctag:l2-vni.
anycast-ip
Ipv4 anycast address in the format ctag:anycast-ip.
bridge-domain
Bridge domain name in the format ctag:bridge-domain.

Examples

efa tenant epg create --name dbase --tenant vPOD1 --po po5 --switchport-mode trunk --ctag-range 90-94 --anycast-ip
 90:192.168.90.254/24,91:192.168.91.254/24,94:192.168.94.254/24 --vrf DB