Hi I am trying to create a simple access-list rule that restrict an external subnet to ping to any host behind the firewall. The rule is access-list outside-access_in permit icmp host 172.2.1.2 any The rule loads without no issues. But, the external ...