Starting from RouterOS v6.41 Mikrotik have added LTE Passthrough feature which permit to apply IP configuration directly to the client device.
We have made some tests using Huawei 3372h-153 modem from Moldcell carrier.
Modem model
Code: Select all
/system resource usb print detail
Code: Select all
2 device="1:2" vendor="HUAWEI_MOBILE" name="HUAWEI_MOBILE" vendor-id="0x12d1"
device-id="0x14dc" speed="480 Mbps" ports=0 usb-version="2.10"
Modem mode
Code: Select all
/interface lte print
Code: Select all
Flags: X - disabled, R - running
0 R name="lte1" mtu=1500 mac-address=0C:5A:8D:32:9E:24
LTE Passthrough configuration
As this modem is listed with LTE passthrough support we have tried to configure it:
Code: Select all
/interface lte apn add apn=internet passthrough-interface=ether4
/interface lte set lte1 apn=internet
In such case, this modem with current setup can't be used in order to provide a Public IP address to the end device.
Related forum topics
1. Problem with Huawei E3372 4G modem
2. Huawei E3372 LTE modem
3. Huawei E3372 LTE modem - create lte interface?
4. ** WE WANT A LTE BRIDGE-MODE **
5. Using Huawei E3372 3G/4G stick
6. How to set my Huawei E3372 LTE Dongle to work?
Thank you!