cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5133
Views
14
Helpful
1
Replies

Logging VPN client connections - IOS

b.schlegel
Level 1
Level 1

I am interested to see if anyone would be willing to share a sample with me.  I have the Cisco IOS VPN client configured on a number of devices in the field using the standard IPSEC VPN.  Some are using local authentication on the router, others are using a radius server.   I am interested to see how other people are solving for this (monitoring logins to VPN clients on IOS specifically 1800's, 1900's, 800's, 2800's).  Are you looing on this in AAA and then dumping to the logs or setting up an ACL to monitor logins and then dumping to kiwi syslogs or are you logging on radius connections?  I would love a point in the right direction, I know I can see active sessions but I am really interested in historical logging for security purposes.  Any suggestions would be welcome.  Thank you.

1 Reply 1

medhat elsaeed
Level 1
Level 1

Hello,

you can use the following global command for all groups or for a specific group only :

crypto logging ezvpn

then store the logs locally using the logging buffered command OR

direct the logs to a syslog server if you have one using the command logging x.x.x.x

if this solves your problem, please let me know

Thank you