help with BGP in MT 2.9.27

i need make this conf in MT 2.9.27
this conf file is from Zebra but i don`t know how to make this in MT 2.9.27



!
! Zebra configuration saved from vty
! 2006/11/23 11:20:57
!
hostname ugranet
password xxxx
enable password xxxxx
!
bgp config-type cisco
!
router bgp 41058
no synchronization
bgp router-id 86.55.12.238
bgp always-compare-med
bgp deterministic-med
neighbor 11.11.11.1 remote-as 41011
neighbor 11.11.11.1 next-hop-self
neighbor 11.11.11.1 send-community both
neighbor 11.11.11.1 soft-reconfiguration inbound
neighbor 11.11.11.1 prefix-list pl-41011 in
neighbor 86.55.12.237 remote-as 30890
neighbor 86.55.12.237 next-hop-self
neighbor 86.55.12.237 send-community both
neighbor 86.55.12.237 soft-reconfiguration inbound
neighbor 86.55.12.237 prefix-list UGRANETadv out
neighbor 86.55.12.237 route-map rm-evo-out out
no auto-summary
!
ip prefix-list UGRANETadv seq 10 permit 89.36.232.0/22
ip prefix-list UGRANETadv seq 100 permit 89.36.232.0/22 ge 32
ip prefix-list UGRANETadv seq 1000 deny 0.0.0.0/0 le 31
ip prefix-list pl-41011 seq 10 permit 89.36.232.0/22
ip prefix-list pl-41011 seq 100 permit 89.36.232.0/22 ge 32
ip prefix-list pl-41011 seq 1000 deny 0.0.0.0/0 le 31
!
route-map rm-evo-out permit 20
match ip address prefix-list UGRANETadv
set community 30890:1120 30890:2000 30890:3000 additive
!
line vty
!

There is an article on Mikrotik Wiki, how to translate cisco-like conf to Mikrotik one.

Regards,

Gregor

Additionaly to Gregor’s post, you have to upgrade router to the latest 2.9.39 version.
http://wiki.mikrotik.com/wiki/Upgrading_RouterOS