I bought wAP LTE KIT, and I want to use it as home router with LTE/GSM as source of internet. Unfortunately I can't connect to LTE/GSM network (but I can see them on scanner).
I set MT with Quick Set. My config is:
[admin@MikroTik] > export file=
# jan/02/1970 00:05:02 by RouterOS 6.40.5
# software id = 21QE-DQB3
#
# model = RouterBOARD wAP R-2nD
# serial number = 7B7007B19FA0
/interface lte
set [ find ] apn=lteisp.pl mac-address=AC:FF:FF:00:00:00 name=lte1
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge ssid=MikroTik wireless-protocol=802.11
/ip neighbor discovery
set lte1 discover=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.99.100-192.168.99.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1
/ip address
add address=192.168.99.1/24 interface=ether1 network=192.168.99.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=lte1
/ip dhcp-server network
add address=192.168.99.0/24 gateway=192.168.99.1 netmask=24
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input connection-state=established
add action=accept chain=input connection-state=related
add action=drop chain=input in-interface=lte1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=lte1
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge1 type=internal
add interface=lte1 type=external
/system logging
add topics=lte
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
add interface=wlan1
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether1
add interface=wlan1
in log I can see:
00:09:22 lte,async lte1: rcvd OK
00:09:22 lte,async lte1: sent AT+CFUN=4
00:09:22 lte,async lte1: rcvd OK
00:09:22 lte,async lte1: sent AT+CMEE=1
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+CREG=2
00:09:27 lte,async,event ^SIMST: 0
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+CGREG=2
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+CEREG=2
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+CGEREP=2,0
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+CMGF=0
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+CNMI=1,1,0,1,0
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT+EEMOPT=1
00:09:27 lte,async lte1: rcvd OK
00:09:27 lte,async lte1: sent AT*MRD_SN?
00:09:27 lte,async lte1: rcvd *MRD_SN:723C031137ED
00:09:27 lte,debug lte serial: *MRD_SN:723C031137ED
00:09:27 lte,async lte1: sent AT+CFUN=4
00:09:28 lte,async,event +CPIN: READY
00:09:28 lte,async,event ^SIMST: 1
00:09:28 lte,async lte1: rcvd OK
00:09:28 lte,async lte1: sent AT*CGDFLT=0,"IP","lteisp.pl",,,,,,,,,,,,,,,,,,1
00:09:28 lte,async lte1: rcvd OK
00:09:28 lte,async lte1: sent AT+CPIN?
00:09:28 lte,async lte1: rcvd +CPIN: READY
00:09:30 lte,async,event +MMSG: 2, 0
00:09:30 lte,async,event +MMSG: 3, 0
00:09:30 lte,async,event +MMSG: 0, 0
00:09:30 lte,async,event +MPBK: 1
00:09:31 lte,async lte1: sent AT+CPMS="SM","SM","SM"
00:09:31 lte,async lte1: rcvd +CPMS: 0,20,0,20,0,0
00:09:31 lte,async lte1: sent AT+CFUN?
00:09:31 lte,async lte1: rcvd +CFUN: 4
00:09:31 lte,async lte1: sent AT+CNUM
00:09:31 lte,async lte1: rcvd
00:09:31 lte,async lte1: sent AT+CIMI
00:09:31 lte,async lte1: rcvd 260011600754654
00:09:31 lte,async lte1: sent AT+CPIN?
00:09:31 lte,async lte1: rcvd +CPIN: READY
00:09:31 lte,async lte1: sent AT*BAND=15,79,147,480,589829,0,2,0
00:09:31 lte,async lte1: rcvd OK
00:09:32 lte,async lte1: sent AT+CFUN=1
00:09:32 lte,async,event +CREG: 2
00:09:32 lte,async,event +CEREG: 2
00:09:32 lte,async lte1: rcvd OK
00:09:32 lte,debug lte1: config ok
00:09:32 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:32 lte,async,raw lte1: rcvd +EEMGINFO : 0, 2
00:09:32 lte,async,raw lte1: sent AT+CSQ
00:09:32 lte,async,raw lte1: rcvd +CSQ: 99,99
00:09:33 lte,async,event +CREG: 3, 8cab, 7fd401, 7
00:09:33 lte,async,event +CEREG: 3,"8cab","007fd401",7
00:09:35 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:35 lte,async,raw lte1: rcvd +EEMGINFO : 3, 2
00:09:35 lte,async,raw lte1: sent AT+CSQ
00:09:35 lte,async,raw lte1: rcvd +CSQ: 99,99
00:09:38 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:38 lte,async,raw lte1: rcvd +EEMGINFO : 3, 2
00:09:38 lte,async,raw lte1: sent AT+CSQ
00:09:38 lte,async,raw lte1: rcvd +CSQ: 99,99
00:09:41 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:41 lte,async,raw lte1: rcvd +EEMGINFO : 3, 2
00:09:41 lte,async,raw lte1: sent AT+CSQ
00:09:41 lte,async,raw lte1: rcvd +CSQ: 99,99
00:09:44 lte,async,event +CREG: 11, 8cab, c1c8fdf, 2
00:09:44 lte,async,event +CGREG: 11,"8cab","0c1c8fdf",2,110
00:09:44 lte,async,event +CEREG: 0
00:09:44 lte,async,event +CREG: 3, 8cab, c1c8fdf, 2
00:09:44 lte,async,event +CGREG: 3,"8cab","0c1c8fdf",2,110
00:09:44 lte,async,event +CPIN: READY
00:09:44 lte,async,event ^SIMST: 4
00:09:44 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:44 lte,async,raw lte1: rcvd +EEMGINFO : 0, 1
00:09:44 lte,async,raw lte1: sent AT+CSQ
00:09:44 lte,async,raw lte1: rcvd +CSQ: 25,99
00:09:47 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:47 lte,async,raw lte1: rcvd +EEMGINFO : 0, 1
00:09:47 lte,async,raw lte1: sent AT+CSQ
00:09:47 lte,async,raw lte1: rcvd +CSQ: 25,99
00:09:49 lte,async,event +CREG: 11, 8cab, c1c8fdf, 2
00:09:49 lte,async,event +CGREG: 11,"8cab","0c1c8fdf",2,110
00:09:50 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:50 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:09:50 lte,async,raw lte1: sent AT+CSQ
00:09:50 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:09:50 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:09:50 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:09:50 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:09:50 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:09:50 lte,async,raw lte1: rcvd +CSQ: 22,99
00:09:53 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:53 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:09:53 lte,async,raw lte1: sent AT+CSQ
00:09:53 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:09:53 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:09:53 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:09:53 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:09:53 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:09:53 lte,async,raw lte1: rcvd +CSQ: 22,99
00:09:56 lte,async,raw lte1: sent AT+EEMGINFO?
00:09:56 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:09:56 lte,async,raw lte1: sent AT+CSQ
00:09:57 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:09:57 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:09:57 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:09:57 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:09:57 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:09:57 lte,async,raw lte1: rcvd +CSQ: 22,99
00:10:00 lte,async,raw lte1: sent AT+EEMGINFO?
00:10:00 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:10:00 lte,async,raw lte1: sent AT+CSQ
00:10:00 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:10:00 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:10:00 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:10:00 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:10:00 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:10:00 lte,async,raw lte1: rcvd +CSQ: 22,99
00:10:03 lte,async,raw lte1: sent AT+EEMGINFO?
00:10:03 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:10:03 lte,async,raw lte1: sent AT+CSQ
00:10:03 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:10:03 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:10:03 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:10:03 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:10:03 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:10:03 lte,async,raw lte1: rcvd +CSQ: 22,99
00:10:06 lte,async,raw lte1: sent AT+EEMGINFO?
00:10:06 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:10:06 lte,async,raw lte1: sent AT+CSQ
00:10:06 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:10:06 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:10:06 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:10:06 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:10:06 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:10:06 lte,async,raw lte1: rcvd +CSQ: 24,99
00:10:06 system,info,account user admin logged in from 192.168.99.23 via telnet
00:10:09 lte,async,raw lte1: sent AT+EEMGINFO?
00:10:09 lte,async,raw lte1: rcvd +EEMGINFO : 3, 1
00:10:09 lte,async,raw lte1: sent AT+CSQ
00:10:09 lte,async,event +EEMUMTSINTER: 0, -32768, 0, -115, 0, 0, 65534, 0, 2963, 222
00:10:09 lte,async,event +EEMUMTSINTER: 1, -32768, 0, -115, 0, 0, 65534, 1, 10762, 305
00:10:09 lte,async,event +EEMUMTSINTER: 2, -32768, 0, -115, 0, 0, 65534, 2, 10762, 304
00:10:09 lte,async,event +EEMUMTSINTER: 3, -32768, 0, -115, 0, 0, 65534, 3, 10762, 303
00:10:09 lte,async,event +EEMUMTSINTER: 4, -32768, 0, -115, 0, 0, 65534, 4, 10762, 136
00:10:09 lte,async,raw lte1: rcvd +CSQ: 24,99
Please, help me solve this problem[admin@MikroTik] > /interface lte info lte1 once
pin-status: no password required
functionality: full
manufacturer: "MikroTik"
model: "R11e-LTE"
revision: "MikroTik_CP_2.160.000_v001"
imei: 356..........
imsi: 260.......