Last active
January 26, 2023 20:29
-
-
Save vgk77/a368a7b715f6657f7b86efcaa03b756f to your computer and use it in GitHub Desktop.
#mikrotik change mac-address on ethernet interface
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
| # set mac | |
| /interface ethernet set ether4 mac-address=XX-XX-XX-XX-XX-XX | |
| #reset mac | |
| /interface ethernet reset-mac-address ether4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment