Hello guy’s.
I am new to switch configuration and I am trying to understand how the port mirroring Is working on an CRS109-8G-1S-2HnD-IN.
What I am trying to achieve is to mirror everything that is coming and sending to the internet ( so in my case port 1) to port 8 for monitoring.
I don’t want to make any streaming to Wireshark in that case, I am trying to send the ingress and egress data of port 1 to port 8.
INTERNET <-----PORT1-----> MIKROTIK SWITCH
|
|
\ /
PORT8 ---- > Computer with Monitoring stuff on it.
If I understand well following the wiki, the how to would be :
/interface ethernet switch
set ingress-mirror0=ether8 egress-mirror0=ether8
And :
/interface ethernet switch port
set ether1 ingress-mirror-to=mirror0 egress-mirror-to=mirror0
The following doesn’t work in my case, all I see in the computer that is linked to the ether8 is everything that is broadcasting only.
Is anybody can help me figuring out what is that I don’t understand properly ?
Cheers,
Chris.