Community discussions

MikroTik App
 
User avatar
Jotne
Forum Guru
Forum Guru
Topic Author
Posts: 3300
Joined: Sat Dec 24, 2016 11:17 am
Location: Magrathean

RouterOS v7.0beta2 bug fund

Thu Sep 26, 2019 10:23 pm

One of my Splunk scripts does not work on v7.0 beta 2
{
:local SystemInformation true
if ($SystemInformation) do={
	:local version ([/system resource get version])
	:local board ([/system resource get board-name])
	:local model ([/system routerboard get model]);
	:local serial ([/system routerboard get serial-number])
	:local identity ([/system identity get name])
	:put "script=sysinfo version=\"$version\" board-name=\"$board\" model=\"$model\" serial=$serial identity=\"$identity\""
}
}
Why is /system routerboard menu missing? Does work fine on x86 6.46 beta and older.
 
User avatar
honzam
Forum Guru
Forum Guru
Posts: 2395
Joined: Wed Feb 27, 2008 10:27 pm
Location: Czech Republic

Re: RouterOS v7.0beta2 bug fund

Thu Sep 26, 2019 10:56 pm

Why this topic is locked?
viewtopic.php?f=1&t=152006
 
User avatar
Jotne
Forum Guru
Forum Guru
Topic Author
Posts: 3300
Joined: Sat Dec 24, 2016 11:17 am
Location: Magrathean

Re: RouterOS v7.0beta2 bug fund

Thu Sep 26, 2019 11:08 pm

Not sure why its locked.

I will collect what I find here, and then send a email to support when I have a large list:

This commands fails from termianl. Works fine on <=6.46beta
/ip accounting uncounted print

not enough permissions (9)
Last edited by Jotne on Fri Sep 27, 2019 7:51 am, edited 2 times in total.
 
mducharme
Trainer
Trainer
Posts: 1777
Joined: Tue Jul 19, 2016 6:45 pm
Location: Vancouver, BC, Canada

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 2:28 am

If it were not locked, people might reply to the bug report instructions post with their bug report. The bugs are supposed to be submitted as new posts in the main forum, not as replies to the bug report instructions.
 
pe1chl
Forum Guru
Forum Guru
Posts: 10234
Joined: Mon Jun 08, 2015 12:09 pm

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 4:25 pm

I installed the beta2 on a CHR (from .ova) for some testing.
Well, there are quite a number of small bugs that you can expect from a major overhaul, many of them are so apparent that I think it is not necessary to make reports for them.
(anyone in an in-house testing team will find them as well, and they probably have more efficient reporting/fixing tools available)

It is a bit disappointing how few changes in features are included, let's hope many more will follow in upcoming betas. For now it looks like little more than a kernel update.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7054
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 4:36 pm

There is not much new because most of the new features were backported already to v6.
If you see trivial small bugs, list them here anyway
 
pe1chl
Forum Guru
Forum Guru
Posts: 10234
Joined: Mon Jun 08, 2015 12:09 pm

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 5:20 pm

- static IPv4 routes added are shown blue (inactive) but they work. after a long wait they become active.
- changes in the routes show up in the log as "by admin" without saying what was done by admin
- IPv4 route marking/rules appears to be dead
- IPv6 route rule panel shows "ERROR: feature not implemented"
- ethernet auto-negotiate on CHR under VMware ESXi 6.7u2 does not work (autoneg incomplete, cannot select "advertise 10G", only 1G checkmark sticks, link is 10 Gbps and is up anyway)

Of course I am still hoping for more IPv6 features (including but not limited to route rules) to be on par with IPv4 features that have been offered for a long time.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7054
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 6:17 pm

- IPv4 route marking/rules appears to be dead
Routing mark is configured differently, first you add the table and only then you can add routes to the table or use it in routing rules.
/routing table
add fib name=xx vrf=main
/ip route
add dst-address=8.8.8.8^xx gateway=10.155.101.1@main
/ip route rule 
add dst-address=1.1.1.1 action=lookup table=xx
But there are known problems that route rules may not work properly at the moment.
 
pe1chl
Forum Guru
Forum Guru
Posts: 10234
Joined: Mon Jun 08, 2015 12:09 pm

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 6:32 pm

I guess it will become more clear what happens when using multiple route tables, route marking, route rules, and VRF at the same time (or as alternatives for the same config)?
 
aboiles
Frequent Visitor
Frequent Visitor
Posts: 56
Joined: Sat Nov 07, 2015 6:52 pm

Re: RouterOS v7.0beta2 bug fund

Fri Sep 27, 2019 6:57 pm

SFP+ only works if mtu is set to 1500.
Tried intel, fiberstore and ubiquiti modules.

Router name: RB4011
Firmware: 6.46beta44
RouterOS: 6.46beta44 (testing)
Licence level: 5
Board name: RB4011iGS+5HacQ2HnD
Architecture: arm
Memory: 1073741824

/interface ethernet
set [ find default-name=sfp-sfpplus1 ] l2mtu=9000 loop-protect=on mtu=9000 \
rx-flow-control=auto tx-flow-control=auto
SFP+ works.

Router name: RB4011
Firmware: 7.0beta2
RouterOS: 7.0beta2 (development)
Licence level: 5
Board name: RB4011iGS+5HacQ2HnD
Architecture: arm
Memory: 1073741824

/interface ethernet
set [ find default-name=sfp-sfpplus1 ] l2mtu=9000 loop-protect=on mtu=1500 \
rx-flow-control=auto tx-flow-control=auto

Who is online

Users browsing this forum: No registered users and 34 guests