Hi
I'm trying to stop a router from receiving a default route via OSPF...my syntax is as follows:
/routing filter
add action=discard chain=ospf-in comment="" disabled=no invert-match=no prefix=0.0.0.0 protocol=ospf
But it does not work? What is the correct syntax
thanks