Hi there,
Assuming you haven;t changed the default global-policy, and that on your outside interface you are applying an ACL called OUTSIDE-IN, the following should work:
!
access-list from_outside extended permit icmp any any echo
!
policy-map global_policy
class inspection_default
inspect icmp
end
!
cheers,
Seb.