Mirroring port on CCR1009

I'm looking how to create mirroring ports on CCR1009.

ccr1009 series - Atheros8327 (ether1-ether4)

Is there any documentation or example to do a mirror between ether1 and ether2 for example ?

This is what I have now:

[admin@RC-PointCA] /interface ethernet switch> print
Flags: I - invalid

NAME TYPE MIRROR-SOURCE MIRROR-TARGET SWITCH-ALL-PORTS

0 switch1 Atheros-8327 eth4-slave eth3-slave

How to change mirroring config?

YM

I found the info … not easy to find but for those who are looking for mirroring only with compatible chip, here is the command:

/interface ethernet switch set numbers=0 mirror-source=eth2 mirror-target=eth1

To check it: /interface ethernet switch print

That’s it!

PS: Works on CCR1009-8G-1S+ and v.6.19

YM