cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
491
Views
0
Helpful
3
Replies

Monitoring VPN health

wazr-8098
Level 1
Level 1

Hi everyone,

I'm currently looking for a solution that will allow us to monitor the health of our VPN. I've looked into screen scraping the VPN status page but this appears to only show active sessions if any are connected. I thought about automating a cisco vpn client to login/out every hour and return a result but this would require a box to sit outside out network.

Does anyone out there have any VPN monitoring in place? does anyone have any ideas?

Thanks,

Warren

3 Replies 3

jbeltrame
Level 1
Level 1

Hello,

What you could do is write a script to log into the firewall. Have the script run a show crypto ipsec sa, and grab the packets stats ( like encap/decap etc. ) This way you can see if the vpn is working correctly.

Hi, thanks for the reply but will this give me the status of the vpn overall or just if one of our users are connected?

dfed00
Level 1
Level 1

Warren,

1. cisco has VPN MIB to provide a lot of info through snmp about active sessions

2. set up a syslog server and have your pix or vpn concentrator log there.