do you have a hint what may cause latest v7.10.x to stop routing traffic after the CCR generates an autosupout.rif file?
/log/print shows no message for this event.
/routing/route/print freezes with no output after the autosupout.rif file has been generated.
Have to reboot the CCR device every few days due to this error. Very annoying.
I found issues with full BGP tables and high throughput causing sluggishness etc. on 7.10. I loaded 7.11b5 the other day (or 6, whatever the version was before the 24th) and I saw significant improvements in my 2116’s. You might give that a try.
The CCR2116 router having the IP-routing gone stuck bug after generating an autosupout.rif is only running a BGP table of a few hundred routes. So it should be no load issue. Nonetheless, I’ve upgraded the device to 7.11b7; it’s worth a try.
Off-topic: Another CCR2116 device running a full BGP table on 7.10 is causing sluggishness with 100% load on one CPU after enabling an input route filter. Has this issue been fixed using 7.11b5 or newer?
What’s the filter? I’ve got three inbound filters and they work fine:
if (dst in 0.0.0.0/0 && dst-len == 0) { set bgp-local-pref 95; accept; } # local-pref depends on the peer
if (afi ipv6 && dst in ::/0 && dst-len == 0) { accept; }. # only want default for IPv6 for now
if (bgp-path-len in 1-2 ) {set bgp-local-pref 95; accept; }. # Only allow up to 2 AS's away from us
Update: Unfortunately upgrading the CCR2116 to pre-releases of v7.11 did not fix this issue. Log shows the error message:
script error: action timed out - try again, if error continues contact MikroTik support and send a supout file (13)
Hint: To fix the issue a device reboot is required.
Opened a support ticket a few weeks ago uploading all meanwhile collected supout files. But: No response or feedback from MikroTik, yet.