BGP connecting but not forwarding after ros6 to ros7 update

Hello,
We have a problem with BGP after updating from 6 to 7. From router I have internet connection and I can ping websites.
The problem is that I don’t have acces from our public ip networks (we have 2 networks /23).

The filters in ros6 are like this:
from_provider1 - prefix: x.x.96.0/23 (first public network) - action: discard
from_provider2 - prefix: x.x.96.0/23 (first public network) - action: discard
from_provider1 - prefix: x.x.98.0/23 (second public network) - action: discard
from_provider2 - prefix: x.x.98.0/23 (second public network) - action: discard
from_provider1 - prefix: 0.0.0.0/0 - action: accept
from_provider2 - prefix: none - action: accept
to_provider1 - prefix: x.x.96.0/23 (first public network) - action: accept
to_provider2 - prefix: x.x.96.0/23 (first public network) - action: accept
to_provider1 - prefix: x.x.98.0/23 (second public network) - action: accept
to_provider2 - prefix: x.x.98.0/23 (second public network) - action: accept
to_provider1 - prefix: none - action: discard
to_provider2 - prefix: none - action: discard

How should I change them in ros7 to work?

You need to create an address list in ipv6 firewall with your prefix(es) once that is done, add an entry to Routing BGP Connection enter information of your upstream provider and your own then go to filter tab and at the bottom you will have output network select it and, on the drop down menu, select the address you previously created. Once complete you can reach announced Ip’s from the outside world.

Hope this helps!

Best,

Ray Evelyn

looks like he asking about ipv4, not ipv6

Same method applies for ipv4 it would be ip firewall then.

Hi Macosoft,

You already asked that question in http://forum.mikrotik.com/t/bgp-filters-translate-from-ros6-to-ros7-not-working/172794/1 Can you provide the output of the following commands?

I may need a larger subset of the configuration later but I want to start with the minimum.

/routing/export
/ip/firewall/address-list/export
/ip/route/print

Please do not create multiple threads for the same issue.