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.

preguntada hace 2 años366 visualizaciones
1 Respuesta
2
Respuesta aceptada

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
respondido hace 2 años
profile pictureAWS
EXPERTO
revisado hace 2 años
  • Thanks, it is working after changing the TTL to a larger number.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas