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.

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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠