Hello,
how can I remove all interfaces from a bridge via the console?
I tried to “/interface bridge port remove [find name=“sfp*”]” and others, none worked.
Best regards
Daniel
Hello,
how can I remove all interfaces from a bridge via the console?
I tried to “/interface bridge port remove [find name=“sfp*”]” and others, none worked.
Best regards
Daniel
/interface bridge port remove [ find bridge=bridgeLocal ]
Thanks ![]()
Best Regards
Daniel
In my first search in the forum i found the answer I was looking for!
Here is my case:
/interface bridge port remove [ find interface=ether6 ]
Thank you so much for sharing!