can you add the feature to change mac-address on the VLAN interface in the ROS, such as change mac-address ethernet on the next version?
thanks
I think you should add the physical interface to the bridge.
from the link:And looks like this only add a new MAC to the VLAN because the original interface MAC still exist.
so, now that IP will have two MAC addresses? O_oFrom now, other devices will see de:ad:00:be:ef:00 MAC-address for the IP address of VLAN interface
follow the instructions fully:/interface bridge
add admin-mac=E2:8D:8C:D4:FE:CC name=bvlan10
/interface bridge set bvlan10 auto-mac=no
Thanks Chupaka, it indeed was my fault.follow the instructions fully:/interface bridge
add admin-mac=E2:8D:8C:D4:FE:CC name=bvlan10Code: Select all/interface bridge set bvlan10 auto-mac=no