efa tenant epg detach

Detaches an EPG.

Syntax

efa tenant epg detach [ --tenant |--source-epg |--destination-epg |--destination-epg-description |--destination-epg-ctag-range |--help]

Parameters

--tenant
Specifies the tenant name.
--source-epg
Specifies the source EPG name.
--destination-epg
Specifies the destination EPG name.
--destination-epg-description
Displays destination EPG description.
--destination-epg-ctag-range
Specifies the destination EPG ctag range.
--help
Displays help for detach.

Examples

The following is an example of using the epg split flag.

efa tenant epg show
=============================================================================
Name          : epg11
Tenant        : tenant11
Description   :
Ports         :
POs           : po1315, po1215, po1115
Port Property : switchport mode     : trunk            
		: native-vlan-tagging : false
NW Policy  : ctag-range          :211-212
              : vrf                 : blue11
              : l3-vni              : 14191
Network Property [Flags : * - Native Vlan]
+------+--------+---------------+---------+-------------+-------------+
| Ctag | L2-Vni |  Anycast-ip   | BD-name |  Dev-state  | App-state  |
+------+--------+---------------+---------+-------------+-------------+
| 211  | 10002  | 10.10.11.1/24 |         | provisioned | cfg-in-sync |
+------+--------+---------------+---------+-------------+-------------+
| 212  | 10003  | 10.10.12.1/24 |         | provisioned | cfg-in-sync |
+------+--------+---------------+---------+-------------+-------------+

=============================================================================
efa tenant epg split --tenant tenant11 --source-epg epg11 --destination-epg epg12 --destination-epg-ctag-range 212

efa tenant epg show
=============================================================================
Name          : epg12
Tenant        : tenant11
Description   :
Ports         :
POs           : po1315, po1215, po1115
Port Property : switchport mode     : trunk              
		: native-vlan-tagging : false
NW Policy  : ctag-range          : 212
              : vrf                 : blue11
              : l3-vni              : 14191
Network Property [Flags : * - Native Vlan]
+------+--------+---------------+---------+-------------+-------------+
| Ctag | L2-Vni |  Anycast-ip   | BD-name |  Dev-state  |  App-state  |
+------+--------+---------------+---------+-------------+-------------+
| 212  | 10003  | 10.10.12.1/24 |         | provisioned | cfg-in-sync |
+------+--------+---------------+---------+-------------+-------------+
=============================================================================
Name          : epg11
Tenant        : tenant1
Description   :
Ports         :
POs           : po1315, po1215, po1115
Port Property : switchport mode     : trunk
              : native-vlan-tagging : false
NW Policy  : ctag-range          : 211
              : vrf                 : blue11
              : l3-vni              : 14191
Network Property [Flags : * - Native Vlan]
+------+--------+---------------+---------+-------------+-------------+
| Ctag | L2-Vni |  Anycast-ip   | BD-name |  Dev-state  |  App-state  |
+------+--------+---------------+---------+-------------+-------------+
| 211  | 10002  | 10.10.11.1/24 |         | provisioned | cfg-in-sync |
+------+--------+---------------+---------+-------------+-------------+