Hi team,
I have the following network in which all unicast traffic works well, but we are having quite a few problems with multicast traffic. Multicast traffic is broadcast from the PA Manager to the destination devices, which are the Optimus ones. We have verified that the multicast frames arrive, but we cannot get the routers to which they are connected, Cisco IE5000, to route the multicast, and therefore they do not reach the next hop, which would be the Cisco 6504. I have the following configurations on these devices.

Router A
ip multicast-routing distributed
interface Port-channel10
switchport trunk allowed vlan 14,410-418,420
switchport mode trunk
interface GigabitEthernet1/24
switchport trunk allowed vlan 14,410-418
switchport mode trunk
channel-group 10 mode desirable
!
interface TenGigabitEthernet1/25
description SW-ONDARTZA-6500
switchport trunk allowed vlan 418
switchport mode trunk
!
interface TenGigabitEthernet1/26
switchport trunk allowed vlan 14,410-418
switchport mode trunk
channel-group 10 mode desirable
interface Vlan14
description MEGAFONIA
ip address 192.168.14.250 255.255.255.0
ip pim dense-mode
standby version 2
standby 19 ip 192.168.14.254
standby 19 priority 150
standby 19 preempt
interface Vlan418
ip address 10.211.8.252 255.255.255.0
ip pim dense-mode
standby version 2
standby 18 ip 10.211.8.254
standby 18 priority 150
standby 18 preempt
Router B
ip multicast-routing distributed
interface Port-channel10
switchport trunk allowed vlan 14,410-418,420
switchport mode trunk
interface GigabitEthernet1/24
switchport trunk allowed vlan 14,410-418
switchport mode trunk
channel-group 10 mode desirable
!
interface TenGigabitEthernet1/25
switchport trunk allowed vlan 418
switchport mode trunk
!
interface TenGigabitEthernet1/26
switchport trunk allowed vlan 14,410-418
switchport mode trunk
channel-group 10 mode desirable
interface Vlan14
description MEGAFONIA
ip address 192.168.14.251 255.255.255.0
ip pim dense-mode
standby version 2
standby 19 ip 192.168.14.254
interface Vlan418
ip address 10.211.8.251 255.255.255.0
ip pim dense-mode
standby version 2
standby 18 ip 10.211.8.254
standby 18 priority 150
standby 18 preempt
Thank you in advance. We are under a lot of pressure and are desperate.