ASA Syslog from Outside interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 04:44 AM
I'm currently trying to configure syslog on an ASA to send logs to a server via the outside interface. However, I'm facing an issue where nothing appears on the server. Are there any specific considerations or tips for setting up syslog on the outside interface of an ASA that I might be missing? Thanks
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 05:59 AM
Most of the ASA below logging config works - here is my Lab ASA config used outside :
logging enable
logging timestamp
logging trap informational
logging monitor debugging
logging buffered debugging
logging asdm informational
logging host outside SYSLOGSERVERIP
Also make sure you have ACL which allow from ASA to SYSLOG server UDP 514
below guide can help you :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 06:01 AM
share the config you use
MHM
