Mirror ports

Hi,

I am having difficulties trying to mirror a port on a CR$125-24G-1S-2HnD-IN version 6.49.5. It appears that the documentation doesnt match.

I am trying this command but it returns error
/interface ethernet switch
set switch1 mirror-source=ether1 mirror-target=ether24

If I issue a print we can see there are no mirror-source or target commands
[admin@MikroTik] /interface ethernet switch> print
name: switch1
type: QCA-8513L
bridge-type: customer-vid-used-as-lookup-vid
drop-if-no-vlan-assignment-on-ports:
drop-if-invalid-or-src-port-not-member-of-vlan-on-ports:
unknown-vlan-lookup-mode: svl
forward-unknown-vlan: yes
use-svid-in-one2one-vlan-lookup: no
use-cvid-in-one2one-vlan-lookup: yes
mac-level-isolation: yes
multicast-lookup-mode: dst-ip-and-vid-for-ipv4
override-existing-when-ufdb-full: no
unicast-fdb-timeout: 5m
ingress-mirror0: ether24,unmodified
ingress-mirror1: ether24,unmodified
ingress-mirror-ratio: 1/1
egress-mirror0: ether24,original
egress-mirror1: ether24,modified
egress-mirror-ratio: 1/1
fdb-uses: mirror0
vlan-uses: mirror0
mirror-egress-if-ingress-mirrored: yes
mirror-tx-on-mirror-port: no
mirrored-packet-qos-priority: 0
mirrored-packet-drop-precedence: green
bypass-vlan-ingress-filter-for:
bypass-ingress-port-policing-for:
bypass-l2-security-check-filter-for:

Same for me… I dig around and this seems to work for me :

/interface/ethernet/switch
set switch1 mirror-egress-target=ether8
/interface/ethernet/switch/rule
add mirror-ports=ether8 ports=ether1-gw switch=switch1

I’m not sure the 2 entries above are required, wish MikroTik will chip in.

FYI I had paste wrong command, edited previous answer in case you don’t notice.