Change MAC address of VLAN interface

From MikroTik Wiki
Revision as of 13:38, 11 June 2009 by Marisb (talk | contribs) (commands work fine for me in v3.25 and v4b3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Let's suppose you already have working VLAN setup, and just want to change MAC address of the VLAN interface. In RouterOS v3.24 and 4.0beta3 it's still not possible to change MAC address directly. We'll use bridge for making this possible!

/interface bridge add name=bridge1 disabled=no
/interface bridge port add bridge=bridge1 disabled=no interface=vlan1
/interface bridge set bridge1 admin-mac=de:ad:00:be:ef:00 auto-mac=no

From now, other devices will see de:ad:00:be:ef:00 MAC-address for the IP address of VLAN interface