09-22-2019 11:43 PM
Hi All Cisco fans.
I have a question abot log below you can find my running config of logs messages. and my question is? when I type show logging i see only logs for VPN session, non of the current wornings info etc.
My asa freez night before i cannot check logs what happen. Only VPN session logs shows.
Pls Help.
logging enable
logging timestamp
logging buffer-size 10240
logging asdm-buffer-size 512
logging buffered alerts
logging trap alerts
logging asdm alerts
logging facility 23
logging queue 0
logging host INTER 10.113.100.15
logging flash-bufferwrap
logging flash-maximum-allocation 131072
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
Solved! Go to Solution.
09-23-2019 12:05 AM
Hi there,
You are only logging messages at severity level 1 (alert), this means you will be generating very few messages. Try increasing the level to notification (5) or informational (6), eg:
! logging buffered info logging trap info logging asdm info !
You also have several no logging statements. This are covering messages generated at a variety of severity levels, so you may want to evaluate whether you want theses recorded or not:
https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog.html
cheers,
Seb.
09-23-2019 12:05 AM
Hi there,
You are only logging messages at severity level 1 (alert), this means you will be generating very few messages. Try increasing the level to notification (5) or informational (6), eg:
! logging buffered info logging trap info logging asdm info !
You also have several no logging statements. This are covering messages generated at a variety of severity levels, so you may want to evaluate whether you want theses recorded or not:
https://www.cisco.com/c/en/us/td/docs/security/asa/syslog/b_syslog.html
cheers,
Seb.
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