How to check IP tunnel is working

Hello team!!!

Just a basic question
I know to check if an IPsec tunnel is working I can ping something in the another side, but besides that, how can I check in the Mikrotik if an IPsec plain tunnel is working?
An item on “Active peers” with “Stablished” as state is enough or there is some command or a place in winbox to test this?

Thanks in advance.
Regards,
Damián

Hello,
Is there any command to diagnose or troubleshoot ipsec VPN?

Regards,
Damián

Enable debug logging for the ipsec via /system/logging/add action=memory topics=ipsec,debug

Hello!!
Thanks for your response, Kentzo,
Is there a way to diagnose an specific IPsec VPN when I have more than one?

Thanks in advance.
Regards,
Damián

You will have to dissect logs. If I recall correctly, identifier of each SA is logged.

Ok, thanks!!