Hi, I have an infraestructure with OSPF and BGP Working.
In this border router I Receive default Gateway from mi service provider via eBGP, but this router receives default gateway from another router too, via OSPF, and I need to discard this second default gateway received by OSPF.
I have tried with in-filters like this in OSPF instance but It’s not working:
add chain=no-def disabled=no rule=
“if (dst in 0.0.0.0/0 && dst-len==0 ) { reject }”