I stumbled across something that looks like a bug to me.
When prefixes get removed from an already running session, “Prefix Count” shows a value of around 4,294,967,295 (32-bit unsigned integer?) and stays in this area until the session gets restarted.
As you can see in the image below, the number of prefixes in the routing table looks plausible though.
In this scenario, the first two sessions should show a prefix count of maybe 0 - 10.
Is this a known bug?
Edit:
After the two sessions got restartet it looks like this:
ROS Version: 7.11beta2
Hello Mat
I have exactly the same problem with version 7.11.2
I’m a bit disappointed that Mikrotik hasn’t replied to you since June 2023, It’s inconceivable to me…
Regards.
yes it’s a bit disappointing that I didn’t get a reply. I mean a simple “yes it’s a known bug, we’re working on it”, would have been better than what I’ve got.
Sure it seems to be a minor bug, but on the other hand it’s quite annoying to administer a system that shows such impossible values.
Well, this forum is mainly for inter-user communication. When you want a reply from support and/or some chance your topic gets put on an action list, it is better to create a ticket in the support portal: https://help.mikrotik.com/servicedesk/servicedesk/
Use /system/script/run bgp-prefixes to show the current number of prefixes for each peer, both received and active.
It first prints a couple of lines with only numbers, ignore that (it is due to the strange design of scripting language).
After that it prints a header and a line for each peer.