- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-29-2012 03:08 PM
Hi,
We are trying to have Cisco ASA VPN server to send syslog message to kiwi syslog server. The kiwi syslog server uses the vbscript to feed vpn username and vpn assigned ip address to user-id agents. The cisco vpn client log-off message does not contain the vpn assigned ip address. Anyone solve this problem before?
Thanks,
Ernest
04-03-2013 10:14 AM
Use debugging level ASA log message 746012 and 746013. 746013 has the logoff information you are looking for.
If you don't want to up the logging level to debugging you can do something like this on your ASA
Logging list MY_VPN_MESSAGES level 5
Logging list MY_VPN_MESSAGES message 746012-746013
Logging trap MY_VPN_MESSAGES
02-03-2014 12:40 PM
Has anyone gotten Cisco ASA vpn users to PAN USER-ID via syslog WITHOUT Kiwi syslog server? (aka $299)
02-05-2014 12:55 PM
Sure. We also have this working with syslog-ng on a free Linux distro like CentOS.
Just call your script from syslog-ng.conf:
destination d_asa_to_userid { program("/etc/scripts/asa2uid.pl"); };
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!