martedì 14 ottobre 2025

Bulk operations on MikroTik switch ports (interface range)

RouterOS' syntax lacks a "range" statement, like on Cisco IOS and similar CLIs, but you can leverage its scripting capabilities even in the interactive shell, and just do a for loop:

for i from=1 to=28 do={interface bridge port add bridge=bridge1 interface="ether$i"}

In evidenza

BGP configuration on Sophos XG/XGS firewalls

Sophos XG firewalls, at the time of writing, do not offer sufficient flexibility for configuring BGP via the web panel (namely, you cannot e...