lte passthrough with bridge vlan filtering?

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.

Hello.
Did you solve a problem lte passthrough with vlan? How?

Hello. Did you solve a problem with lte passthrough and vlan?
I have this problem too =(

Not really and haven’t revisited the project in awhile. Last time I went “camping” with it, I just let the wAP LTE be the router and hAP ac lite inside a simple access point. The goal was to have the hAP ac lite be the main router so I could have a USB modem for minimal access when in storage in town, and then put up the wAP LTE on a tall mast outside when more remote. Sort of glad to hear you confirmed the issue, but please let me know if you make any progress. Thanks.

Thanks. If I find a solution, I will report.

Hi Guys,

Sorry for resurrecting a dead post, I’m also battling with this. I get as far as getting the main router’s DHCP client to get an IP, but that’s about it… no internet traffic, and no management to the LTE router

kwagga

Read this thread and if you have question then please write them here too: http://forum.mikrotik.com/t/lhg-4g-kit-unstable-lte-connection/134814/1