Routing filters problem
Posted: Tue Dec 17, 2013 11:14 pm
I am trying to filter on the OSPF-out chain but it does not work the way I expected.
I have 2 routers, "Router 1" and "Router 2". Router 1 has only one rule on the OSPF-out chain (discard all). Here is the router 1 configuration:
Router 2 is receiving routes from Router 1 though and I can't understand why. Shouldn't a discard rule prevent a router from sending its routes to any other routers?
thanks,
Philip
I have 2 routers, "Router 1" and "Router 2". Router 1 has only one rule on the OSPF-out chain (discard all). Here is the router 1 configuration:
Code: Select all
/routing filters
add action=discard chain=ospf-out comment="Drop all" disabled=no invert-match=\
no set-bgp-prepend-path=""
/routing ospf instance
set [ find default=yes ] disabled=no distribute-default=never in-filter=ospf-in \
metric-bgp=auto metric-connected=20 metric-default=1 metric-other-ospf=auto \
metric-rip=20 metric-static=20 name=default out-filter=ospf-out \
redistribute-bgp=no redistribute-connected=no redistribute-other-ospf=no \
redistribute-rip=no redistribute-static=no router-id=x.x.x.x
thanks,
Philip