All Products
Search
Document Center

Cloud Enterprise Network:Migrate a VPC from a peering connection to a CEN instance

Last Updated:Sep 27, 2023

This topic describes how to migrate a virtual private cloud (VPC) from a peering connection in Express Connect to a Cloud Enterprise Network (CEN) instance. You can use CEN to establish private connections between virtual private clouds (VPCs), and between VPCs and data centers. CEN supports automatic route distribution and learning, which speeds up network convergence, improves the quality and security of cross-network communications, and connects all network resources.

Prerequisites

A CEN instance is created. For more information, see CEN instances.

Procedure

You can perform the following steps to migrate a VPC from a peering connection to a CEN instance:

Warning

Before you freeze or delete the router interfaces of the peering connection, make sure that the routes for both the VBR and the connected VPC from the peering connection are migrated.

  1. Log on to CEN console.

  2. On the Instances page, find the CEN instance that you want to manage and click the instance ID.

  3. Locate the section that displays the types of network instances and click the Add a network instance icon next to the network instance that you want to manage.

  4. On the Connection with Peer Network Instance page, set parameters for the instance, and connect the VPC and VBR instance that you want to migrate. For more information, see Connect VPCs and Connect VBRs.

  5. If you want to communicate across regions, purchase a bandwidth plan and configure bandwidth for the communication.

  6. If you have created route entries that point to Elastic Compute Service (ECS) instances, virtual private network (VPN) gateways, or high-availability virtual IP addresses (HAVIPs), publish these routes to the CEN instance in the VPC console based on your connection requirements.

    VPC migration-publish the routes
  7. Log on to CEN console. On the details page of the transit router, click the Routing Information tab to view the configuration information of the instance. After you attach the VPC to the CEN instance, make sure that the routes do not conflict.

    The static routes of a peering connection have higher priorities than the dynamic routes of the CEN instance. If a static route is configured for the peering connection, CEN does not learn routes that are more specific than and have the same destination as the static route. We recommend that you split static routes from the peering connection and delete them after CEN learns the routes. This ensures a smooth migration.

    In the following figure, the route to 172.16.1.0/24 in the CEN instance is more specific than the route to 172.16.0.0/16 of the peering connection. Therefore, the two routes are in conflict.VPC migration-route information 2

    • If you can tolerate a transient connection error during the migration, delete the route to 172.16.0.0/16 in the VPC console. Then, the route in the CEN instance automatically takes effect.

      The duration of the disconnection varies based on the number of CEN routes. For important business scenarios, we recommend that you use the following method to smoothly migrate the VPC.

    • If you want to smoothly migrate the VPC, split the route from the peering connection into routes that are more specific than the route to 172.16.1.0/24 in the CEN instance. For example, split the route to 172.16.0.0/16 into routes to 172.16.1.0/25 and 172.16.1.128/25.

      1. Log on to the VPC console and find the route table to which the route you want to split belongs.

      2. On the Custom page, click Add Route Entry to add two routes in which the destination CIDR blocks are 172.16.1.0/25 and 172.16.1.128/25. The next hops are the router interface of the peering connection.VPC migration-split the route

      3. Find the route to 172.16.0.0/16 and click Delete in the Actions column.VPC migration-delete the route

      4. On the CEN page, check whether the routes in the CEN instance take effect.VPC migration-view the route

      5. After the routes in the CEN instance take effect, delete the routes to 172.16.1.0/25 and 172.16.1.128/25. The smooth migration is complete.