Working with VCN Route Tables and Route Rules

Learn about VCN route tables and route rules.

Each VCN has a default route table. You can also create custom route tables. You can add, remove and edit route rules in any route table. By default, each VCN automatically routes traffic between sources and destinations within the VCN. You don’t need to define explicit route rules for this routing behavior inside a VCN, but you can change it by defining your own route rules for traffic between subnets in a VCN. For example, you can redirect traffic between two subnets in a VCN to flow through a firewall by defining an intra-VCN route rule defining the firewall private IP address as the next-hop for each other’s IP prefixes.

Each subnet in a VCN uses a single route table. When you create a subnet, you can specify which route table to use. If you don’t specify any, the default route table for the VCN will be used. You can change which route table the subnet uses at any time. When you have a public subnet and a private subnet in your VCN (for an example of this usage, see Scenario C: Public and Private Subnets with a VPN), you'll need to use different route tables for the subnets because the route rules for the subnets need to be different.

You can optionally assign a descriptive name to a custom route table during creation. It doesn't have to be unique, and you can change it later. Oracle automatically assigns the route table a unique identifier called an Oracle Cloud ID (OCID). For more information on OCIDs, see Resource Identifiers.

A route rule specifies a destination CIDR block and the target (the next hop) for any traffic that matches that CIDR. Here are the allowed types of targets for a route rule:

Note

You can't delete a particular resource when it is the target for a route rule. For example, you can't delete an internet gateway that has traffic routed to it. Delete all rules (in all route tables) with that internet gateway as the target before you try to delete the gateway or other resource.

When adding a route rule to a route table, you provide the destination CIDR block and target (plus the compartment  where the target resides). Exception: if the target is a service gateway , instead of a destination CIDR block, you specify an Oracle-provided string that represents the public endpoints for the service of interest. That way you don't need to know all the service's CIDR blocks, which might change over time.

If you misconfigure a rule (for example, enter the wrong destination CIDR block), the network traffic you intended to route might be dropped (blackholed) or sent to an unintended target.

You can move route tables from one compartment to another. Moving a route table doesn't affect its attachment to VCNs or subnets. When you move a route table to a new compartment, inherent policies apply immediately and affect access to the route table. For more information, see Access Control.

You can't delete a VCN's default route table. To delete a custom route table, it must not be associated with a subnet or a gateway, such as DRG, LPG, IGW, NGW or SGW. See the Learn Routing in OCI Networking with Examples (PDF) technical brief to learn more about VCN routing.

See Service Limits for a list of applicable limits and instructions for requesting a limit increase.

The following management tasks can be performed with route tables:

To route a subnet's traffic to a DRG

For each VCN subnet that must send traffic to a connected DRG, you must add a route rule to the VCN route table associated with that subnet. If all the subnets in the VCN use the default route table, you must add a rule to only that one table.

If all non-intra-VCN traffic that's not covered by another rule in the table must be routed to the DRG, add this new rule:

  • Target Type: Dynamic Routing Gateway. The VCN's attached DRG is automatically selected as the target, and you don't have to specify the target yourself.
  • Destination CIDR Block = 0.0.0.0/0. If you want to limit the rule to a specific network (for example, your on-premises network), then use that network's CIDR instead of 0.0.0.0/0.

For step-by-step instructions, see Updating a VCN Route Table's Rules.

To associate a VCN route table with an existing DRG attachment
Important

Perform this task only if you're setting up an advanced scenario for transit routing. See Transit Routing inside a hub VCN and Private Access to Oracle Services.

A DRG attachment always has a route table associated with it, but you can associate a different route table, edit the table's rules, or delete some or all rules.

Prerequisites: the VCN that the DRG is already attached to must have a route table.

  1. Open the navigation menu and click Networking. Under Customer connectivity, click Dynamic routing gateway.

  2. Click the DRG that is attached to the VCN that has the route table you want to use with the attachment.
  3. Click the Actions menu (Actions Menu), and then click either:

    • Associate Route Table: If the DRG attachment has no route table associated with it yet.
    • Associate Different Route Table: If you're changing which route table is associated with the DRG attachment.
  4. Select the route table.
  5. Click Associate Route Table.

The route table is now associated with the DRG attachment.