OCI FastConnect to on-premise Steps and What to Know for 2026

Connecting to OCI FastConnect from your datacenter or corporate office should follow the same evaluation rigor you performed when you decided Oracle would be your cloud vendor.  Even if you are not a WAN or Telco expert, we will discuss the basics so you can uplevel your routing and switching knowledge and vendor approach to solve this network topology requirement.  OCI FastConnect is a superior on-ramp network environment into Oracle Cloud Infrastructure, where they have removed a lot of guesswork.  We have designed and implemented hundreds of OCI FastConnect environments for Oracle clients globally and we will explain various steps we take in this process.  Even if you have an existing WAN such as MPLS, Private Lines or SDWAN, depending on the provider, a FastConnect node might be all that’s required to establish routes from on-premise to FastConnect.  FastConnect is similar in concept to other CSPs that deliver an on-ramp to their cloud; it is essentially the on/off ramp to their cloud highway.  It is very important you understand the differences between providers who can complete a FastConnect connection to your on-premise datacenter.  Each location serves as its own use case, and not all providers can support all FastConnect regions.  This is not an OCI limitation, but a telecom provider limitation based on network reach, latency or route refelector buildout.   The providers we work with include Tier-1 ISPs, Tier-2/Tier-3 ISPs, Colocation Data Center Providers and other niche playerto other niche providers, as not all use cases serve FastConnect the same.  

 

Download our Fee EBook below on OCI FastConnect pricing ranges from various provider options.  

Here at Macronet Services, we have designed over 300 FastConnect options for clients Globally ranging from Multi-Cloud or Hybrid Cloud DataCenters or from Corporate Offices.  Our partnership with Oracle offers clients a free design and setup from OCI FastConnect to your on-prem datacenter or offices.  Plus, we have over 20+ years of designing Global Tier-1 ISP connections for public and private networks, affording you a deep experience team with active technical/pricing trends.

OCI FastConnect Steps clients to design options into to FastConnect from on-premise.   

 

 

Technical Requirements of OCI FastConnect: 

 

What would be an example of an OCI Console configuration for FastConnect?  In general, we’ve included some of the OCI Console and Router Configuration steps.  Your environment may differ and enhancement toOCI occur regularly so it is best to contact us for the latest and understand your on-premise setup.

  1. Login into your OCI Tenant
  2. Navigate to Networking → FastConnect
  3. Click Create FastConnect
    1. Choose connection type:
      1. FastConnect Partner
      2. Port Based
    2. Fill required details:
      1. Compartment
      2. Virtual circuit name
      3. Provider (if using partner)
      4. Bandwidth
      5. Customer BGP ASN
      6. Dynamic routing gateway (DRG)
  4. Your on-premise Router Configuration Steps for OCI FastConnect: 

# Basic & start of a Cisco IOS configuration example

! Configure VLAN interface

interface GigabitEthernet0/0.100

 encapsulation dot1q 100

 ip address 192.168.1.2 255.255.255.252

 no shutdown

 

! BGP Configuration

router bgp <your-asn>

 neighbor 192.168.1.1 remote-as <oracle-asn>

 neighbor 192.168.1.1 description OCI-FastConnect

 neighbor 192.168.1.1 password <md5-password>

 

 ! Network advertisements

 network 10.0.0.0 mask 255.255.0.0

 

 ! Optional: BGP timers

 neighbor 192.168.1.1 timers 10 30

  1. Virtual Circuit Status Verification: 

 

# On Cisco Router

show ip bgp summary

show ip bgp neighbors

show ip route bgp

 

# In OCI Console:

– Check Virtual Circuit status

– Verify BGP session status

– Monitor route advertisements

  1. Test and Validation: 
    • Ping Oracle services
    • Test connectivity to VCN resources
    • Verify route propagation
    • Check bandwidth utilization
    • Test failover if redundant setup
  2. Common Issues and Solutions: 
    • BGP not establishing: 
      • Check ASN numbers
      • Verify MD5 authentication
      • Confirm IP addressing
    • Routes not propagating: 
      • Check route advertisement configuration
      • Verify route security lists
      • Confirm DRG route tables
  3. Security Considerations: 
    • Implement route filters
    • Set up prefix lists
    • Configure maximum prefix limits

# Example BGP security configuration

router bgp <your-asn>

 neighbor 192.168.1.1 maximum-prefix 100

 neighbor 192.168.1.1 prefix-list ALLOWED_PREFIXES in

 neighbor 192.168.1.1 prefix-list ADVERTISE_PREFIXES out

  1. Monitoring Setup: 
    • Configure SNMP monitoring
    • Set up BGP session alerts
    • Monitor bandwidth utilization
    • Track route stability

A basic and starting point for Juniper Configuration Example for On-Premise to OCI FastConnect:

junos

# Interface Configuration

set interfaces xe-0/0/0 unit 100 vlan-id 100

set interfaces xe-0/0/0 unit 100 family inet address 192.168.1.2/30

 

# BGP Configuration

set protocols bgp group OCI-FASTCONNECT type external

set protocols bgp group OCI-FASTCONNECT peer-as <oracle-asn>

set protocols bgp group OCI-FASTCONNECT neighbor 192.168.1.1

set protocols bgp group OCI-FASTCONNECT authentication-key “<md5-password>”

 

# Route Advertising

set protocols bgp group OCI-FASTCONNECT export EXPORT-POLICY

set policy-options policy-statement EXPORT-POLICY term 1 from protocol direct

set policy-options policy-statement EXPORT-POLICY term 1 then accept

 

# Security

set protocols bgp group OCI-FASTCONNECT maximum-prefixes 100

  1. Arista Configuration Example:

 

! Interface Configuration

interface Ethernet1

   description OCI-FastConnect

   no switchport

   ip address 192.168.1.2/30

   

! BGP Configuration

router bgp <your-asn>

   neighbor 192.168.1.1 remote-as <oracle-asn>

   neighbor 192.168.1.1 password <md5-password>

   

   ! Route advertisement

   network 10.0.0.0/16

   

   ! Optional BFD for faster failover

   neighbor 192.168.1.1 bfd

  1. Detailed Monitoring Commands:

OCI FastConnect to On-Premise Data Center Colocation or Wide Area Network (WAN) FAQS

What bandwidth connection speeds does OCI FastConnect support?

OCI FastConnect supports several bandwidth connection options:

Which Telecom Carrier works with OCI FastConnect?

Each OCI Region supports a limited set of carriers, which may/may not be the same across other geographies.  It’s best to contact Macronet Services, who can look up the region location in our fiber tools and .kmz’s to make the best recommendation.  This will save tremendous time.

Part of Macronet Services’ commitment to perfecting the client experience when you partner with OCI, we do offer free WAN evaluation and benchmarking.  Many OCI clients have benefited from our expertise to find cost optimization within their corporate network, resulting in millions in savings that can be applied to their Oracle Compute costs.  

Does OCI FastConnect require BGP?

Yes. Border Gateway Protocol (BGP) is required for FastConnect to exchange routes between:

BGP enables automatic route updates and failover.

How much does OCI FastConnect cost?

Costs typically include:

  1. Port charges (Oracle side)

  2. Partner connectivity fees

  3. Cross-connect fees in colocation facilities

  4. Data transfer charges

Does OCI FastConnect require BGP?

Yes, BGP is required typically for FastConnect to exchange routes between your on-premise network and the OCI VCN routing from FastConnect.  However, this is not a traditional multi-home BGP setup with a /24, you might be familiar with working with ISPs.  The peering setup is much more stripped down and easier.  We can provide you with context over a Video call.

How long does it take to deploy FastConnect?

FastConnect can be deployed in minutes within the OCI Console.  Connecting to another location, such as a redundant mult-cloud environment globally from your FastConnect region, can be installed with BGP propagating in 30 minutes.  If you are installing a dedicated physical circuit from your on-prem data center, the timeline varies from a 1 to 45 days for a 1G circuit and 30-90 days for a 10G-100G circuit due to the size and equipment needed.  99% of the time the duration in days is due to your on-prem location, not OCI.  Carriers are usually well-equipped to service the OCI region; your datacenter may not have a 100G capable connection to use immediately.  This is why our free fiber analysis removes the guesswork for clients, and we’ve reduced install times by half in some instances.

Is FastConnect Secure

Yes. Security benefits include:

Can FastConnect connect and route to multiple OCI Regions and other cloud providers such as AWS, Azure, GCP, IBM, etc.?

Yes, this is a major benefit of FastConnect.  The main items to consider are bandwidth, latency, and cost from the providers that can reach these regions.  It’s recommended to contact Macronet Services so that a valid latency figure in ms can be calculated across ICMP tools before ordering.  For example, Macronet Services has designed AWS East to OCI Ashburn within a few milliseconds, a requirement for many clients.

OCI FastConnect vs. VPN: Which is the better method?

OCI FastConnect is recommended vs. an IPSec VPN.  IPSec requires an internet connection, which can have upstream AS issues (BGP outages and more), which as a client, you have zero control over.  Additionally, you lose aproximately 20% overhead on your circuit due to encryption, so a 1G circuit is now an 800M connection.  Lastly, other non-OCI clouds, such as AWS, charge a higher egress cost over an IPSec VPN vs. a private connection destined to FastConnect.  If you have large volumes of data, this can add up.

Does OCI FastConnect support AI workload connectivity?

Yes.  As more companies look to expand their GPUaaS with Oracle, other Clouds or even internal colocation data center space, FastConnect has been designed to support Large Language Models, RAG, and many other use cases in the AI Era.

Contact us, and we can provide you an overview and a customized use case to show how we could help your organization.

Related posts

What is SD-WAN

by macronetservices
6 years ago

HPE buys Silver Peak

by macronetservices
6 years ago

How to connect to Cloud Service Providers (CSP) in this Software Defined world for multi-cloud

by macronetservices
6 years ago
Exit mobile version