Hi all,
Is it possible to forward only the multicast udp packets from say port 2 to port 4 of a MikroTik, without bridging the ports? Port 2 of the MikroTik would be going to my LAN for example, and Port 4 would be going out to an external client and only be able to access the multicast udp packets and nothing else on my LAN.
Thanks!
Have a look at the various switch chip rulesets - https://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features#Rule_Table
One of the action options is to send traffic to new destination ports. I didn’t test it, but the fields exist to match an incoming port and a dst IP address so coupled with action to set new destination ports, perhaps this can do what you need.