forked from docs/doc-exports
Reviewed-by: Sarda, Priya <prsarda@noreply.gitea.eco.tsi-dev.otc-service.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
2.0 KiB
2.0 KiB
Step 6: Verify Connectivity Among VPCs
Scenarios
This section describes how to log in to ECSs and verify the connectivity between VPCs.
Procedure
- Log in to the ECS.
- Run the following command on the ECS:
ping IP address of the ECS
If you log in to ecs-demo-01 to verify the connectivity between vpc-demo-01 and vpc-demo-02, run the following command:
ping 10.1.1.105
If information similar to the following is displayed, the two VPCs can communicate with each other.
- Repeat 1 to 2 to verify the connectivity between other VPCs.