07-28-2011 11:57 AM - edited 03-11-2019 02:05 PM
I am attempting to set up syslog on an ASA to log to a server on the outside interface, but nothing shows up on the server. Are there any tricks to doing this on the outside interface? Thanks.
Solved! Go to Solution.
07-29-2011 06:01 AM
You forgot to enable logging to syslog servers.
Add logging trap informational and everything should be working
07-28-2011 12:03 PM
Could you just provide the configuration that you are using, and remember there should be connectivety between the server and the ASA.
-Varun
07-28-2011 12:10 PM
I would specifically need the output for " show run logging"
Varun
07-28-2011 12:25 PM
Here it is. Thanks!
logging enable
logging timestamp
logging monitor debugging
logging buffered debugging
logging asdm informational
logging facility 16
logging device-id hostname
logging host outside 10.10.10.10
logging host outside 192.168.1.10
no logging message 302014
no logging message 609001
no logging message 302021
no logging message 302020
07-29-2011 06:01 AM
You forgot to enable logging to syslog servers.
Add logging trap informational and everything should be working
07-29-2011 09:52 AM
That did it! Always helps to have it configured right. Thanks!
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