Created
March 28, 2023 13:07
-
-
Save henno/d2687e724d887f665fc873134f55dec5 to your computer and use it in GitHub Desktop.
Mikrotik command to add all Ethernet ports to bridge1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach i in=[interface ether find] do={interface bridge port add interface=$i bridge=bridge1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment