Created
December 8, 2024 22:10
-
-
Save fatred/f082112aba8cf82eace92d23708a35c5 to your computer and use it in GitHub Desktop.
mikrotik-2004 25G Routed 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 | |
/ip neighbor discovery-settings | |
set discover-interface-list=!dynamic | |
/ip address | |
add address=100.100.16.1/24 interface=sfp28-2 network=100.100.16.0 | |
add address=100.100.48.1/24 interface=sfp28-1 network=100.100.48.0 | |
/ip arp | |
add address=100.100.48.2 interface=sfp28-1 mac-address=08:C0:EB:97:73:9F | |
add address=100.100.16.2 interface=sfp28-2 mac-address=08:C0:EB:97:73:9E | |
/ip route | |
add dst-address=16.0.0.0/24 gateway=100.100.16.2 | |
add dst-address=48.0.0.0/16 gateway=100.100.48.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