Hello An5teifo,
yes, you are correct, the default
filter action is to "
reject". Stated in the documentation here:
https://help.mikrotik.com/docs/display/ ... nd+Filters
Be aware that the default action of the routing filter chain is "reject"
However, if you do
NOT set a filter, everything will be accepted
.
I dont know how familiar you are with BGP, but if you are facing the issue that you do not get and prefixes from you BGP neighbor, maybe you are facing the issue, that active routes of another
iBGP member are not advertised between iBGP peers.
Example 1: If a Router has an
active default route from an ISP (eBGP session), this route
will be advertised to another
iBGP session.
Example 2: If the Router as an
active default route from an internal Router (iBGP peer), this route will
NOT be advertised to another
iBGP peer.
iBGP: connection from one router to another Router with the same AS (autonomous system)
eBGP: conneciton from one router to another Router with a different AS (autonomous system)
If you have the issue from example 2, you either can fully mesh all iBGP peers, or use the BGP Router reflector feature with your routers.