Уважаемые, что я делаю не так?
# model = 2011iL
/interface bridge
add name=br_wan
/interface vlan
add interface=br_wan name=vlan2 vlan-id=2
/interface ethernet switch port
set 0 default-vlan-id=2 vlan-mode=secure
set 9 default-vlan-id=1203 vlan-mode=secure
set 10 vlan-mode=secure
/interface bridge port
add bridge=br_lan interface=ether6
add bridge=br_lan interface=ether7
add bridge=br_lan interface=ether8
add bridge=br_lan interface=ether9
add bridge=br_lan interface=ether10
add bridge=br_wan interface=ether2
add bridge=br_wan interface=ether1
add bridge=br_wan interface=ether3
add bridge=br_wan interface=ether4
add bridge=br_wan interface=ether5
/interface ethernet switch vlan
add independent-learning=yes ports=ether1,switch1-cpu switch=switch1 vlan-id=2
add independent-learning=yes ports=ether1,ether2 switch=switch1 vlan-id=1253
add independent-learning=yes ports=ether1,ether2 switch=switch1 vlan-id=1203
Приходят на ether1 untagged и теги 1203, 1253
Нужно без тега получить IP на микротике (интерфейс vlan2). На ether2 отдать без тега 1203 и в теге 1253.
Не работает. Работает только 1203. Остального нет.