get data from mirror port through link

Dears…

I have a switch RB250GS and I mirror ether1 (ingress and egress ) to ether5 and every thing is ok …

now I need to transfer the data through link to our office…

in my AP I setup a bridge for ether1 (connected to ether5 in RB250GS) and wlan…

I see a traffic in ether1 but not transmitted to wlan !!

any idea to solve this method ?
1.jpg

A bridge is not a HUB. A bridge is a SWITCH. A bridge will not blindly pass all traffic… it will only pass traffic that is destined to somewhere on the other side of the bridge.

There probably isn’t a way to send mirrored traffic over a link like that. You could route your entire ether1 link over the link and then do the mirroring on the other side, but that probably isn’t ideal.

Cisco has RSPAN which does remote mirroring, but I don’t think mikrotik has anything like that.

If the “mirror” is only to detect a problem - try a “packet sniffer”
http://wiki.mikrotik.com/wiki/Manual:Tools/Packet_Sniffer

and read this: http://forum.mikrotik.com/t/using-packet-sniffer-with-streaming-server/14734/1