v7.1 is released!

… and underpowered (16MB flash) devices as well…

Looks like API does not support adding multiple items in single PUT:

[{"dst-address": "2.2.2.2/32", "gateway": "ether1", "comment": "COMMENT"}, {"dst-address": "3.3.3.0/24", "gateway": "ether1", "comment": "COMMENT"}, {"dst-address": "4.4.4.4/32", "gateway": "ether1", "comment": "COMMENT"}]
<Response [400]>

Only adding 1 by 1 works with shitty speed

The MikroTik website and forum were not available a day ago. Repeated post.

@Amm0

Google suggests “bs info” might be related to A-GPS.

I am not using GPS package. It looks like this error refers to connecting to BS services.
FE: (error #12 - packet service detached) There is no time to dig into MBIM raw packets yet.
Since MBIM is a fairly unified protocol, it would be nice to have a description of
the errors add to MikroTik Wiki.

Yup pretty close to what I see, it’s RSRP and RSRQ that don’t seem to show up MBIM mode & RSSI is similar skewed wrong.

It looks like Telit has added support for Microsoft MBIM extensions for the LM960A18 from firmware v6 and up.
You can check this with the AT#GETFW or AT#GETFWEXT commands. I now have firmware v8 (32.00.118);
“Generic” profile:

HOST FIRMWARE : 32.00.008_2
SLOT STATUS CARRIER VERSION TMCFG CNV
1 Activated Generic 32.00.118 1027 32101006
2 Verizon 32.00.128 2022 32101006
3 ATT 32.00.148 4024 32101006
4 TMUS 32.00.158 5007 empty

But issues with showing RSSI & RSRQ remain :frowning:

[quote=soleh post_id=898885 time=1639983291 user_id=195167]
Hi, I am new in mikrotik



Just wanna ask “dumb” question:



Is it really worth to upgrade to 7.1 from 6.49 2?



I have hAP lite and only use it to manage a home network with 3 APs in two bridges and approx 13-20 users.



I have no problems with the current version, but just curious.
[/quote]

If you don’t need the new features and everything still works for you, no need to upgrade.

You can but it’s not needed.

Stay on v6 if you do not need any of the v7 features.

[quote=soleh post_id=898885 time=1639983291 user_id=195167]
Hi, I am new in mikrotik



Just wanna ask “dumb” question:



Is it really worth to upgrade to 7.1 from 6.49 2?



I have hAP lite and only use it to manage a home network with 3 APs in two bridges and approx 13-20 users.



I have no problems with the current version, but just curious.
[/quote]

i have an hap lite too…

just for testing i try to update to 7 stable setup openvpn udp and wireguard.

if i connect works but random cpu runs 100% and i must restart (manual poweroff / poweron)

so for now, i downgrade to 6…



i wait 7 in long term… :slight_smile:

Why isn’t the hap ac2 supported for wifiwave2? Mine has 256mb of RAM and ipq4019. Is it because there is only 16mb flash space?

hAP ac2 is not supported, read here about wifiwave2 requirements and features: https://help.mikrotik.com/docs/display/ROS/WifiWave2

I am sure reggger wants to read more about the features…

Maybe he will be relieved, because there is not much to gain yet :slight_smile:

Where are our posts from the weekend???
Forum was down yesterday. Assuming you have guys restored from backup and they are lost?
Just guessing, log4j cve issue?

Any plans for spectral scan/history on ac chips in ROSv7?

RouterOS does not use Java

Power failure.
My guess as well, most likely restore from incomplete backup.

Forum is functional as RouterOs…
In normal bussines is program reporting, if the server is down, immediately people get sms what’s happend.
But in this company not..In Monday morning in work.. “Hmm server is down, but how long? Nevermind..”

MikroTik, please make some tender on very good people. Hire some dumb people, who only take money and waste your time..
If you embrace good people, it will take less time to make good firmwares and less money for it..
2 good people is better, than 10 bad..Give that 2 people more money offer…Where is the problem? Where is problem take some people from another country, if your country aren’t that clever people..

Winap, please don’t spread these lies.

If you dont like the forum then leave. Such comments are a waste of your energy and life. Probably have better things to do…

I thing, there is almost every month, when server is down..
Sometimes twice time. What is problem with servers and your firmware?
I buy some hardware, with some function..but in newer versions does not work ..Is it also my problem?
Make good FW and people will be happy..Is it like lottery..

If you dont like the forum then leave. Such comments are a waste of your energy and life. Probably have better things to do…

I like forum, but I don’t like bad firmware…Forum is good to know, where is problem with every new firmware..so this is necessarily.
Critics is also necessarily..if people are happy on every buggy FW, is it ok?

Upgraded my home router CCR1009 from 6.49.2 to 7.1: OSPF stopped. Started to check - ospf-in rules imported but… looks like default “allow all” in 6.x changed to “deny all” and incoming routes were filtered. Ok. Not big problem. IPSec - works but after clicking on IPSec config tabs had to reboot due to channel stuck and packets didn’t go inside/outside channel. I.e. if you something change in IPSec - please reboot to apply changes %)

But.. mangle not works at all! Adding simple connection marking rule like:

/ip/firewall/mangle/
chain=input action=mark-connection new-connection-mark=wan1_to_router passthrough=yes connection-mark=no-mark 
      in-interface=sfp1_wan2 log=no log-prefix=""

breaks everything - all connections constantly are disconnecting ones per minute… “stable version”. Reboot not helps.
PS: even if add change mss rule breaks all with same disconnects one per minute. Looks like mangle chain is broken fully in 7.1. I can’t replace it with “routes rule” (like some people on forum propose to do) due to multi-wan balancing (input and output) and need mark packets basing on different criteria.