10-24-2011 10:08 AM - edited 03-11-2019 02:41 PM
I need to be able to send a message to the console when the log file capacity is 75%. I have researched this and don't see how to do it. I see how to set the storage capacity but not how to send alarms based on that storage capacity being at 75% Any help would be great.
Bob Bartlett
10-24-2011 01:37 PM
Sorage capacity of what? buffer?
Pls. provide the output of "sh run logg" and let us know what capacity we are talking about.
-Kureli
10-24-2011 01:40 PM
I am using the default 4096 for the logging Capacity. As for what buffer any buffer.
10-24-2011 01:51 PM
Buffer gets wrapped as it gets filled. There isn't a way that I know of to warn when 75% of 4096 gets filled.
You can take advantage of the "logging flash-minimum" free command.
Refer this link:
http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/l2.html#wp1750912
hostname(config)# logging enable
hostname(config)# logging buffered
hostname(config)# logging flash-bufferwrap
hostname(config)# logging flash-minimum-free 4000
-Kureli
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: