I’m trying to create mac based vlan, however following command:
/interface ethernet switch rule add switch=switch1 src-mac-address="62:8C:69:AA:5D:7C" new-vlan-id=1500
gives me error: Invalud value for argument src-mac-address.
I also tried:
/interface ethernet switch rule add switch=switch1 src-mac-address=[/ip arp get 12 mac-address] new-vlan-id=1500
But it gives the same error.