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.
-
In the Compute Cloud@Customer Console navigation menu, select Networking, then select Virtual Cloud Networks.
- At the top of the page, select the compartment that contains the VCN in which you want to create a subnet.
-
Select the name of the VCN for which you want to update the route table.
The VCN details page is displayed.
-
Under Resources, select Route Tables.
-
Select the name of the route table that you want to update.
- Edit the route rules:
-
To change the name of the route table, select Edit, change the name in the dialog box, and select Save Changes.
-
To create a route rule, select Add Route Rules and enter the information.
-
To edit an existing rule, select the Actions menu (
) for that rule, and then select Edit.
-
To delete a rule, select the Actions menu (
) for that rule, and then select 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.