7 Nov
2020
7 Nov
'20
4:52 p.m.
Hello, How do I redistribute static routes into OSPF ? Suppose I have this: protocol static { route 10.101.6.61/32 via 172.16.0.70; } If the export filter will allow this route into OSPF, the neighbor will receive it with this very next-hop, and in the absense of direct connectivity to 172.16.0.70 (which is the case) it will complain "Received route 10.101.6.61/32 with strange next-hop 172.16.0.70" and refuse to install it into FIB. How do I change next-hop to the address of the originating router ? The BGP proto has the option "next hop self", which OSPF does not. Thanks. Eugene.