Uživatelské nástroje

Nástroje pro tento web


networking:mikrotik

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

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</code>+add apn=internet data-channel=3 dial-on-demand=no disabled=no info-channel=2 name=ppp-out1 port=usb1</code>
  
-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 LTE interface místo pppoe (30mbps limit): ==== 
- +<code bash>/system routerboard usb set type=mini-PCIe</code> 
-Vodafone: live.vodafone.com +<WRAP center round important 60%> 
- +je treba prepnout USB na mpcie slot, misto klasickeho USB! 
-Optus: yesinternet +</WRAP>
- +
-For quick and dirty way of having LTE interface instead of pppoe (30mbps limit) with EC25:+
  
-<code bash>/port firmware set ignore-directip-modem=yes  -->  otherwise you won't be able to chane data and info channels and terminal into any other channel but 0+<code bash>/port firmware set ignore-directip-modem=yes  
 /system serial-terminal port=usb2 channel=2 /system serial-terminal port=usb2 channel=2
 AT+QCFG="usbnet",1 AT+QCFG="usbnet",1
Řádek 81: Řádek 78:
 /system reboot</code> /system reboot</code>
  
-In case you want to go back to pppoe: +pro navrat k pppoe:
 <code bash>AT+QCFG="usbnet",0 <code bash>AT+QCFG="usbnet",0
  
-For completeness, the USB integration modes available on the EC25 are:+USB integration modes na EC25:
 AT+QCFG="usbnet",0 - is PPP & QMI (default) AT+QCFG="usbnet",0 - is PPP & QMI (default)
 AT+QCFG="usbnet",1 - is ECM. AT+QCFG="usbnet",1 - is ECM.
 AT+QCFG="usbnet",2 - is MBIM</code> AT+QCFG="usbnet",2 - is MBIM</code>
  
-if you need to get RSRP, SINR, or RSRQ from the module, then use: +pro RSRP, SINR, nebo RSRQ:
 <code bash>AT+QENG="servingcell" <code bash>AT+QENG="servingcell"
 </code> </code>
-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>AT+QCFG=“band”,0,8000000,0,1</code>  <code bash>AT+QCFG=“band”,0,8000000,0,1</code> 
  
 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>at-chat lte1 input=“AT+QCFG=\“band\”,0,7777777,0,1”</code>  <code bash>at-chat lte1 input=“AT+QCFG=\“band\”,0,7777777,0,1”</code> 
  
 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”</code> <code bash>at-chat lte1 input=“AT+QNWINFO”</code>
networking/mikrotik.1586809622.txt.gz · Poslední úprava: 2020/04/13 22:27 autor: mwk