Quick background, I’m setting this up for an RV. I have a hAP ac lite for inside the trailer, and I’m putting a wAP LTE outside up on a pole for camp wifi and LTE depending upon what’s better. My management is on the native untagged/default vlan just so I can easily access it via app and quickly enable/disable my wan connection and hopefully less likely to get myself locked out on the road. In my testing so far I had LTE passthrough working on a VLAN95 through to my base router. Then I finally got wifi client working with bridge vlan filtering, and now I can’t seem to get the LTE passthrough working again even after adding similar bridge vlan filtering for it as well. Do they work together or is something conflicting? I’m open to ideas and suggestions for a better way.
/interface vlan
add interface=bridge name=VLAN95_LTEWAN vlan-id=95
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=wlan1 pvid=96
add bridge=bridge interface=VLAN95_LTEWAN pvid=95
/interface bridge vlan
add bridge=bridge tagged=ether1 untagged=wlan1 vlan-ids=96
add bridge=bridge tagged=ether1 untagged=VLAN95_LTEWAN vlan-ids=95
/interface list member
add interface=bridge list=LAN
/interface lte
set [ find ] apn-profiles=passthrough-broadband mac-address=xxxx mtu=1480 name=lte1
/interface lte apn
add apn=broadband name=passthrough-broadband passthrough-interface=VLAN95_LTEWAN passthrough-mac=auto
I just have the vlan interfaces on the base router:
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
add bridge=bridge interface=ether1
add bridge=bridge interface=ether5
/interface vlan
add interface=ether5 name=VLAN95_LTEWAN vlan-id=95
add interface=ether5 name=VLAN96_WWAN vlan-id=96
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface list member
add interface=bridge list=LAN
add interface=VLAN95_LTEWAN list=WAN
add interface=VLAN96_WWAN list=WAN
/ip dhcp-client
add default-route-distance=5 dhcp-options=hostname,clientid disabled=no interface=VLAN95_LTEWAN
add default-route-distance=3 dhcp-options=hostname,clientid disabled=no interface=VLAN96_WWAN
Just looking at the interface list in WebFig I only ever see tx traffic out on VLAN95_LTEWAN on my base router. I don’t see any RX on the interface at the wAP LTE. What’s weird is looking at the ip addresses on the wAP LTE I see it pulling an IP from LTE (even though I don’t have a dhcp client setup), I delete and reboot and it keeps coming back so it’s not really passing through.