Hello, I have a problem with redistribute static routes into OSPF instance. I have two static routes, one /8 with gateway and one /20 blackhole route.
/ip route
add distance=1 dst-address=10.0.0.0/8 gateway=router2
add distance=1 dst-address=10.0.0.0/20 type=blackhole
I try redistribute both to OSPF instance as type 2. LSA about 10.0.0.0/8 i see, but there is no any LSAs about 10.0.0.0/20.
I try similar scenario on another router, but redistribute static 10.0.0.0/8 and 10.0.16.0/20 blackhole routes, and all good. I see in LSAs both of them.
Looks like a bug in OSPF realization.
Such scenario that I try on routers from another vendors works good too.