Describes how to add a new default route in a Private Virtual Private Cloud (VPC) network pointing to an Edge as illustrated in topology diagram.
Prerequisites
- Ensure you have a Google account and access/login information to the Google Cloud Platform (GCP) Console.
- Ensure you have created VPC networks.
Procedure
- Log on to the GCP Console.
- Click VPC Networks.
The
VPC Networks page appears.
- Click on the VPC network (Private VPC network) for which you want to add a new default route.
The
VPC network details page appears.
- Go to the Routes tab and then delete the default route that was created during the VPC network creation.
- Click Add route. The Create a route page appears.
- In the Name textbox, enter a unique name for the route entry.
- In the Destination IP range textbox, specify the new default route (for example, 0.0.0.0/0).
- In the Priority textbox, specify a priority for the route. A priority is only used to determine routing order if routes have equivalent destinations.
- From the Next hop drop-down menu, select Specify IP address.
- In the Next hop IP address textbox, enter the IP address of the edge interface in the selected VPC network.
- Click Create.
Results
A route entry is added in the route table of the selected VPC network.