I’m experiencing a problem with BGP configuration between MikroTik v7 and Cisco routers. The configuration seems to be correct, and BGP sessions are established, but the BGP filters are not functioning as expected.
Here’s a breakdown of the situation:
Scenario 1: MikroTik v7 to Cisco Router (any model) - BGP sessions establish successfully, but BGP filters don’t apply as intended.
Scenario 2: MikroTik v7 to MikroTik - Everything works fine, including BGP filters.
Scenario 3: MikroTik v6 to Cisco Router - BGP filters work correctly.
It seems like the issue is specifically with BGP filtering between MikroTik v7 and Cisco. I’ve tried various methods, but nothing seems to resolve the problem.
Has anyone else faced this issue? Any advice or solutions would be greatly appreciated.
First of all filters are local to the router, they cannot work differently depending on what vendor is the remote peer.
Second, in your config snipet you are not even using chains where you have added the rules. So if there are no rules in DC-SDWAN-OUT chain everything is rejected by default.
Sorry for typo. I have corrected the reply. I can understand that filter cannot work differently depending on what vendor is the remote peer. But If I connect a mikrotik replcing cisco, remote Mikrotik is receiving all the route I have advertised. But whenever I connect Cisco, no receive route showing.