Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.
| Obě strany předchozí revize Předchozí verze Následující verze | Předchozí verze | ||
|
networking:mikrotik [2020/04/13 22:25] mwk [EP06 v 9xx] |
networking:mikrotik [2020/04/15 15:32] (aktuální) mwk [nahozeni LTE interface místo pppoe (30mbps limit):] |
||
|---|---|---|---|
| Řádek 55: | Řádek 55: | ||
| Reboot | Reboot | ||
| + | <code bash> | ||
| /port | /port | ||
| - | |||
| set 0 name=usb1 | set 0 name=usb1 | ||
| - | |||
| /interface ppp-client | /interface ppp-client | ||
| + | add apn=internet data-channel=3 dial-on-demand=no disabled=no info-channel=2 name=ppp-out1 port=usb1</ | ||
| - | add apn=telstra.internet data-channel=3 dial-on-demand=no disabled=no info-channel=2 name=ppp-out1 port=usb1 | + | **Nastaveni pro vdfcz, tmcz:** |
| - | + | ||
| - | The above settings are for Telstra with the below values of the channels: | + | |
| Data channel: 3 | Data channel: 3 | ||
| - | |||
| Info channel: 2 | Info channel: 2 | ||
| - | Also, other popular APN for LTE in Australia: | + | ==== nahozeni |
| + | <code bash>/ | ||
| + | <WRAP center round important 60%> | ||
| + | je treba prepnout USB na mpcie slot, misto klasickeho USB! | ||
| + | </ | ||
| - | Vodafone: live.vodafone.com | + | <code bash>/port firmware set ignore-directip-modem=yes |
| - | + | ||
| - | Optus: yesinternet | + | |
| - | + | ||
| - | For quick and dirty way of having LTE interface instead of pppoe (30mbps limit) with EC25: | + | |
| - | + | ||
| - | /port firmware set ignore-directip-modem=yes | + | |
| /system serial-terminal port=usb2 channel=2 | /system serial-terminal port=usb2 channel=2 | ||
| AT+QCFG=" | AT+QCFG=" | ||
| /port firmware set ignore-directip-modem=no | /port firmware set ignore-directip-modem=no | ||
| - | /system reboot | + | /system reboot</ |
| - | In case you want to go back to pppoe: | + | pro navrat k pppoe: |
| + | <code bash> | ||
| - | AT+QCFG=" | + | USB integration modes na EC25: |
| - | + | ||
| - | For completeness, | + | |
| AT+QCFG=" | AT+QCFG=" | ||
| AT+QCFG=" | AT+QCFG=" | ||
| - | AT+QCFG=" | + | AT+QCFG=" |
| - | if you need to get RSRP, SINR, or RSRQ from the module, then use: | + | pro RSRP, SINR, nebo RSRQ: |
| + | <code bash> | ||
| + | </ | ||
| - | AT+QENG=" | + | priklad uzamceni na band B28: |
| - | + | <code bash>AT+QCFG=“band”, | |
| - | Also, very useful AT commands for changing QUECTEL EC25 configuration if you need to lock the EC25 to the B28 band: | + | |
| - | + | ||
| - | AT+QCFG=“band”, | + | |
| For any other bands hexadecimal value that specifies the LTE frequency bands, i.e. multiple bands can be selected by computing a logical OR of the individual value of each band (e.g.: 0x15 = 0x1(LTEB1)+0x4(LTE B3)+0x10(LTE B5)). | For any other bands hexadecimal value that specifies the LTE frequency bands, i.e. multiple bands can be selected by computing a logical OR of the individual value of each band (e.g.: 0x15 = 0x1(LTEB1)+0x4(LTE B3)+0x10(LTE B5)). | ||
| - | |||
| If set to 0 or 0x40000000 LTE frequency bands are not changed. | If set to 0 or 0x40000000 LTE frequency bands are not changed. | ||
| - | |||
| 0x7FFFFFFFFFFFFFFF means all available bands will be used | 0x7FFFFFFFFFFFFFFF means all available bands will be used | ||
| 0x1 LTE B1 | 0x1 LTE B1 | ||
| Řádek 114: | Řádek 104: | ||
| 0x7FFFFFFFFFFFFFFF Any frequency band (default setting) | 0x7FFFFFFFFFFFFFFF Any frequency band (default setting) | ||
| - | Lock EC25 to Band3 command: | ||
| - | |||
| - | at-chat lte1 input=“AT+QCFG=\“band\”, | ||
| All bands command that works with EC25 inside Mikrotiks: | All bands command that works with EC25 inside Mikrotiks: | ||
| - | + | <code bash>at-chat lte1 input=“AT+QCFG=\“band\”, | |
| - | at-chat lte1 input=“AT+QCFG=\“band\”, | + | |
| HOW TO find the band the modem is currently on: | HOW TO find the band the modem is currently on: | ||
| - | + | <code bash>at-chat lte1 input=“AT+QNWINFO”</ | |
| - | at-chat lte1 input=“AT+QNWINFO” | + | |