Enable route propagation
You can enable route propagation to a route table so that it contains the routes associated with a VPN (Virtual Private Network) connection.
This action automatically updates the route table with the routes of the VPN connection, and directs them to the virtual gateway. Otherwise, you must add each route to the route table manually. Route propagation is optional, and works with static or dynamic routing. You can use a default or custom route table.
Permissions
This action requires the following IAM (Identity and Access Management) permissions:
- connectivity.vpnconnection.update
- Console
- API
- Terraform
Before you begin:
- Create a VPC (Virtual Private Cloud).
- Create a virtual gateway.
- Link the virtual gateway to the VPC.
- (optional) Create a custom route table for the subnet of the VPC.
- Click in the Route Tables dashboard to display checkboxes.
- Select the route table for which you want to enable route propagation. The route table is selected and an actions menu appears.
- Click Enable route propagation. The "Enable propagation by Virtual Gateway" dialog box is displayed.
- In the "Virtual Gateway" list, select the virtual gateway whose routes you want to propagate.
- Click Enable. Route propagation is enabled.
The PUT /compute/spaces/{spaceId}/routeTables/{id}/routePropagation command configures route propagation to a specified route table of a VPC through a virtual gateway.
The Terraform documentation is available on the Numspot registry ↗.