Multicast packet is not working on my testing virtual router

0

Trying to setup a multicast testing environment between AWS Cloud and OnPrem. The following is my setup. EC2----TGW(Multicast)---CSR1000v-----(VPN)-----ISR4000----Linux

I want to mcjoin(https://github.com/troglobit/mcjoin) to verify the multicast performance, but it failed at the CSR1000v. It works with 2 EC2-linuxs sitting in the same VPC. I am not sure any additional configuration I should have done on TGW.

已提问 2 年前366 查看次数
1 回答
2
已接受的回答

Mutlicast between EC2 instance works is asumping your setup in TGW for Multicast domain is good. Try to check the following:

  1. You must disable source/destination checks on your CSR1000v EC2 instance.
  2. You may need to build a GRE tunnel over the VPN Connection between CSR1000v and ISR4000, such that multicast packet can be passed over.
  3. Checking PIM configuratio and neigbhor relationship.
  4. Static join the multicast group on the Onprem ISR4000.
  5. Check and increase your mcjoin TTL (according to your link, the default TTL is 1, so it may be get dropped at CSR1000v).
  6. Verify if you can see the correct (S,G) mroute.
AWS
已回答 2 年前
profile pictureAWS
专家
已审核 2 年前
  • Thanks, it is working after changing the TTL to a larger number.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容