Hi Guys, I want to to reset USB module if lte inteface is not "call in progress". I'm trying following script to record status but it runs in loop For ppp-client it was OK with following script /interface ppp-client monitor ppp-out1 once do={:if ($status != "connected") do= {:log...
Hi dmcosta, did you manage to get it working? I want to write a script that monitors lte interface and if status is not "call in progress", reset usb module. For ppp-client it was OK with following script /interface ppp-client monitor ppp-out1 once do={:if ($status != "connected"...
Hi Guys, SierraWireless has launched new LTE module MC7304 that does have fall back to 3G (850) in AUSTRALIA MC7304 is only QMI version and as far as I know, Mikrotik routers dont support QMI at this stage. It was same with MC7710 and we had to switch MC7710 to Direct IP. But there is no option for ...
Thanks Uldis for your response No I already have tried Dial-on demand=No option but it doesn't work. Please see in attached snapshot all settings on RB912. At the moment,3G network connection is down and it requires power cycle the router to get connection. I also power-reset the USB. In logs, the ...
Thanks Normis and Samir494 for your responses but it doesn't work as expected I have set LEDs as described below LEDS Threshold LED1 -60 LED2 -70 LED3 -80 LED4 -90 LED5 -100 At the moment, 3G signal strength on my device is -93 and LEDS from 1-4 are ON. If I use just one LED (e-g LED1) with Thresho...
Hi meconet, thanks for helping me out with this one. Now I need this feature to keep modem connected to network all the times. At the moment, it doesn't come back online once network connection is dropped or if you resume data plan on SIM card once it reaches to its limit any thought on this, please
Does anyone know how much data is used when we configured router to PING some public IP address every 1hr i-e How many PING packets are sent and how much data is used per session. It looks like on routerboard, more data is used as compared to other router products
I can send SMS from RouterBoard without any issue but once I set receive-enable=yes and send a message(SMS) from router, the unit stops receiving SMS. Any suggestions would be appreciated..
I'm running Sierra Wireless 3G USB modem on RB411U and I want to extract information like signal strength, model of modem, operator to use them in a script. i can get these information by clicking on INFO tab but I can't extract these values. I tried interface ppp-client info telsta file aaa.txt com...
Hi ibeeby, how did you go with this goal. any luck?? I'm trying to pick signal strength and firmware of the 3G modem. i'm trying to export the info data to a file but in file i'm not getting these parameters. when i issue command interface ppp-client info ppp-out1 , it takes some time (about 5s)to g...
http://www.mikrotik.com/documentation/manual_2.7/System/GPS.html you need to enable GPS on miniPCI-e and then NMEA channel (hopefully channel 2) will be assigned for GPS data. After that you need to configure router as described in Mikrotik GPS manual. e-g system gps set gps enable=yes channel=2 por...
The four hour reset did not re occur last night but there was a period of half an hour where the PPP session kept dropping and the other router (other brand) next to this one was stable over the same period. I added a logging target with a topic of 'radius' and an action of 'memory' and got the log ...
yes, I am using Radius server. I'm getting following log messages from RouterBoard and Radius server: On RouterBoard PPP connection terminating (hang up) then re-authenticating. On server: 21/09/10 15:46:31 cdmat2 Connect Request 21/09/10 15:46:31 cdmat2 172.29.7.64 Connect Accept 21/09/10 15:46:31 ...
I am using RB411U and noticed that the router is terminating the PPP session every 4 hours and re-establishing it straight away.Is there a timer somewhere controlling this behavior?
Hello Guys, I am using Sierra Wireless MC8700 module (With 21Mbps download) on BETA version that is working fine (it was not working on RouterOS4.11). Now MC8801 (with 42Mbs) is going to released in next few days so, I just want to know whether mikrotik is planning to support this module in the next...
guys,
thanks...I appreciate your suggestion
But what I really want to do is, make RB411 as a TCP client and push gps data to a TCP server.
This is a really demanding feature at the moment from our customers.
Any suggestion??
Hello all,
I'm using RB411 at the moment and GPS is working fine on it. I have got some customers who want to send this GPS data to a TCP server (this application will lead the RouterBoard to act as a tracker). So can anyone please assist me how can I achieve this goal.