12-21-2017 06:27 AM - edited 02-21-2020 07:00 AM
Hi Guys,
I have enable logging on our ASA5516 firewall and the logs are going to a syslog server. Below are the commands which I enabled:
logging buffer-size 1000000
logging monitor debugging
logging buffered informational
logging trap informational
logging asdm informational
Are these commands for logging to syslog server ok or do I need to modify it? I also noticed that information logging is being sent to the syslog server. I am thinking about removing it. Is that a good idea and if so which is the command from those above will remove it? Any help will be greatly appreciated.
Thanks,
Lake
Solved! Go to Solution.
12-21-2017 10:30 AM
Hi Lake,
the command that is really being used to send the logs to the server is "logging trap informational".
Also you need to inform the syslog server's IP/Port:
logging host interface_name ip_address [tcp[/port] | udp[/port]] [format emblem]
The level of logs will depend on what you want to save.
12-21-2017 10:30 AM
Hi Lake,
the command that is really being used to send the logs to the server is "logging trap informational".
Also you need to inform the syslog server's IP/Port:
logging host interface_name ip_address [tcp[/port] | udp[/port]] [format emblem]
The level of logs will depend on what you want to save.
12-28-2017 12:42 PM
I would like to thanks for all the help.
Regards,
Lake
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