ROUTER OS V7 MBIM Configuration.
.
NOTE
please manually type in AT commands
WARNING DO NOT UPGRADE TO ROUTER OS V7 BEFORE COMPLETING THESE STEPS!
Open Terminal
/port firmware set ignore-directip-modem=yes
/reboot
/port set 0 name=usb1
/system serial-terminal port=usb1 channel=2
AT+QCFG=”usbnet”,2
/port firmware set ignore-directip-modem=no
/reboot
You can now upgrade to Router OS v7 upwards
To change/lock to bands, you can do the following
Open Terminal
interface lte at-chat lte1
Band 28: AT+QCFG=“band”,0,8000000,0,1
Band 3: AT+QCFG=“band”,0,4444,0,1
Unlock and allow all bands Bands: AT+QCFG=”band”,0,
.
PRE ROUTER OS V7 PPP Configuration.
.
NOT RECOMMEND
Open the Terminal and run the following commands
/port firmware set ignore-directip-modem=yes
/reboot
/port set 0 name=usb1
/system serial-terminal port=usb1 channel=2
AT+CGDCONT=1,”PPP”,”telstra.extranet”
AT+QCFG=”usbnet”,0
/reboot
/interface ppp-client add apn=telstra.extranet data-channel=3 dial-on-demand=no disabled=no info-channel=2 name=ppp-out1 port=usb1
/reboot