/system health
:put [get [find where name=voltage] value]
Its more inline with the rest of my scripting.
After som testing, it seems that value-name are not needed if you specify what you need after the data id.
Differences:
This works :put [get [find where name=voltage] value-name=value]
This works :put [get value-name=value [find where name=voltage]]
This works :put [get [find where name=voltage] value]
This does not work :put [get value [find where name=voltage]]
My reply above is still valid. My RB4011iGS+RM’s uptime is now 14 days.
To me, what you’ve got there is the beginning of the diagnosis process, not its end. You’re blessed with a repeatable bug, which should make it amenable to ready diagnosis:
Enable remote logging. (Link above.)
Enable resource graphing, especially memory.
Export your sanitized config for examination here.
While waiting for responses, bisect the 7.2 feature list, turning off features until it stops restarting. There are 327 items on that list, which might seem an overwhelming number, but it really isn’t. First, at least half of those items are likely to be irrelevant to your local setup. Second, the log₂(n) nature of bisection reduces the process to 7 or 8 tries; with a 4 hour reboot time, you should have your answer in a day or two, if bisection can work on your problem at all.
The wireless LED is finally working with wifiwave 2 on my hAP ac^3 after updating to 7.2.3.
Does anyone else experience this or is this actually fixed a couple of versions ago?
I am sure they are ibgp.
they changed the way to choose local address!
Manually set the local ip into the connection and everything starts to work again.
It is not a bug, for ibgp MT usues the loopbackip (as local ip) if there is one.
regards
Ros
ahhh, another bug, this time on LLDP
there is NO mac cc:2d:e0:3d:b6:18 on my rb3011
but MT send this MAC in LLPD packets
it is unusable this way, could not match ifName because bridge/ifName notation
and could not match with non existent MAC address
looked at every interface, every bridge, simply, there is NO cc:2d:e0:3d:b6:18
RouterOS 7.2.3
New bug:
Hotspot walled garden on export or print do not export or show if the rules are enabled or disabled.
Adding by terminal the rule, the parameter action= is ignored.
Adding the rule with Winbox GUI work correctly.