Hi,
Does anyone can guide how to config mikrotik to connect Cisco (PE)?
Below is the PE config @Cisco
crypto isakmp key wlm2pccw address 195.214.145.202
!
crypto ipsec transform-set WLM-ts esp-3des esp-md5-hmac
!
crypto ipsec profile WLM-profile
set transform-set WLM-ts
!
interface Tunnel208
description 1M IPSec to Wlm SA, SR 49272
ip vrf forwarding wlm
ip address 172.16.0.65 255.255.255.252
ip mtu 1400
tunnel source Loopback0
tunnel destination 195.214.145.202
tunnel mode ipsec ipv4
tunnel protection ipsec profile WLM-profile
!
=======================================
Use pre-shared key : wlm2pccw
Encryption Algorithm : 3DES and MD5
PE Internet address : 64.218.114.6
CE Internet address : 195.214.145.202
Tunnel WAN address :
PE : 172.16.0.65/30
CE : 172.16.0.66/30
Routing protocol : BGP
PE : 3491
CE : 65502
Thanks