10-21-2008 02:34 AM - edited 03-11-2019 07:00 AM
Hi,
I have ASA 5520 and when I log into the CLI there is a constant filter of logs coming in, so many I can do anything. What do I need to stop these and maybe jsut show critical issues and not rules being triggered etc?
Thanks
10-21-2008 02:59 AM
It looks loggs is set up to be sent to you ssh/telnet session..
you can turn it off by command
no logging monitor
You can do same for console (if its on)
no logging console
Remember its still useful to have some logs send to syslog server or to buffer
Consult this page for more information
http://www.cisco.com/en/US/docs/security/asa/asa70/system/message/logconf.html
Hope that helps rate if it does
M.
10-13-2019 06:20 PM
Does anyone have a solution? The attached suggestions don't work.
10-21-2008 05:27 AM
If you are logging via console (serial) then you can either adjust the logging level for console:
logging console 3 or 4
OR turn it off altogether.
no logging console
If you telnet/ssh into the box then its:
logging monitor ...
and to turn it off/on temporarily you can use:
terminal no monitor
terminal monitor
Regards
Farrukh
12-18-2018 11:22 AM
I saw this issue on consoles session of my Cisco ASA and the issue was that a debug command was being run on one of the firewall contexts. If you can find which context is running the debug, then you can run the following command.
no logging console debugging
After running this command on the correct context, my console session went back to normal.
Good Luck
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide