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 ![]()
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