cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
953
Views
0
Helpful
5
Replies

Logging (firewall)

egeorgopoulos
Level 1
Level 1

Is there any command that disables the logging at once regarding access lists?

Thank you.

1 Accepted Solution

Accepted Solutions

You want to disable all logging on the firewall (assuming it is an ASA)??? If yes, you can do no logging enable to disable all logging. The output should look something like this.

ASA3# sh logging
Syslog logging: disabled

HTH,

jerry

View solution in original post

5 Replies 5

Ganesh Hariharan
VIP Alumni
VIP Alumni

Is there any command that disables the logging at once regarding access lists?

Thank you.

Hi,

By default, logging message 106023 (default severity level 4, warnings) is generated when a deny access list entry is matched with a traffic flow. Only the overall ACL is listed in the message, with no reference to the actual denying ACL entry.
You can log messages when specific access control entries (ACEs, or individual permit/deny statements within an ACL) permit or deny a traffic flow by adding the log keyword to an ACE.

You can set the logging severity level on a per-ACE basis if needed. Otherwise, severity level 6 is the default.

Firewall(config)# access-list acl_name [extended] {permit | deny} ... log [level] [interval seconds]

Enter the access list entry normally, but add the log keyword at the end. If you want to log activity on this entry at a severity level other than 6, specify the level (1 to 7) too.

You can also re-enter the ACE with the log disable keywords to completely disable all ACE logging (both message IDs 106100 and 106023). In this case, the sample command would be re-entered as

Firewall(config)# access-list acl_out permit tcp any host 192.168.199.100 eq www log disable

Hope to Help !!

If helpful do rate the post

Ganesh.H

So, there is no command that disables the logging of the firewall without going through all ACEs and adding the "log disable"?

Thanks for your answer.

You want to disable all logging on the firewall (assuming it is an ASA)??? If yes, you can do no logging enable to disable all logging. The output should look something like this.

ASA3# sh logging
Syslog logging: disabled

HTH,

jerry

So what's the difference between these two?

access-list acl_out permit tcp any host 192.168.199.100 eq www log disable

and

access-list acl_out permit tcp any host 192.168.199.100 eq www

egeorgopoulos
Level 1
Level 1

Answer is already given

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card