Hi,
I'm a longtime cisco user and try MikroTik now. How can I show the route selection of ROS?
What are the equivalent commands to IOS "show ip route a.b.c.d" and "show ip bgp a.b.c.d"?
For example: under IOS I do:
show ip route x.y.99.6
Routing entry for x.y.99.0/28
Known via "ospf 411", distance 110, metric 20, type extern 2, forward metric 1
Last update from x.y.99.233 on GigabitEthernet1/2, 1d22h ago
Routing Descriptor Blocks:
- x.y.99.233, from x.y.100.193, 1d22h ago, via GigabitEthernet1/2
Route metric is 20, traffic share count is 1
And under ROS?
/ip route print where dst-address=x.y.99.6
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
/ip route print where dst-address=x.y.99.0
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
/ip route print where dst-address=x.y.99.0/28
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADo x.y.99.0/28 x.y.99.17 110
not nice. I've to know the network address!
Kind regards,
Skotti.