CISCO to Mikrotik IPSEC Configuration Convert

Hi dear guys
I want to connect my MikroTik router to a Cisco router via a IPSec tunnel.
This below configs I got receive from cisco guy, they don’t know Mikrotik and I don’t know cisco commands :astonished:

Is there anybody can convert this below configs to MikroTik commands, so I set it on my Mikrotik ?

*IP and Secret keys are replaced/marked

crypto isakmp policy 300
 encr 3des
 authentication pre-share
 group 2
crypto isakmp key 6 spr@@@1 address 192.168.45.166
!
!
crypto ipsec transform-set OPPB-SET esp-3des esp-sha-hmac 
!
crypto ipsec profile OPPB
 set security-association lifetime seconds 120
 set transform-set OPPB-SET 
!
interface Tunnel306
 bandwidth 2048
 ip address 10.50.4.1168 255.255.255.0 
 ip nhrp map 10.50.4.1  192.168.45.166
 ip nhrp map multicast 192.168.45.166
 ip nhrp holdtime 300
 ip nhrp nhs 10.50.4.1
 ip nhrp registration timeout 300
 delay 1000
 tunnel source "your wan ip address"
 tunnel destination 192.168.45.166
 tunnel key 1979
 tunnel protection ipsec profile OPPB
!        
ip route 192.16.12.0 255.255.255.240 10.50.4.1 name ARC
ip route 192.16.25.0 255.255.255.0 10.50.4.1 name ARC

LAN-IP
192.16.24.128/28

That’s a dmvpn, which mikrotik does not support. The only non cisco device that can do that is vyos (that I am aware of)

It seems some people connect their Mikrotik routers via this configurations that I don’t access to them.

:confused: If you say so. Good luck

Maybe this helps for a solution:
https://administrator.pro/contentid/2145635754