Convert conf from cisco2960poe to mikrotik ccr2004-16G-2s+

Hi friends, I’m new user as on a forum as a mikrotik admin))) Sorry for my english it’s not my native language.
I have problem that I can’t solve. I must move my config from - to in subj.
I understand that for expert it’s simply. I read more manuals, but ((((
Config my cisco:

!
hostname c2960-PoE-8
!
ip domain-name ********.com
ip name-server 10.10.0.254
ip name-server ***.***.***.***
!
vlan internal allocation policy ascending
!
vlan 9
 name WiFi
!
vlan 120
 name Inet
!
vlan 121
 name Tel-21
!
vlan 122
 name Tel-22
!
vlan 1011
 name IPTel
!
ip ssh authentication-retries 5
ip ssh version 2
!
interface FastEthernet0/1
!
interface FastEthernet0/2
 switchport trunk allowed vlan 1,9,120-122
 switchport mode trunk
!
interface FastEthernet0/8
 switchport access vlan 9
 switchport mode access
!
interface GigabitEthernet0/1
 switchport trunk allowed vlan 9,1011
 switchport mode trunk
!
interface GigabitEthernet0/2
 switchport trunk native vlan 120
 switchport trunk allowed vlan 120,1011
 switchport mode trunk
!
interface Vlan1
 ip address 10.10.0.1 255.255.255.0
 no ip route-cache
!
ip default-gateway 10.10.0.254
no ip http server
ip http authentication local
ip http secure-server
no cdp run
!
vstack
!
line con 0
line vty 0 4
 login local
 transport input ssh
line vty 5 15
 login
!
ntp server ntp.time.in.ua
ntp server ntp2.time.in.ua

Port ISP:
VLAN - 120 (inet)
VLAN - 1011 (iptel)
interface GigabitEthernet0/2
switchport trunk native vlan 120
switchport trunk allowed vlan 120,1011
switchport mode trunk


Port to Router:
It’s virtual machine on hypervisor:
interface FastEthernet0/2
switchport trunk allowed vlan 1,9,120-122
switchport mode trunk


Port to Planet SGSW-24240:
interface GigabitEthernet0/1
switchport trunk allowed vlan 9,1011
switchport mode trunk

RouterOS 7.12.1
I write many various Scripts for mikrotik but none of them work. I don’t know which one to post.
Thank you for help