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 Risposta
2
Risposta accettata

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
con risposta 2 anni fa
profile pictureAWS
ESPERTO
verificato 2 anni fa
  • Thanks, it is working after changing the TTL to a larger number.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande