Cisco VPN Client syslog to user-id agent

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Cisco VPN Client syslog to user-id agent

L4 Transporter

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

3 REPLIES 3

L0 Member

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

Has anyone gotten Cisco ASA vpn users to PAN USER-ID via syslog  WITHOUT Kiwi syslog server? (aka $299)

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"); };

  • 3450 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!