Tracking VPN user activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 11:28 AM
I would like to know how I can track when my VPN users are connecting or disconnecting from the firewall. I'm using an ASA 5510 and the users have the Cisco VPN Client. Is there a log somewhere that contains this information?
- Labels:
-
VPN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2009 09:04 PM
What version ASA are you running? According to Cisco the Logging List command is supported in 7.2 and on (but I have it working on my 7.0(7).I have just configured the syslog for VPN (lan-to-lan and remote access). Syslogs are sent to our syslog server. Seems pretty good.
hostname(config)#logging enable
hostname(config)#logging timestamp
hostname(config)#logging list my-list level debugging class vpn
hostname(config)#logging trap my-list
hostname(config)#logging host inside
