IPsec between Cisco ASA and Mikrotik

Hello.
I’m trying to establish VPN tunnel between Cisco ASA 5512 and Mikrotik router 951-2n. Installed SAs show that all is correct but “Current bytes” shows ‘0’ and ping is unsuccessful. So I want to check logs so I enter ‘’/log" and then “print” and there is not enough detail. Can any one help me?

Its IPSec, so there is about 30 different things which can cause this.

You can setup better logging with:

/system logging
add topics=ipsec,!packet

Probably a dumb question but did you add NAT rules to accept packets from your local network into the remote network?
add chain=srcnat comment=Clair dst-address=remote.net.work.0/24 src-address=local.net.work.0/24Did you try to ping from your router directly? With src-address=your routers LAN IP?

-Chris

Also make sure your IPSEC policy level is set to unique instead of the default require.