Hi all,
This is on a RB5009 running RouterOS 7.2.3.
I made the mistake of creating this route a few times:
Code:Select all
/ip route add check-gateway=none disabled=no distance=2 dst-address="" gateway=10.69.145.161 routing-table=main suppress-hw-offload=no
Code:Select all
/ip route print
However, it shows up in export:
Code:Select all
[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 ...
Again:
Code:Select all
/ip route print
Code:Select all
/ip route remove [find where gateway=10.69.145.161]
I also tried rebooting the RB5009 but the routes stay there.
Soplease help me to delete these routes...Thanks in advance!