Command
/ip ipsec proposal> remove [find]
Gives out:
failure: cannot remove default phase2 configuration
Command
/ip ipsec proposal> remove [find]
Gives out:
failure: cannot remove default phase2 configuration
Yeah, in some menus, the defaults can’t be removed.
Just remove everything except said item, filtered through the “find”, i.e.:
/ip ipsec proposal remove [find where name!=default]
And how to remove all static routes??
/ip route remove [find where static]
duh
Thank you!