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

ASA 5506 dropping simple static route traffic

Christian.Cook
Level 1
Level 1

I'm trying to get my ASA 5506 to route traffic for 192.168.24.0 to 192.168.25.20 however it keeps blocking the traffic with the global deny rule

 

Deny inbound icmp src inside:192.168.25.6 dst inside:192.168.24.1 (type 8, code 0)

 

 

i have attached the running config

 

please can you help?

 

thanks

christian

 

 

 

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

You need to explicitly allow traffic to exit the same interface it arrives on. Otherwise the ASA will always block it.

 

Per the command reference:

The following example shows how to enable traffic to enter and exit the same interface:

ciscoasa(config)# same-security-traffic permit intra-interface

 

Aso, I don't see the class map with "icmp inspect" on it.

View solution in original post

2 Replies 2

Marvin Rhoads
Hall of Fame
Hall of Fame

You need to explicitly allow traffic to exit the same interface it arrives on. Otherwise the ASA will always block it.

 

Per the command reference:

The following example shows how to enable traffic to enter and exit the same interface:

ciscoasa(config)# same-security-traffic permit intra-interface

 

Aso, I don't see the class map with "icmp inspect" on it.

Awesome that worked!!!

 

Thankyou very much :)

Review Cisco Networking for a $25 gift card