efa tenant epg split

Splits an EPG.

Syntax

efa tenant epg split --tenant tenant name --source-epg source epg name [--destination-epg name --destination-epg-description description --destination-epg-ctag-range ctag range]

Parameters

--tenant
Tenant name
--source-epg
Source EPG name
--destination-epg
Destination EPG name
--destination-epg-description
Destination EPG description
--destination-epg-ctag-range
Destination EPG ctag range

Usage Guidelines

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 |
+------+--------+---------------+---------+-------------+-------------+