使用 Amazon VPC Transit Gateway 创建IGMP多播域 - Amazon VPC
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

使用 Amazon VPC Transit Gateway 创建IGMP多播域

如果您尚未执行此操作,请查看可用的多播域属性。有关更多信息,请参阅 Amazon VPC 公交网关中的多播域

使用控制台创建IGMP多播域
  1. 打开 Amazon VPC 控制台,网址为https://console.aws.amazon.com/vpc/

  2. 在导航窗格中,选择中转网关多播

  3. 选择 Create transit gateway multicast domain(创建中转网关多播域)。

  4. 对于 Name tag(名称标签),输入域的名称。

  5. 对于 Transit Gateway ID(中转网关 ID),选择处理多播流量的中转网关。

  6. 要获得IGMPv2支持,请选中该复选框。

  7. 要获得静态源支持,请清除该复选框。

  8. 要自动接受此多播域的跨账户子网关联,请选择 Auto accept shared associations(自动接受共享关联)。

  9. 选择 Create transit gateway multicast domain(创建中转网关多播域)。

要使用创建IGMP多播域 Amazon CLI

使用 create-transit-gateway-multicast-domain 命令。

aws ec2 create-transit-gateway-multicast-domain --transit-gateway-id tgw-0xexampleid12345 --options StaticSourcesSupport=disable,Igmpv2Support=enable