cisco to mikrotik routing rules

Thanks, but im confuzed about our comments here because this is just announcement for winbox with routing-test support. But this topic is over the top and i still ask how to translate cisco rules to mikrotik rules :slight_smile: Those people that gave us links to cisco ...must suppose to know :slight_smile: Or those people is too lazy to complete documentation (like cisco) :slight_smile: syntax is different ! I just waitin for some tips with BGP.
So …

router bgp myASN
no synchronization
bgp log-neighbor-changes
network myNETWORK mask 255.255.252.0
neighbor ip1 remote-as as1
neighbor ip1 send-community
neighbor ip1 route-map NOTCOUNTRY out
neighbor ip1 filter-list 4 out
neighbor ip2 remote-as as1
neighbor ip2 send-community
neighbor ip2 route-map COUNTRY out
neighbor ip2 filter-list 4 out
neighbor ip3 remote-as as2
neighbor ip3 send-community
neighbor ip3 route-map NOTCOUNTRY2 out
neighbor ip3 filter-list 4 out
neighbor ip4 remote-as as2
neighbor ip4 send-community
neighbor ip4 route-map COUNTRY2 out
neighbor ip4 filter-list 1 in
neighbor ip4 filter-list 4 out
no auto-summary

with this just try to ask …with cisco is done …HOWTO on Mikrotik ? :slight_smile:
4 vlan`s , 2 ISP
2 vlan for country and 2 for international traffic