Poland
GRANDMETRIC Sp. z o.o.
ul. Metalowa 5, 60-118 Poznań, Poland
NIP 7792433527
+48 61 271 04 43
info@grandmetric.com
Sweden
Drottninggatan 86
111 36 Stockholm
+46 762 041 514
info@grandmetric.com
UK
Grandmetric LTD
Office 584b
182-184 High Street North
London
E6 2JA
+44 20 3321 5276
info@grandmetric.com
US Region
Grandmetric LLC
Lewes DE 19958
16192 Coastal Hwy USA
EIN: 98-1615498
+1 302 691 94 10
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