You can see this with /routing/stats/process/print and see the process time.
As it's not doable to restart the router to bring it back to normal after you accidentially opened the route list, we tried to just kill the process and let it restart with /routing/stats/process/kill. After that the process automatically restarts and router works again as normal.
BUT: Now all static routes have two entries in the routing table. And if you have to kill the process a second time. There are three entries for every route.
Code: Select all
[admin@DCHAM-RTR01] /ip/route> print detail where static
Flags: D - dynamic; X - disabled, I - inactive, A - active; c - connect, s - static, r - rip, b - bgp, o - ospf, d - dhcp, v - vpn, m - modem, y - copy; H - hw-offloaded; + - ecmp
0 As + dst-address=0.0.0.0/0 routing-table=main pref-src="" gateway=185.41.104.65 immediate-gw=185.41.104.65%sfp28-1 distance=100 scope=30 target-scope=10 suppress-hw-offload=no
0 As + dst-address=0.0.0.0/0 routing-table=main pref-src="" gateway=185.41.104.65 immediate-gw=185.41.104.65%sfp28-1 distance=100 scope=30 target-scope=10 suppress-hw-offload=no
0 As + dst-address=0.0.0.0/0 routing-table=main pref-src="" gateway=185.41.104.65 immediate-gw=185.41.104.65%sfp28-1 distance=100 scope=30 target-scope=10 suppress-hw-offload=no
1. Why does the process "routing policy configuration" go crazy when I open routes in Winbox?
2. Why does the static routes get added mutiple times when I restart the process?
Cheers
Dennis