Mirror the particular VLAN on CCR1009-8G-1S-1S

I have CCR1009-8G-1S-1S router running RouterOS 6.30.2.

I have two VLANs on eth1. I can successfully mirror one physical port (eth1) to another physical port (eth2). However, what I want is, mirror the one of two VLANs to eth2. Is this possible with my router?

Anyone? :slight_smile:

It is not possible by port mirroring in CCR1009-8G-1S-1S switch-chip.

But if there were VLAN interfaces configured on ether1 port, then it would be possible to stream packet capture from specific VLAN interface. It might work for you.

Example:

/interface vlan
add interface=ether1 name=eth1-vlan10 vlan-id=10
add interface=ether1 name=eth1-vlan20 vlan-id=20

/tool sniffer
set filter-interface=eth1-vlan10 streaming-enabled=yes streaming-server=192.168.88.100

Thanks for the answer. We have already tried streaming, and it works… but port/vlan mirroring would be better… even if would require free physical port…