PDA

View Full Version : Logging VPN Client connect/disconnect on ASA5505



mattn90
01-13-2010, 05:18 PM
I've setup kiwi syslog server and I'm trying to log when a VPN client connects and disconnects to the ASA. In ADSM, I found out which message ID's to log:
713120 VPN Connect
713050 VPN Disconnect

Here is the config on the ASA:

logging enable
logging list notif-list message 713120
logging list notif-list message 713050
logging trap notif-list
logging asdm informational
logging host inside 192.168.10.103

Now when VPN client connects, it gets logged fine. When the VPN client disconnects, it doesn't get logged even though the 713050 shows up in ADSM.

Anyone have any ideas?

mattn90
01-13-2010, 05:18 PM
I ended up solving this by rebooting the ASA. This is the second time this week a reboot has fixed an 'anomoly'

I'm running version asa803-6-k8.bin
Anyone else find it buggy?