cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3848
Views
5
Helpful
2
Replies

IPSec uptime

lquin1978
Level 1
Level 1

How can I tell how long an IPSec tunnel has been up?

2 Replies 2

Patrick0711
Level 3
Level 3

Depends on what platform you are using.

ASA

show vpn-sessiondb detail l2l

PIX/ASA

show isakmp sa detail

show ipsec sa detail

You can then subtract the Lifetime Remaining from the Lifetime value

This is about the 5th forum I've read trying to find my answer. Specifically, I was looking for the Duration of an IPSec Site-to-Site tunnel in an ASA. From ASDM, it's found under Monitoring (top) tab, VPN (side) tab, with the Filter set to IPsec Site-to-Site.

Our organization randomly experiences problems with reachability to customer ASAs using ASDM, but the CLI is typically reachable.

Show vpn-sessiondb detail l2l is the command I was looking for.

Thanks!