cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
828
Views
0
Helpful
2
Replies

How to disable following ASA message? <162>%ASA-2-106016: Deny IP spoof from ($wan_primary) to $wan_secondary on interface wan

ruquantumcenter
Level 1
Level 1

Our ASA handles several external IP addresses via port-forwarding rules. ISP's router is configured to route all these IPs to our primary address. When internal clients access forwarded ports everything works as expected. However, when they try to access ports that are NOT forwarded the ASA sends alerts mentioned in subject. How can I avoid these particular alerts without reducing log levels generally?

1 Accepted Solution

Accepted Solutions

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi,

You can disable that particular message by:

(config)# no logging message 106016

Hope this helps!

Regards,

Kanwal

Note: Please mark answers if they are helpful.

View solution in original post

2 Replies 2

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi,

You can disable that particular message by:

(config)# no logging message 106016

Hope this helps!

Regards,

Kanwal

Note: Please mark answers if they are helpful.

Hello Kanwal, your answer was very useful because I was looking for solution in terms of access lists and routing tables and completely overlook this option.

Just for the record, the following also suppresses alerts without affecting any external or internal connectivity:

access-list wan-out extended deny ip any $secondary_addresses
access-list wan-out extended permit ip any any
access-group wan-out out interface wan
Review Cisco Networking products for a $25 gift card