virtual-private-cloud/umn/source/route_tables/creating_a_custom_route_table.rst
proposalbot 05dbe4edc7 Changes to vpc_umn from docs/doc-exports#555 (VPC UMN 20230106 version
For deta

Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2023-06-14 19:30:56 +00:00

5.7 KiB

original_name

vpc_route01_0005.html

Creating a Custom Route Table

Scenarios

If your default route table cannot meet your service requirements, you can create a custom route table by following the instructions provided in this section.

Notes and Constraints

  • Each VPC can have a maximum of 10 route tables, including the default route table.

Procedure

  1. Log in to the management console.

  2. Click image1 in the upper left corner and select the desired region and project.

  3. Click image2 in the upper left corner and choose Network > Virtual Private Cloud.

  4. In the navigation pane on the left, choose Virtual Private Cloud > Route Tables.

  5. In the upper right corner, click Create Route Table. On the displayed page, configure parameters as prompted.

    Figure 1 Create Route Table
    Table 1 Parameter descriptions
    Parameter Description Example Value
    Name

    The name of the route table. This parameter is mandatory.

    The name can contain a maximum of 64 characters, which may consist of letters, digits, underscores (_), hyphens (-), and periods (.). The name cannot contain spaces.

    rtb-001
    VPC The VPC that the route table belongs to. This parameter is mandatory. vpc-001
    Description

    Supplementary information about the route table. This parameter is optional.

    The description can contain a maximum of 255 characters and cannot contain angle brackets (< or >).

    -
    Route Settings

    The route information. This parameter is optional.

    You can add a route when creating the route table or after the route table is created. For details, see Adding a Custom Route <vpc_route01_0006>.

    You can click + to add more routes.

    -
  6. Click OK.

    A message is displayed. You can determine whether to associate the route table with subnets immediately as prompted. If you want to associate immediately, perform the following operations:

    1. Click Associate Subnet. The route table details page is displayed.
    2. Click Associate Subnet and select the target subnets to be associated.
    3. Click OK.