I’ve set up my first OSPF on a RouterOS 7 - done a few on previous versions. It works so far for me, but I’m missing a place to see the costs of the route candidates. In RouterOS 6 it was via /routing ospf route print - but that’s gone in RouterOS 7 - what’s the new way to check that? The new documentation on help.mikrotik.com talks about route selection and so, but not how to see the candidates with their costs.
Where do I see the costs? The Cost should be 50 and 60. And where do I see the route candidates I get via OSPF? I should see 192.168.76.0/27 2 times.
[Mikrotik] > /routing/route/print
Flags: A - ACTIVE; c, s, o, y - COPY; H - HW-OFFLOADED
Columns: DST-ADDRESS, GATEWAY, AFI, DISTANCE, SCOPE, TARGET-SCOPE, IMMEDIATE-GW
DST-ADDRESS GATEWAY AFI DISTANCE SCOPE TARGET-SCOPE IMMEDIATE-GW
o 0.0.0.0/0 192.168.76.227%vlanTransit********* ip4 110 20 10 192.168.76.227%vlanTransit*********
As 0.0.0.0/0 10.10.188.200 ip4 1 30 10 10.10.188.200%vlanTransit**************
Ac **************/24 vlanTransit************** ip4 0 10 vlanTransit**************
Ac 10.10.188.8/32 vrrpTransit************* ip4 0 10 vrrpTransit*************
Ao 192.168.76.0/27 192.168.76.234%wireTransitRz1********* ip4 110 20 10 wireTransitRz1*********
Ao 192.168.76.192/27 192.168.76.234%wireTransitRz1********* ip4 110 20 10 wireTransitRz1*********
Ac 192.168.76.224/29 vlanTransit********* ip4 0 10 vlanTransit*********
Ac 192.168.76.224/32 vrrpTransit********* ip4 0 10 vrrpTransit*********
Ac 192.168.76.232/30 wireTransitRz1********* ip4 0 10 wireTransitRz1*********
Ao 192.168.76.236/30 192.168.76.227%vlanTransit********* ip4 110 20 10 192.168.76.227%vlanTransit*********
Ac fe80::%ether1rz1-wan-2_7/64 ether1rz1-wan-2_7 ip6 0 10 ether1rz1-wan-2_7
Ac fe80::%vrrpTransit*********/64 vrrpTransit********* ip6 0 10 vrrpTransit*********
Ac fe80::%vrrpTransit*************/64 vrrpTransit************* ip6 0 10 vrrpTransit*************
Ac fe80::%vlanTransit**************/64 vlanTransit************** ip6 0 10 vlanTransit**************
Ac fe80::%vlanTransit*********/64 vlanTransit********* ip6 0 10 vlanTransit*********
Ac fe80::%wireTransitRz1*********/64 wireTransitRz1********* ip6 0 10 wireTransitRz1*********
A H ether1rz1-wan-2_7 link 0
A H vrrpTransit********* link 0
A H vrrpTransit************* link 0
A H vlanTransit************** link 0
A H vlanTransit********* link 0
A H wireTransitRz1********* link 0
You can see the cost with the following command. But at the moment you can not see the OSPF candidates. Hope this will come back soon. As this was possible to see under the OSPF menu in Router OS 6.