Bug. Unreachable route is active in routing table.

Hi Guys.
Look at the attached screenshot please.

Ether5 with IP address (7.7.7.7/24) has no cable plugged in.
However (what is obviously a bug for me) connected route 7.7.7.0/24 for ether5 is marked as unreachable but still active in routing table preventing static blackhole route (SB) with metric 10 to be installed instead.

Please explain or let me know what should be done in router configuration so that connected routes will not be in routing table when interface is physically down.

This is very frustrating because it's very critical for many network designs to work properly especially where VRRP is used together with OSPF and this works on other vendor's equipment :wink:.

Equipment where bug has been seen is RB450 and RB750 with last 5.8 version but I suspect it to be on all the Mikrotiks.

Thanks a lot.
Looking forward to your thoughts.
V.

There will be improvements in future versions.

Currently you can use routing filters to disable routes that has unplugged cable with following rule

/routing filter
add action=accept chain=connected-in scope=200 set-disabled=yes

Workaround works like a charm.
I knew I’m not only person with this problem.

Thanks a lot Mrz you saved my network…, and probably my life as well :wink:

I know this is old and I believe this is no longer an issue in the latest v6 but is it also still necessary to use this in the latest v5.26?

All v5 versions still require this rule. v6 does not.