cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
693
Views
0
Helpful
3
Replies

ASA OUTSIDE INTERFACE NOT ABLE TO PING

amagisupport
Level 1
Level 1

Unable to ping from internal host to outside interface IP ,  how do i enable icmp for outside (security 0) interface on asa 5505 to ping from inside host (security level 100) ?

Ex:- Outside interface gi 0 ,nameif outside  , is set 10.0.1.169 

Inside host : -192.168.5.15 not able to ping to outside interface 10.0.1.169 

3 Replies 3

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

Have you tried to apply an ACL allowing ICMP?

access-list OUTSIDE-ACL extended permit icmp any any

or

access-list OUTSIDE-ACL extended permit icmp any any echo
access-list OUTSIDE-ACL extended permit icmp any any echo-reply

(inside should be similar)

access-group OUTSIDE-ACL in interface OUTSIDE. 

Also you can configure

icmp permit any any INSIDE




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

yes i did it , but this configuration is not working  

is there any way to allow ?

Is this mention on any cisco website this option is not supporting on asa 5506 like that , could you share the link so that i can share with internal team ?

Jon Marshall
Hall of Fame
Hall of Fame

-