Hi everyone
I have LHGG LTE US kit trunk to an hAP ac2 router it works great and i can concur that the switch chip is happily working on the hAP ac2 side, but i'm having difficulty on wrapping my head to add wlan1 and wlan2 interface on the VLAN-BR on hAP ac2, I tried that but it doesn't work as i expected.
So I made aworkaroundsince ether3 is an access port on my router, I create a separate bridge called Wireless and add ether4 + wlan1 + wlan2 in the bridge and put a physical cable on ether4 plug in on ether3 on the same device just to achieve what I want and presto I was able to connect to my AP and have an internet access.
Topology
LGHH LTE -> Trunk (VLAN 10,20) -> hAP ac2 (ether1 Trunk Port, ether2-vlan10 (access), ether3-vlan20 (access))
我的问题是有办法实现我的目标hout wasting 1 physical port? actually the side effect of what I did is basically hw offload still works because I don't put the wlan1 and wlan2 on the VLAN-BR but still i'm still interested to know how can I achieved my goal not to waste a precious port, thanks in advance guys!
[admin@HAPAC2] > /interface ethernet switch export
# jan/02/1970 11:14:00 by RouterOS 6.48.1
# software id = VK9R-VA7L
#
# model = RBD52G-5HacD2HnD
# serial number = D7170DA46DAE
/interface ethernet switch port
set 0 vlan-mode=secure
set 1 default-vlan-id=10 vlan-mode=secure
set 2 default-vlan-id=20 vlan-mode=secure
/interface ethernet switch vlan
add independent-learning=no ports=ether1,ether2 switch=switch1 vlan-id=10
add independent-learning=no ports=ether1,ether3 switch=switch1 vlan-id=20
/interface ethernet switch port
set 0 vlan-mode=secure
set 1 default-vlan-id=10 vlan-mode=secure
set 2 default-vlan-id=20 vlan-mode=secure
/interface bridge
add name=VLAN-BR
add name=Wireless
/interface bridge port
add bridge=VLAN-BR interface=ether1
add bridge=VLAN-BR interface=ether2
add bridge=VLAN-BR interface=ether3
add bridge=Wireless interface=wlan1
add bridge=Wireless interface=wlan2
add bridge=Wireless interface=ether4