Hi. I was trying to modify the logging on a Cisco 5520 ASA so that the only thing the buffer would show was VPN related login info for when users logged into or off of the VPN. I started with this:
logging list VPN-Log level informational class vpnc
logging list VPN-Log message 611101-611323
logging buffer-size 8192
logging asdm informational
logging flash-maximum-allocation 8192
logging class vpnc trap notifications
And did several modifications until I ended up with this:
logging list VPN-Log level critical class vpnc
logging list VPN-Log message 611101-611323
logging buffer-size 8192
logging buffered VPN-Log
logging asdm informational
logging flash-maximum-allocation 8192
logging class vpnc trap notifications
mtu inside 1500
I tested the VPN reporting, but no info ever populated in the log buffer. I wasn't worried about exporting it to an external syslog server until later.
And ideas?