v7.1rc3 [development] is released!

/routing/bgp/cache/print and BGP cache GUI did not show prefix counts

thx

@jookraw are you sure your devices are rebooting because of the l2mtu? My hapac2 has a relatively simple config and is also rebooting every few hours.
Just checked the l2mtu settings on my device and most of them have 1594 / 1598 set. Will lower them to 1592, and see if the random reboots stop.

Edit: hapac2 didn’t reboot in 24h. Seems you’re right, and an l2mtu >1592 causes random reboots on this type of device. I hope the devs are aware of this problem and are working on a fix.

any update about the fix of::
[SUP-35291]: bug about udp pps in dst-limit

thanks
Ros

Confirmed on mAP 2nD.
Was still working fine on rc2.
No LEDs after rc3, not even able to toggle them from Winbox.
Trying to put them immediately off throws an error.

New big features in every release candidate? That’s weird.
Codebase should be frozen and everyone work on bug fixes only.

I got very strange and destructive bug. I have moved my configuration from v6 to 7rc3 string by string. And it’s works, but after some time my router goes to drop all configuration by itself. Has anyone else encountered such a problem? I suspect this error is occurring on schedule. At least the time when the error occurred is the same as sheduled task. That task contents just one string “/system script run tasix”
Here is content of the “tasix” script

{
/tool fetch url="http://tasix.sarkor.uz/full" dst-path=net/tasix.list
:log info "Download Complete"
;delay 4;
;local netlist "tasix";
:local content [/file get [/file find name=net/tasix.list] contents] ;
:local contentLen [:len $content];
:local test;
:local lineEnd 0;
:local line "";
:local lastEnd 0;

:while ($lineEnd < $contentLen) do={
	:set lineEnd [:find $content "\n" $lastEnd];
	:if ([:len $lineEnd] = 0) do={
		:set lineEnd $contentLen;
	}
	:set line [:pick $content $lastEnd $lineEnd];
	:set lastEnd ($lineEnd + 1);
	:if ([:len $line] > 7) do={
		:set test  [/ip firewall address-list find address=$line list=$netlist ] ;
		#:log info $test;
                                :if ($test ="") do={
                                     /ip firewall address-list add list=$netlist address=$line;
                                     :log info "New network $line added to $netlist list";
                                }
	}
} 
}

I tried to use netinstall and configure again, but this bug repeats exactly the same.

Anyone experiencing L2TP+IPSec crashes on RB4011?

More details on this post: http://forum.mikrotik.com/t/l2tp-ipsec-crashes-on-4011/151790/1

select routing table in traceroute tool and it will not work.

works with only main routing table. It seems support routing table selection is broken

7.1rc3 winbox 3.30. hope you can fix it, we have 3 routing tables and actively use them

I don’t see such command available.
ros7-bgp.png
Also /routing/bgp/advertisements is still missing :frowning:

There is no routing-table parameter, there is vrf parameter and it accepts only vrf tables, not policy routing tables.

It seems that can’t add scheduler via cli if the on-event contains the char of '', but it’s ok for script:
linebreak.PNG

If you create that in Winbox and then do an export, you get this:

/system scheduler add name=test2 on-event="/system script;\r\
    \n/ip route;\r\
    \n" policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon start-date=sep/11/2021 start-time=11:42:24

which is weird and doesn’t import from the CLI.

Interesting too that export still uses spaces rather than ‘/’ as the delimiter in the command.
One might have expected it would say “/system/scheduler/add …”.

why not

as many others, with reboot:
config is erased
can not import rc2 export into rc3
can not restore binary backup
same behaviour on hAP ac2 and hEX S.

so have to start from scratch to eventually loose everything with next reboot… THIS IS DEFINITELLY NOT RELEASE CANDIDATE.

How much free space on the devices that lose config on reboot?
Somewhere they said if the device suffers from low space config could be erased on reboot because of that.
On my hAP ac2 I have:

free-hdd-space: 2164.0KiB

And have not experienced a config reset on reboot, yet.

Home in Belgium: HEX running 7rc2
Vacation place in France: SXT LTE (RBSXTR) - upgraded couple of days ago from 6.48.4 to 7rc3
SSTP tunnel between Hex and SXT to allow limited access from home (the idea is to move to Wireguard since it seems to be easier and speedier, hence the reason for the upgrade to 7rc3).

Could be me and my poor CLI-skills but on SXT I seem not to be able anymore to retrieve info from LTE1.
Always throws an error at the “info” part.
I can not be 100% sure but I seem to recall it worked prior on 6.48.4.

[------@MTSXTLte] > /interface lte info lte1 once
bad command name info (line 1 column 16)
[------@MTSXTLte] >

Trying to update LTE-firmware from V027 to V028 consistently results in an error (but that may be the poor reception in that area, hence my attempt to get a view on the signal parameters).
BUT … I just notice it DID the upgrade ?!?
(never bothered to check since I saw the “failed” message).

[-----@MTSXTLte] > /interface lte firmware-upgrade lte1
installed: R11e-LTE6_V028
latest: R11e-LTE6_V028
[-----@MTSXTLte] >

Hello,

Does anyone has experience with CRS125-24G-1S-2HnD and RouterOS 7.x ?
Do I lose something (in terms of functionnalities - I can rebuild the config if it cannot be imported from backup) if I upgrade from 6.48.4 to 7.1rc3 ?
Would it be faster / slower ?
Could it run out of storage space ?

Thank you in advance for your feedback !

Always nice to quote yourself…

From https://help.mikrotik.com/docs/display/ROS/RouterOS
User Info command
It is possible to send special “info” command to LTE interface with /interface lte info command. In RouterOS v7 this command is moved to /interface lte monitor menu.

And THAT one works :smiley:

2116 KiB on hAP ac2
4408 KiB on hEX S