Miscellaneous about modems
Ostatnia zmiana: 2023-04-22 21:15

Mikrotik R11e-LTE

Connect



    AT+CFUN=4
    AT*CGDFLT=0,"IP","<apn>",,,,,,,,,,,,,,,,,,1
    AT+CFUN=1
    wait for +CGEV: EPS PDN ACT <profile>
    AT+CGDCONT?
    AT+CGCONTRDP=<profile>

Disconnect



    AT+CFUN=0

Band select

  • band1


    AT*BAND=15,79,147,0,1,0,2,0


  • band3


    AT*BAND=15,79,147,0,4,0,2,0


  • band7


    AT*BAND=15,79,147,0,64,0,2,0


  • band 20


    AT*BAND=15,79,147,0,524288,0,2,0


  • band 3+7


    AT*BAND=15,79,147,0,68,0,2,0


  • band 1+20


    AT*BAND=15,79,147,0,524289,0,2,0


  • band 1+3+7+20


    AT*BAND=15,79,147,0,524357,0,2,0


  • all


    AT*BAND=15,79,147,480,589829,0,2,0

Access technology

  • 2G only


    AT*BAND=0,79,147,480,589829,0,2,0


  • 3G only


    AT*BAND=1,79,147,480,589829,0,2,0


  • 4G only


    AT*BAND=5,79,147,480,589829,0,2,0


  • 4G + 3G


    AT*BAND=11,79,147,480,589829,0,2,0


  • 3G + 2G


    AT*BAND=1,79,147,480,589829,0,2,0

Other

  • IMEI


    AT*MRD_IMEI?


  • Cell lock
(https://wiki.mikrotik.com/wiki/Manual:Interface/LTE#Using_Cell_lock)


    AT*Cell=<mode>,<NetworkMode>,<band>,<EARFCN>,<PCI>

where

<mode> :
0 – Cell/Frequency disabled
1 – Frequency lock enabled
2 – Cell lock enabled

<NetworkMode>
0 – GSM
1 – UMTS_TD
2 – UMTS_WB
3 – LTE

<band>
add if band lock is also required (usually can be left blank)

<EARFCN>
earfcn from lte info

<PCI>
phy-cellid from lte info


Reset



    AT+RESET

Wipe old configuration



    AT+RSTSET