Updating Route Table Rules

On Compute Cloud@Customer, you can change the name of a route table and add, edit, or delete rules in a route table.

    1. In the Compute Cloud@Customer Console navigation menu, click Networking, then click Virtual Cloud Networks.

    2. At the top of the page, select the compartment that contains the VCN in which you want to create a subnet.
    3. Click the name of the VCN for which you want to update the route table.

      The VCN details page is displayed.

    4. Under Resources, click Route Tables.

    5. Click the name of the route table that you want to update.

    6. Edit the route rules:
      • To change the name of the route table, click Edit, change the name in the dialog box, and click Save Changes.

      • To create a route rule, click Add Route Rules and enter the information.

      • To edit an existing rule, click the Actions menu (An image of the three dot icon.) for that rule, and then click Edit.

      • To delete a rule, click the Actions menu (An image of the three dot icon.) for that rule, and then click Delete.

  • Use the oci network route-table update command and required parameters to update the specified route table’s display name or route rules. Avoid entering confidential information.

    oci network route-table update --rt-id <route_table_OCID> --route-rules <options_to_change> [OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the UpdateRouteTable operation to update the specified route table’s display name or route rules. Avoid entering confidential information.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.