– Disclaimer: I’m quite new to MikroTik –
Hi all,
This is on a RB5009 running RouterOS 7.2.3.
I made the mistake of creating this route a few times:
/ip route add check-gateway=none disabled=no distance=2 dst-address="" gateway=10.69.145.161 routing-table=main suppress-hw-offload=no
But it does not appear in WinBox / WebFig / Terminal:
/ip route print
does not show it. It only shows my other routes (which are dynamic).
However, it shows up in export:
[admin@MikroTik RB5009] > /ip route export
# may/14/2022 15:27:12 by RouterOS 7.2.3
# software id = xxxxxxxxxxxx
#
# model = RB5009UG+S+
# serial number = xxxxxxxx
/ip route
add check-gateway=none disabled=no distance=2 dst-address="" gateway=10.69.145.161 routing-table=main suppress-hw-offload=no
add check-gateway=none disabled=no distance=2 dst-address="" gateway=10.69.145.161 routing-table=main suppress-hw-offload=no
...
If I create a new instance of this route through SSH while WinBox is showing its IP Routes window, then the new instance will appear right away in WinBox and can be deleted there. But if I close the WinBox window, the route won’t appear again! At that point, these routes only appear in export, and I found no way to delete them!
Again:
/ip route print
does not show them, and the removal command that I tried (
/ip route remove [find where gateway=10.69.145.161]
) did not help.
I also tried rebooting the RB5009 but the routes stay there.
So please help me to delete these routes… Thanks in advance!