Getting a VCN Route Table's Details

Get details for a Virtual Cloud Network (VCN) route table.

For an overview of routing in a VCN and subnets, see VCN Route Tables.
    1. On the Virtual Cloud Networks list page, select the VCN that contains the route table you want to work with. If you need help finding the list page, see Listing VCNs.
    2. On the details page, perform one of the following actions depending on the option that you see:
      • Select the Routing tab.
      • Under Resources, select Route Tables. The default route table and any other route tables that have been created are displayed in the list of tables.
    3. Select a route table's name to view its details.
      You can also find the route table in the Route Tables list, select the Actions menu Actions Menu for it, and then select View details.
  • Use the network route-table get command and required parameters to get details for a VCN route table:

    oci network route-table get --rt-id ocid ... [OPTIONS]

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

  • Run the GetRouteTable operation to get details for a VCN route table.