Created
December 10, 2024 08:07
-
-
Save fatred/8aff3f4c6b48ba3e67f19e552fc53b73 to your computer and use it in GitHub Desktop.
Mikrotik CCR2004 25 Bridged Test config
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
/port | |
set 0 name=serial0 | |
/interface bridge | |
add name=bridge1 | |
/interface bridge port | |
add bridge=bridge1 interface=sfp28-1 | |
add bridge=bridge1 interface=sfp28-2 | |
/system note | |
set show-at-login=no | |
/system routerboard settings | |
set enter-setup-on=delete-key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment