how to change mac address on mikrotik devices

4.3
(3)

Changing the MAC address in Mikrotik routers is a very topical issue. Almost all providers in their network bind by mac-address. And if you change the router to a new one, you need to change the maс-addresses.

So, for example, let’s take Mikrotik RouterBoard 2011UiAS-2HnD r2

We go to the menu using Winbox and add the rule to the New Terminal:

/ interface ethernet set ether1 mac-address = XX:XX:XX:XX:XX:XX

change to your MAC; set ether1 – write the name of the interface on which we will change the mac.

Done, checking.

:put [/interface ethernet get [/interface ethernet find default-name=ether1] mac-address ]

Output:
XX:XX:XX:XX:XX:XX

In this simple way, you can change all MAC addresses in RB Mikrotik.

Similar Posts:

8,399

How useful was this post?

Click on a star to rate it!

Average rating 4.3 / 5. Vote count: 3

No votes so far! Be the first to rate this post.

Scroll to Top