02-07-2011 03:22 PM - edited 03-11-2019 12:46 PM
Hello Members,
i'm having a problem with logging in ASDM 6.3.1. We have a new ASA 5520 and i don't see any hits in the ASDM logging window even when i set the logging level of an ACL to something other than default. I configured in the logging filter for the ASDM logging severity Debugging. Is there another setting i have to set prior seeing log entries for ACL hits?
thanks in advanced
alex
Solved! Go to Solution.
02-07-2011 03:44 PM
you have a lot of syslog messages disabled. That might be preventing your ASDM from displaying certain logs.
02-07-2011 03:24 PM
make sure you have the command "logging asdm 7" and " logg on"
02-07-2011 03:25 PM
May be a stupid question to ask , but did you issue "logging enable" .
paste output sh run | inc logging
Manish
02-07-2011 03:38 PM
Thanks guys,
here come the config
ASA Version 8.3(1)
!
!
logging enable
logging timestamp
logging list UserAuth level emergencies class auth
logging asdm-buffer-size 512
logging console warnings
logging monitor debugging
logging trap notifications
logging history notifications
logging asdm debugging
logging from-address
logging recipient-address
logging host MANAGEMENT
logging permit-hostdown
no logging message 106015
no logging message 313001
no logging message 313008
no logging message 106023
no logging message 710003
no logging message 106100
no logging message 302015
no logging message 302014
no logging message 302013
no logging message 302018
no logging message 302017
no logging message 302016
no logging message 302021
no logging message 302020
access-list OUTSIDE_access_in extended deny ip any any log warnings
!
02-07-2011 03:44 PM
you have a lot of syslog messages disabled. That might be preventing your ASDM from displaying certain logs.
02-07-2011 03:54 PM
thanks a lot, the disabled 106... was the problem.
02-07-2011 03:48 PM
The following 2 syslogs (106100 and 106023) will prevent the loggings:
no logging message 106023
no logging message 106100
Pls reenable those 2 syslogs and you should see the logs:
logging message 106023
logging message 106100
Hope that helps.
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