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:27] mwk [EP06 v 9xx] |
networking:mikrotik [2020/04/15 15:32] (aktuální) mwk [nahozeni LTE interface místo pppoe (30mbps limit):] |
||
---|---|---|---|
Řádek 59: | Řádek 59: | ||
set 0 name=usb1 | set 0 name=usb1 | ||
/interface ppp-client | /interface ppp-client | ||
- | add apn=telstra.internet data-channel=3 dial-on-demand=no disabled=no info-channel=2 name=ppp-out1 port=usb1</ | + | add apn=internet data-channel=3 dial-on-demand=no disabled=no info-channel=2 name=ppp-out1 port=usb1</ |
- | The above settings are for Telstra with the below values of the channels: | + | **Nastaveni pro vdfcz, tmcz:** |
Data channel: 3 | Data channel: 3 | ||
- | |||
Info channel: 2 | Info channel: 2 | ||
- | Also, other popular APN for LTE in Australia: | + | ==== nahozeni |
- | + | <code bash>/ | |
- | Vodafone: live.vodafone.com | + | <WRAP center round important 60%> |
- | + | je treba prepnout USB na mpcie slot, misto klasickeho USB! | |
- | Optus: yesinternet | + | </ |
- | + | ||
- | For quick and dirty way of having | + | |
- | <code bash>/ | + | <code bash>/ |
/system serial-terminal port=usb2 channel=2 | /system serial-terminal port=usb2 channel=2 | ||
AT+QCFG=" | AT+QCFG=" | ||
Řádek 81: | Řádek 78: | ||
/system reboot</ | /system reboot</ | ||
- | In case you want to go back to pppoe: | + | pro navrat k pppoe: |
<code bash> | <code bash> | ||
- | For completeness, | + | USB integration modes na EC25: |
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> | <code bash> | ||
</ | </ | ||
- | Also, very useful AT commands for changing QUECTEL EC25 configuration if you need to lock the EC25 to the B28 band: | ||
+ | priklad uzamceni na band B28: | ||
<code bash> | <code bash> | ||
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 113: | Řádek 106: | ||
All bands command that works with EC25 inside Mikrotiks: | All bands command that works with EC25 inside Mikrotiks: | ||
- | |||
<code bash> | <code bash> | ||
HOW TO find the band the modem is currently on: | HOW TO find the band the modem is currently on: | ||
- | |||
<code bash> | <code bash> |