Introduction
In this first part of the blog series, I will start configuring the OCI side. This will help us connect two Oracle Cloud Infrastructure (OCI) Regions using the Equinix Fabric and can replace the OCI Remote Peering Connection (RPC), which has all the benefits of Equinix SLAs.
Please go here for the main page.
Please go here for the Equinix side configuration, the second part of the blog.
Please go here for the Equinix Network Edge Device configuration, the third part of the blog.

For this connectivity model, we will use:
– Two FastConnects with Equinix as a Partner.
– One Equinix Network Edge Device.
– Two Equinix Connections.
– The Equinix Fabric infrastructure.
In this Blog, we will use the following technologies:
– Virtual Cloud Network (VCN) – for more information, please access official documentation at https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/managingVCNs.htm
– Dynamic Routing Gateway v2 (DRGv2) – for more information, please access official documentation at https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/managingDRGs.htm
– OCI Compute – for more information, please access official documentation at https://www.oracle.com/cloud/compute/
– OCI FastConnect Partner Connectivity Model – for more information, please access official documentation at https://www.oracle.com/cloud/networking/fastconnect/connectivity-models/
Prerequisites
In this blog, we will cover how to provision OCI FastConnect. To do this, we will need the following resources already provisioned and configured:
1. VCNs – in our case, we will have a VCN in the Ashburn region with 10.10.0.0/16 CIDR and another VCN in the Phoenix region with 10.20.0.0/16 CIDR with all routing and Security List / Network Security Groups to allow connectivity between Ashburn and Phoenix CIDR Blocks
2. 2 DRGs – in our case, one DRG in Ashburn and one DRG in Phoenix with VCN attachments and routing in place to allow traffic between Ashburn VCN and Phoenix VCN
3. 2 Compute VMs – in our case, one compute VM in Ashburn with IP 10.10.10.193 and one in Phoenix with IP 10.20.10.165
4. Prepare and have in handy all the needed data to configure this solution. In our case, what I have prepared is:
# Ashburn VCN CIDR = 10.10.0.0/16
# Ashburn subnet = 10.10.10.0/24
# Ashburn Compute instance IP = 10.10.10.193
# Ashburn FastConnect BGP subnet = 172.16.0.0/30
# Phoenix VCN CIDR = 10.20.0.0/16
# Phoenix subnet = 10.20.10.0/24
# Phoenix Compute instance IP = 10.20.10.165
# Phoenix FastConnect BGP subnet = 172.16.0.4/30
# Equinix BGP ASN = 65000
# Oracle BGP ASN = 31898
Solution Description
This solution does not focus on redundancy, and the connectivity will be based on this network diagram:

This blog will focus on how we can configure OCI FastConnect using Equinix Partner Provisioning, which is done by following the following steps:
a. Select Phoenix Region.

b. Go to FastConnect under Customer Connectivity.

c. Select Create FastConnect.

d. Select the Connection type as “FastConnect Partner,” select Partner as “Equinix Fabric,” and click Next.

e. Provide a name for this connection, select DRG and bandwidth, and fill in the BGP IP addresses for Customer IP (Equinix in this case) and Oracle IP. After we add the IP addresses, we need to provide the ASN on the Equinix side; in this case, we used 65000. Optional you can select MTU to 9000 to take full advantage of the Jumbo MTU.

f. Now that we have configured this FastConnect, it will appear as shown in the picture below. On this screen, we can see the OCID of this Fastconnect. This OCID is needed later to create the Equinix side.

g. Now we can move to the Ashburn region and create a FastConnect in that OCI Region using the steps in this section, points (a to (f with the difference that for the Ashburn region, we will use IPs from the Ashburn FastConnect BGP subnet.





We should have 2 FastConnects configured in the state “Pending Partner,” one in each region.


For Equinix side configuration, please go here for complete details.
I hope you enjoyed this blog. Thank you for reading!
