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:24]
mwk
networking:mikrotik [2020/04/15 15:32] (aktuální)
mwk [nahozeni LTE interface místo pppoe (30mbps limit):]
Řádek 49: Řádek 49:
  
 ===== EP06 v 9xx ===== ===== EP06 v 9xx =====
-Firstly ensure direct IP is OFF:+vypneme direct IP:
  
-/port firmware +<code>/port firmware 
- +set ignore-directip-modem=yes  </code> 
-set ignore-directip-modem=yes    +
- +
-Reboot the Routerbord now+
  
 +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</code>
  
-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 LTE interface místo pppoe (30mbps limit)==== 
 +<code bash>/system routerboard usb set type=mini-PCIe</code> 
 +<WRAP center round important 60%> 
 +je treba prepnout USB na mpcie slot, misto klasickeho USB! 
 +</WRAP>
  
-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  -->  otherwise you won't be able to chane data and info channels and terminal into any other channel but 0+
 /system serial-terminal port=usb2 channel=2 /system serial-terminal port=usb2 channel=2
 AT+QCFG="usbnet",1 AT+QCFG="usbnet",1
 /port firmware set ignore-directip-modem=no /port firmware set ignore-directip-modem=no
-/system reboot+/system reboot</code>
  
-In case you want to go back to pppoe:+pro navrat k pppoe: 
 +<code bash>AT+QCFG="usbnet",0
  
-AT+QCFG="usbnet",+USB integration modes na EC25:
- +
-For completeness, the USB integration modes available on the EC25 are:+
 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+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>
  
-AT+QENG="servingcell" +priklad uzamceni na band B28: 
- +<code bash>AT+QCFG=“band”,0,8000000,0,1</code> 
-Also, very useful AT commands for changing QUECTEL EC25 configuration if you need to lock the EC25 to the B28 band+
- +
-AT+QCFG=“band”,0,8000000,0,+
  
 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 115: Řádek 104:
     0x7FFFFFFFFFFFFFFF Any frequency band (default setting)  - apparently this is not working with Mikrotik Routerboard, below is the new command that works      0x7FFFFFFFFFFFFFFF Any frequency band (default setting)  - apparently this is not working with Mikrotik Routerboard, below is the new command that works 
  
-Lock EC25 to Band3 command: 
- 
-at-chat lte1 input=“AT+QCFG=\“band\”,0,4444,0,1” 
  
 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> 
-at-chat lte1 input=“AT+QCFG=\“band\”,0,7777777,0,1” +
  
 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>
-at-chat lte1 input=“AT+QNWINFO”+
networking/mikrotik.1586809443.txt.gz · Poslední úprava: 2020/04/13 22:24 autor: mwk