Sorry if this is the wrong folder, but thought it most appropriate.
I am having difficulty when sending multicast traffic from one router to another and broadcasting it over the 2nd routers LAN.
Basically the IGMP-Proxy isn't forwarding the traffic out to the downstream interface, even though its receiving it on the upstream.
Router A
This router has the Multcast traffic source attached to it, When requested from Router B's LAN, I can see the traffic from the source hit this router and via the IGMP Proxy send it out another interface to the 2nd Mikrotik (Both RB500 - running ROS4.6)
Code: Select all
[rattlehead@RouterA] /routing igmp-proxy> interface print
Flags: X - disabled, I - inactive, D - dynamic, U - upstream
# INTERFACE THRESHOLD
0 U Fibre Link 1
1 RouterMulti-Out 1
Router B
This router accepts the multicast traffic, which can be seen on the incoming (upstream) physical interface (5.7Mbs of it) , but the (downstream) LAN interface on this Mikrotik traffic does not increase and therfore obviosuly the stream does not show on any LAN connected Machine.
Code: Select all
[rattlehead@ROuterB] /routing igmp-proxy> interface print
Flags: X - disabled, I - inactive, D - dynamic, U - upstream
# INTERFACE THRESHOLD
0 U RouterMulti-In 1
1 BinkyLanInterface 1
On Router A and B. The RouterMulti-Out & RouterMulti-in interface both have an alternative subnet of 172.29.0.0/16 which covers all config'd subnets across the network.
Any help or suggestions would be greatly appreciated.
EDIT: I've attached a screen shot to show you exactly what I mean, I hope that it helps.
Rattle