Problem with logging after upgrading to ASA 8.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 06:52 AM - edited 03-11-2019 08:44 AM
We have recently upgraded ASA to 8.2(1).
After upgrading we noticed that logging is not working, neither buffered nor traped.
Logging configuration is:
logging enable
logging timestamp
logging monitor warnings
logging buffered warnings
logging trap warnings
logging asdm warnings
logging queue 8192
logging device-id hostname
logging host INSIDE 1.1.1.1
logging class config trap warnings
An access-list example we use is:
access-lists test permit ip any any log warn
While hit counter increases, sh logg command is empty!!!!
Before upgrading (from 7.2(4)), logging was working correctly.
Any ideas?
- Labels:
-
NGFW Firewalls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2009 03:00 AM
I found out that It's a well known bug (CSCsz73284). Even if you log warning level, it logs to informational.
To come around it, create a log list:
logging list log-list level warnings
logging list log-list message 106100
logging buffered log-list
logging trap log-list
