Monday, May 12, 2014

Cisco ASA: Allowing Ping Through The ASA 8.3 And After

I had a customer request that ICMP be allowed out their Cisco ASA.  He needed it quick and so instead of doing a quick ACL to allow that traffic, I decided to go this way.  Below works well for allowing ICMP.

ASA# config t
ASA(config)# policy-map global_policy
ASA(config-pmap)#  class inspection_default
ASA(config-pmap-c)# inspec icmp
ASA(config-pmap-c)# exit
ASA(config-pmap)# exit

1 comment:

  1. nice collection of useful tip and technotes you got here!


    John Nguyen

    ReplyDelete

Your comment will be reviewed for approval. Thank you for submitting your comments.