I have the current network setup: two subnets are connected using an Ubiquiti EdgeRouterX, subnet 1 has a switch mirroring all traffic on that subnet to the router and on subnet 2 there is a host where I want to receive all the mirrored data.
Using a RaspberryPi I managed to send all the mirrored traffic using an IPIP tunnel, but I'm unable to do it using the router.
When I run tcpdump on the router the mirrored traffic doesn't appear, but I know that traffic is being sent correctly.
Other ways of forwarding the mirrored traffic to the remote host are also welcome.