2024年4月28日发(作者:)

05/03/2019

Tanzania Set-up 5Mar2019

see:

/interface lte apn add name=Tigo apn=tigoWeb

Connecting Koye FECHE - 1Nov2019

wine =

From MikroTik Wiki

neighbourhood

< Manual:Interface

192.168.50.1 (LTE) - admin, no passwd

/interface lte apn add name=ETC apn=

Applies

/interface lte set network-mode=3g,lte lte1

Contents

to

% in user interface, set modus to 3G,LTE

RouterOS:

%

1Summary

v6+,v5.12+

# inbetween

2LTE Client

/interface lte info lte1 => EGPRS :-(

2.1Properties

Manual:Interface/LTE - MikroTik Wiki

Manual:Interface/LTE

3

4

5

6

7

2.2APN profiles

Test if devices can see. 10.5.50.x (connection to Mikrotik LNCC)

2.3Scanner

2.4User Info command

2.4.1Properties (Up to 6.40)

2.5User at-chat command

Quick setup example

Passthrough Example

Dual SIM Example

Tips and Tricks

6.1Find device location using Cell information

6.2Using Cell lock

6.3Cell Monitor

Troubleshooting

7.1Locking band on Huawei and other modems

7.2mPCIe modems with RB9xx series devices

7.3Modem firmware upgrade

7.4Avoiding tethering speed throttling

Summary

Package:

system

Support for Direct-IP mode type cards only. (QMI Support may be possible in future)

To enable access via a PPP interface instead of a LTE Interface, change direct IP mode with

/port firmware set

ignore-directip-modem=yes

command and a reboot. Note that using PPP emulation mode you may not get the same

throughput speeds as using the native lte interface.

LTE Client

Sub-menu:

/interface lte

Properties

/interface lte set network-mode=3g,lte lte1 % worked for us

/interface lte apn-profiles=1 % wrong syntax

Property

allow-roaming

(yes | no; Default: no)

apn-profiles

(string; Default: default)

band

(integer list; Default: "")

Description

Enable data roaming for connecting to other countries data-providers.

Note all LTE modems support this feature

Which APN profile to use for this interface

Frequency band used in communication

LTE Bands and bandwidths

(/wiki/LTE_frequency_bands#Freque

ncy_bands_and_channel_bandwidths)

comment

(string; Default: "")

/wiki/Manual:Interface/LTE

Descriptive name of an item

1/9

05/03/2019Manual:Interface/LTE - MikroTik Wiki

disabled

(yes | no; Default: yes)

mac-address

(MAC; Default: "")

modem-init

(string; Default: "")

mtu

(integer; Default: 1500)

name

(string; Default: "")

network-mode

(3g | gsm | lte; Default:

Whether interface is disabled or not. By default it is disabled.

Media Access Control number of an interface.

Modem init string (AT command that will be executed at modem

startup)

Maximum Transmission Unit. Max packet size that LTE interface

will be able to send without packet fragmentation.

Descriptive name of the interface.

Select/force mode for LTE interface to operate with

used to lock device to specific operator full PLMN number is used for

lock consisting from MCC+MNC. PLMN codes (di

/wiki/Public_land_mobile_network)

SIM Card's PIN code.

3g,gsm,lte)

operator

(integer; Default: "")

pin

(integer; Default: "")

APN profiles

All network related settings are moved under profiles, starting from RouterOS 6.41

Sub-menu:

/interface lte apn

Property

add-default-route

(yes | no)

apn

(string)

authentication

(pap | chap | none; Default:

Description

Whether to add default route to forward all traffic over the LTE

interface.

Service Provider's Access Point Name

Allowed protocol to use for authentication

Sets distance value applied to auto created default route, if

add-default-route

is also selected

Requested PDN type

Interface on which to advertise IPv6 prefix

APN profile name

APN profile number

Interface to passthrough IP configuration (activates passthrough)

If set to auto, then will learn MAC from first packet

Password used if any of the authentication protocols are active

If set to yes, uses DNS recieved from LTE interface

Username used if any of the authentication protocols are active

none)

default-route-distance

(integer; Default:

1)

ip-type

(ipv4 | ipv4-ipv6 | ipv6; Default: )

ipv6-interface

(; Default: )

name

(string; Default: )

number

(integer; Default: )

passthrough-interface

(; Default: )

passthrough-mac

(MAC; Default: auto)

password

(string; Default: )

use-peer-dns

(yes | no; Default: yes)

user

(integer)

Scanner

It is possible to scan LTE interfaces with

/interface lte scan

command

Available read only properties:

Property

duration

(integer)

/wiki/Manual:Interface/LTE

Description

Duration of scan in seconds

2/9