Hi there, first post!
Hopefully an easy question for the community to answer!
I have a MikroTik CRS125-24G-1S-RM running RouterOS 6.30.4.
I have a config that I had applied a mirror port configuration to, that I would now like to remove but I am unsure of the correct way to remove the entries and leave the other parameters intact.
So the particular config entry is this which is to mirror ether1:
/interface ethernet switch port
set 0 egress-mirror-to=mirror0 egress-service-tpid-override=0x8100 ingress-mirror-to=mirror0 ingress-service-tpid-override=0x8100
If I use the command βedit 0 egress-mirror-toβ and set this value_name to β0β in the editor, upon saving and quitting, the entry remains the same when I do a print.
What would be the correct syntax to use to remove the parameters βegress-mirror-toβ and βingress-mirror-toβ to leave only the βtpid-overrideβ parameters - e.g. so the config reads βset 0 egress-service-tpid-override=0x8100 ingress-service-tpid-override=0x8100β only?
Many thanks in advance.