Configure Shared Tenant, Shared VRF, and Private EPG using Shared VRF

You can configure shared tenant, shared VRF, and private EPG.

About this task

Follow this procedure to configure shared tenant, shared VRF, and private EPG.

Procedure

  1. To configure Shared Tenant, run the following command:
    efa tenant create --name <epg-name> --type shared --port <port-list> 
        --vrf-count <num-of-vrfs> --l3-vni-range <l3-vni-range>
        --vlan-range <vlan-range> --l2-vni-range <l2-vni-range>
  2. To configure Shared VRF under the ownership of Shared Tenant, run the following command:
    efa tenant vrf create --name <vrf-name> --tenant <shared-tenant-name>
  3. To configure endpoint group (EPG) under the ownership of Private Tenant using the Shared VRF, run the following command:
    efa tenant epg create --name <epg-name> --tenant <private-tenant> 
        --po <po-list> --switchport-mode <trunk|access> --ctag-range <ctag-range> 
        --anycast-ip <ctag:anycast-ip> --vrf <shared-vrf-owned-by-shared-tenant>