千家信息网

AWS Networking

发表于:2025-01-20 作者:千家信息网编辑
千家信息网最后更新 2025年01月20日,pcx-1a2b1a2b ) above, assume the VPCs have the following information:VPC A: IPv6 CIDR block is 2001:
千家信息网最后更新 2025年01月20日AWS Networking

pcx-1a2b1a2b ) above, assume the VPCs have the following information:

  • VPC A: IPv6 CIDR block is 2001:db8:1234:1a00::/56

  • VPC B: IPv6 CIDR block is 2001:db8:5678:2b00::/56

To enable IPv6 communication over the VPC peering connection, add the following route to the route table for VPC A:

DestinationTarget
10.0.0.0/16Local
172.31.0.0/16pcx-1a2b1a2b
2001:db8:5678:2b00::/56pcx-1a2b1a2b

Add the following route to the route table for VPC B:

DestinationTarget
172.31.0.0/16Local
10.0.0.0/16pcx-1a2b1a2b
2001:db8:1234:1a00::/56pcx-1a2b1a2b


0