Skip to the content.

Go to Overview Page

Building Multi-Cloud Apps

Initial setup on Oracle Cloud: Creating VCN with Dynamic Routing Gateway (DRG) and Service Gateway (SGW)

Introduction

In this lab you will complete some initial steps on Oracle Cloud Infrastructure, in order to be able to create interconnection link afterwards. The first step is to create a transit Virtual Cloud Network (VCN). Let’s expand now the concept of transit routing, which was already described on the main page. In order to enable traffic routing through a VCN to an Autonomous Database, you will create a Dynamic Routing Gateway (DRG) and a Service Gateway (SWG) and attach them the VCN. Then, for each gateway (virtual router), you have to create a separate route table with appropriate routing rules. On one hand you will direct incoming traffic from Azure VNet through private interconnection link between Azure ExpressRoute and Oracle FastConnect to DRG and then through SWG to the Autonomous DB residing in the Oracle Services Network. Respectively, outcoming traffic from Autonomous DB will transit firstly through SWG, then to DRG and through the interconnection link and Virtual Network Gateway on Azure site to the application hosting on VM residing in Azure VNet.

Lets get started!

Steps

STEP 1: Create Virtual Cloud Network (VCN)

STEP 2: Create Dynamic Routing Gateway (DRG) and attach it to the created Virtual Cloud Network (VCN)

STEP 3: Create Service Gateway (SWG)

STEP 4: Create first route table and associate it with DRG

You will see also Default Route Table for VCN, but we will not use it here.

.

STEP 5: Create second route table and associate it with SWG

The initial configuration on Oracle Cloud is completed.

Congratulations, you are now ready to move to the next lab and provision the Autonomous Transaction Processing Database on OCI.


Go to Overview Page