Creating a DRG Route Table

Create a dynamic routing gateway (DRG) route table in Oracle Cloud Infrastructure.

When you create a DRG, two default route tables are created for you: one for VCN attachments and one for all other attachments. You can assign a new DRG route table to a DRG attachment to change the routing behavior.

For details about DRG routing, see Working with DRG Route Tables and Route Distributions.

    1. Open the navigation menu and click Networking. Under Customer connectivity, click Dynamic routing gateway.
    2. Under List Scope, select the compartment that contains the DRG for which you want to create a route table.
      The page updates to display only the resources in that compartment. If you're not sure which compartment to use, contact an administrator. For more information, see Access Control.
    3. Click the name of the DRG.
    4. Under Resources, click DRG route tables.
    5. Click Create DRG route table.
    6. (Optional) Enter a descriptive name for the route table. Avoid entering confidential information.
    7. Under Static route rules, specify a destination for the route table. The route table must include at least one destination, but you can specify more if needed.
      • Destination CIDR block: Enter a destination CIDR block, enable import route distribution, or enter nothing and the default CIDR 0.0.0.0/0 is applied, allowing all traffic.
      • Next hop attachment type: Select the intended target type of the static rule.
      • Next hop attachment: Select a VCN, virtual circuit, IPSec tunnel, or remote peering connection attachment.
    8. (Optional) Click Show Advanced options, and provide the following information:
      • Enable import route distribution: Select this option to assign an import route distribution to the route table so it dynamically learns new routes based on BGP advertisements.
      • Enable ECMP: Select this checkbox to enable equal-cost multi-path routing (ECMP), which disambiguates routing decisions when the same destination can be reached from multiple paths.
      • Tags: If you have permissions to create a resource, then you also have permissions to apply free-form tags to that resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you're not sure whether to apply tags, skip this option or ask an administrator. You can apply tags later.
    9. Click Create DRG route table.

    The route table is created and displayed in the DRG route tables area of the DRG details page.

  • Use the network drg-route-table create command and required parameters to create a DRG route table:

    oci network drg-route-table create --drg-id ocid ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the CreateDrgRouteTable operation to create a DRG route table.