> ## Documentation Index
> Fetch the complete documentation index at: https://docs.megaport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connecting to Oracle Cloud Infrastructure FastConnect

> This help topic describes how to create a connection between Megaport and Oracle Cloud Infrastructure FastConnect.

export const Video = ({url, text, duration}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Video -';
  if (typeof url !== 'string') {
    url = String(url);
  }
  if (typeof text !== 'string') {
    text = String(text);
  }
  if (!url || url === 'undefined') {
    console.error(`${errorPrefix} the \`url\` property is required — rendering an empty string instead`);
    return <></>;
  }
  if (!text || text === 'undefined') {
    console.error(`${errorPrefix} the \`text\` property is required — rendering an empty string instead`);
    return <></>;
  }
  return <div className="video-callout">
      <Callout icon="youtube" iconType="brands" color="#0284c7">
        <strong>
          Video:{' '}
          <a href={url} target="_blank" rel="noopener noreferrer">
            {text}
            <span className="sr-only"> (opens in a new tab)</span>
          </a>
        </strong>
        {}
        {duration && <> ({duration})</>}
      </Callout>
    </div>;
};

export const Image = ({src, alt = '', caption, width, height, shadow}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Image -';
  if (typeof src !== 'string') {
    src = String(src);
  }
  if (!src || src === 'undefined') {
    console.error(`${errorPrefix} \`src\` is required — rendering an empty string instead`);
    return <></>;
  }
  const img = <img className={['mega-image-style', shadow ? 'shadow' : ''].join(' ')} src={src} alt={alt} width={width} height={height} style={{
    display: 'block'
  }} />;
  return caption ? <figure>
      {img}
      <figcaption style={{
    textAlign: 'center',
    width
  }}>{caption}</figcaption>
    </figure> : img;
};

export const Link = ({href, children}) => {
  const errorPrefix = '\x1b[31;1;4mERROR\x1b[0m: Link -';
  if (typeof href !== 'string') {
    href = String(href);
  }
  if (!href || href === 'undefined') {
    console.error(`${errorPrefix} the \`href\` property is required — rendering an empty string instead`);
    return <></>;
  }
  if (href.includes('{') || href.toUpperCase().includes('%7B')) {
    console.error(`${errorPrefix} could not resolve a variable in href "${href}" — rendering an empty string instead`);
    return <></>;
  }
  const isExternal = (/^https?:\/\//).test(href);
  return <a href={href} className="link" target={isExternal ? '_blank' : undefined} rel={isExternal ? 'noreferrer' : undefined}>
      {children ?? href}
      {isExternal && <span className="sr-only"> (opens in a new tab)</span>}
    </a>;
};

The Oracle Cloud Infrastructure (OCI) private connection model is called FastConnect. FastConnect provides private connectivity and self-service provisioning including full API-level integration.

When connecting to the Oracle Cloud Infrastructure (OCI) through FastConnect with Megaport, the Virtual Cross Connect (VXC) forms the Layer 2 component of the connection. Layer 3 BGP connectivity is established directly between you and Oracle.

<Video url="https://youtu.be/HVcG3PPHM-E" text="Oracle FastConnect Overview" duration="8:30" />

A common FastConnect deployment might look like this:

<Image src="/images/cloud/megaport/oracle/fastconnect-deployment.png" alt="FastConnect deployment" width={900} />

<Note>
  Oracle offers an SLA on its FastConnect connectivity but the SLA requires two FastConnect VXCs for redundancy.
</Note>

<Tip>
  You can connect to OCI through FastConnect with Megaport using the OCI console without having to switch between the Oracle and Megaport Portals. For more information, see [A simple guide: OCI and Megaport are now integrated](https://blogs.oracle.com/cloud-infrastructure/post/simple-guide-oci-megaport-now-integrated).
</Tip>

There are two stages involved with establishing a FastConnect connection.

* Create the FastConnect in the Oracle console with Megaport as the provider.
* Create the VXC in the Megaport Portal to connect to your FastConnect location.

## Creating the FastConnect in the Oracle console

**To create the FastConnect in the Oracle console**

1. Log in to the Oracle console and select the region from the upper-right corner.
   <Image src="/images/cloud/megaport/oracle/manage-oracle-regions.png" alt="Oracle console" shadow={true} width={800} />

2. Create a Compartment or select an existing Compartment to deploy these new resources.
   <Image src="/images/cloud/megaport/oracle/oracle-compartment.png" alt="Compartment" shadow={true} width={800} />

3. Select Networking and create your Virtual Cloud Network (VCN), Dynamic Routing Gateway, and the
   FastConnect.

<Image src="/images/cloud/megaport/oracle/oracle-networking-and-vcn.png" alt="Networking details" shadow={true} width={800} />

When you create the FastConnect in the Oracle Console, you will be
provided with the OCID.

1. Copy this OCID and then log in to the Megaport Portal.

If you plan to use a private virtual circuit (private peering), you need a Dynamic Routing Gateway (DRG). Use the Oracle Cloud Infrastructure Console to set up a DRG, attach it to your VCN, and update routing in your VCN to include a route rule to send traffic to the DRG. It's easy to forget to update the route table but without the route rule, no traffic will flow.

## Creating the Megaport connection to Oracle FastConnect

**To create the Megaport connection to Oracle FastConnect**

1. In the <Link href="https://portal.megaport.com">Megaport Portal</Link>, go to the **Services** page and select the Port you want to use.\
   If you haven't already created a Port, see
   [Creating a Port](/connections/creating-port).

2. Add a VXC connection for the Port.\
   If this is the first connection for the Port, click the Oracle Cloud tile.
   The tile is a shortcut to the configuration page. Alternatively, click **+Connection**, click **Cloud**, then click **Oracle Cloud**.
   <Image src="/images/cloud/megaport/oracle/oracle-connection.png" alt="VXC connection" shadow={true} width={800} />

3. Enter your Oracle Cloud ID (OCID) in the Oracle Virtual Circuit ID field.\
   The Portal verifies the OCID and displays the available port locations based on the FastConnect region. For example, if your FastConnect service is deployed in Ashburn, you only see the Ashburn FastConnect targets.

4. Select a target location for your first connection and click **Next**.
   <Image src="/images/cloud/megaport/oracle/vxc-ocid-ports.png" alt="Target location" shadow={true} width={750} />

5. Specify the connection details:

   * **Connection Name** -- The name of your VXC to be shown in the <Link href="https://portal.megaport.com">Megaport Portal</Link>.

   * **Service Level Reference** (optional) -- Specify a unique identifying number for your Megaport service to be used for billing purposes, such as a cost center number, unique customer ID, or purchase order number. The service level reference number appears for each service under the Product section of the invoice. You can also edit this field for an existing service.

   * **Rate Limit** -- The speed of your connection in Mbps. Enter the same rate or up to the rate you specified in the Oracle console.

   * **VXC State** -- Select **Enabled** or **Shut Down** to define the initial state of the connection. For more information, see [Shutting Down a VXC for Failover Testing](/connections/shut-down-vxc).

     <Note>
       If you select **Shut Down**, traffic will not flow through this service and it will behave as if it was down on the Megaport network. Billing for this service will remain active and you will still be charged for this connection.
     </Note>

   * **Preferred A-End VLAN** (optional) -- Specify a VLAN ID for this connection.\
     This must be a unique VLAN ID on this Port and can range from 2 to 4093. If you specify a VLAN ID that is already in use, the system displays the next available VLAN number. The VLAN ID must be unique to proceed with the order. If you don't specify a value, Megaport will assign one.

     Alternatively, you can select **Untagged** to remove the VLAN tagging for this connection. The untagged option limits you to only one VXC deployed on this Port. You must use untagged VLANs if you are creating a MACsec connection.

   * **Minimum Term** -- Select No Minimum Term, 12 Months, 24 Months, 36 Months, 48 Months, or 60 Months. Longer terms result in a lower monthly rate. *12 Months* is selected by default. Take note of the information on the screen to avoid early termination fees (ETF).

     Enable the [Minimum Term Renewal](/portal-admin/auto-renew/#auto-renew) option for services with a 12, 24, 36, 48 or 60-month term to automatically renew the contract at the same discounted price and term length at the end of the contract. If you don't renew the contract, at the end of the term,  the contract will automatically roll over to month-to-month contract for the following billing period, at the same price, without term discounts.

     For more information, see [VXC Pricing and Contract Terms](/finance/vxc-pricing) and [VXC, Megaport Internet, and IX Billing](/finance/billing-details).

   * **Resource Tags** -- You can use resource tags to add your own reference metadata to a Megaport service.\
     To add a tag:
     1. Click **Add Tags**.
     2. Click  **Add New Tag**.
     3. Enter details into the fields:
        * **Key** -- string maximum length 128. Valid values are a-z 0-9 \_ : . / \ -
        * **Value** -- string maximum length 256. Valid values are a-z A-Z 0-9 \_ : . @ / + \ - (space)
     4. Click **Save**.
        If you already have resource tags for that service, you can manage them by clicking **Manage Tags**.
     <Warning>
       Never include sensitive information in a resource tag. Sensitive information includes commands that return existing tag definitions and information that will identify a person or company.
     </Warning>

   <Image src="/images/cloud/megaport/port-cloud-create-details.png" alt="Connection details" shadow={true} width={500} />

6. Click **Next**.\
   A summary page appears that includes the monthly cost. Click **Back** to
   make changes or click **Add VXC** to move this configuration to your
   cart. Once you have finished this configuration, you can configure
   additional VXCs or proceed through the checkout process.

7. Click **Review Order** to proceed through the checkout process, or click **Save** to save the configured services before placing the order.

8. Review the Important Information section and confirm agreement with the Service Agreements.

   If you do not have a promotion code, skip to the **Order Now** step. If you do have a promotion code, enter it into the **Enter discount code** field then click **Apply**. Alternatively, if a code already appears in the **Discounts** field, verify it is correct and click **Apply**.

   The promotional discount appears below the Standard Term discount.  This discount is not reflected in the Monthly Rate shown here, it is applied at the time of billing.  If an invalid or expired code causes an error with your order, contact your Megaport Account Manager for a replacement code.

   <Image src="/images/snippets/add-promo-code.png" alt="Add Promo Code" shadow={true} width={750} />

   If you entered an incorrect promotion code, you can remove it by clicking **Remove**.

9. Click **Order Now**.

To deploy a second FastConnect (and this is recommended), create a
second FastConnect on the Oracle Console, copy the new OCID into the
Megaport Portal, and repeat these steps.

<Note>
  Oracle regions are independent of other regions. Each FastConnect connects to one region; connecting to multiple regions requires multiple FastConnects.
</Note>

## Helpful references

* [Oracle Cloud Infrastructure Documentation: FastConnect](https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Concepts/fastconnect.htm)

* [FastConnect Redundancy Best Practices](https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/fastconnectresiliency.htm)

* [Oracle VCNs and Subnets](https://docs.cloud.oracle.com/en-us/iaas/Content/Network/Tasks/managingVCNs.htm)

* [FastConnect FAQ](https://www.oracle.com/cloud/networking/fastconnect-faq.html)
