US Region
Grandmetric LLC
Brookfield Place Office
200 Vesey Street
New York, NY 10281
EIN: 98-1615498
+1 302 691 94 10
info@grandmetric.com
EMEA Region
GRANDMETRIC Sp. z o.o.
ul. Metalowa 5, 60-118 Poznań, Poland
NIP 7792433527
+48 61 271 04 43
info@grandmetric.com
Technology: Network Security
Area: Firewalls
Vendor: Cisco
Software: 8.X, 9.X
Platform: Cisco ASA
Logging on ASA is configured separately on each output. For each output, severity needs to be defined. This is worth remembering that the logging severity defined for particular output takes the logs of this configured severity and is all more specific. So when you define the severity 6 – informational logs for the console, the 6 logs, 5, 4, 3, 2, 1 and 0 will be sent to the console. If you specify 3 – error logs, the 3, 2, 1 and 0 will be sent.
To enable logging on ASA:
ASA(config)#logging on
Debug logs from console:
ASA(config)#logging console debugging
Informational (6) logs to asdm:
ASA(config)#logging asdm informational
Informational (6) logs to VTY lines:
ASA(config)#logging monitor informational
Debug (7) logs to syslog server and syslog server 10.2.3.4 definition:
ASA(config)#logging trap debugging
ASA(config)#logging host inside 10.2.3.4