need script to enable Fast Forward on all bridges

need script to enable Fast Forward on all bridges

Little help here please …

  • I’ve got 1000+ remote wireless client Mikroitks.
  • I often use a Linux for-expect-telnet/ssh to auto manage, upgrade and make changes for my client Mikrotiks ( thus it is normally pretty easy to manage all my Mikrotiks at the same time).
  • Many of my older long-time customer Mikrotiks do not have Fast Forward enabled on the bridges
  • I want to enable Fast Forward on all client Mikroitks
  • Some clients have different bridge names and some client have different ports (ethernet, WAN & LAN) on the bridges

So , I am looking/asking if there is a 1-line-command -or- a script.rsc file which will enable Fast Forward on all Mikrotik bridges ?
I am guessing it might be something as simple as using a find where ( then do something ) I can code into a script.rsc file or use a CLI

Looking forward to some help/advice

North Idaho Tom Jones

/interface bridge set fast-forward=yes [find]

Whoa - thank you :slight_smile:

I’m gonna give it a try - again thank you

North Idaho Tom Jones :slight_smile: