I think I have maybe found a bug in ROSv7.(17.2), when I create a route filter with following content
Code: Select all
if(dst == 0.0.0.0/0) {set ospf-ext-metric 10; accept}
if(dst == 0.0.0.0/0) {set ospf-ext-metric 10; accept}
No the default route is not from OSPF. It is from static. When it would be from OSPF I would understand why it is send out.Check if the default route you see is actually comming from OSPF using ”routes print where ospf”.
If so, enable OSPF logging (without packets, i.e. !packets) to trace the sender.
But you don´t think that this is a bug?Alright, then I’ve probably misunderstood what you’re looking for.