<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can not ping thru ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790527#M1008234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a good link for ICMP on the ASA.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#topic0" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#topic0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 18:20:27 GMT</pubDate>
    <dc:creator>cpembleton</dc:creator>
    <dc:date>2007-04-04T18:20:27Z</dc:date>
    <item>
      <title>Can not ping thru ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790523#M1008230</link>
      <description>&lt;P&gt;I have a ASA 5540 and currently two route statements one for the inside traffic and the other a DF route to the outside.  The ACl I have is an extended ACL allowing IP to any any applied to the in interface inside, out interface inside.  Yet I can not ping from an internal host thru the ASA nor can I ping from a external host to the internal network.  Anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 09:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790523#M1008230</guid>
      <dc:creator>laverne-sanders</dc:creator>
      <dc:date>2019-03-11T09:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can not ping thru ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790524#M1008231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;either add this :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# policy-map global_policy&lt;/P&gt;&lt;P&gt;ASA(config-pmap)# class inspection_default&lt;/P&gt;&lt;P&gt;ASA(config-pmap-c)# inspect icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or add an access list on the outside permitting the icmp &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 17:45:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790524#M1008231</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2007-04-04T17:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can not ping thru ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790525#M1008232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an access-list that allows echo and echo reply but I can not ping thru the device.  When logged into the console I can ping everywhere.  I have an access-list on the Inside interface for in and out bound traffic that permits IP any any to inculde echo and echo reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:07:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790525#M1008232</guid>
      <dc:creator>laverne-sanders</dc:creator>
      <dc:date>2007-04-04T18:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can not ping thru ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790526#M1008233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As abinjola said, you would need to allow echo-reply into outside interface. The ping is going out, but is being stopped on the way back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:13:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790526#M1008233</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-04-04T18:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can not ping thru ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790527#M1008234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a good link for ICMP on the ASA.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#topic0" target="_blank"&gt;http://www.cisco.com/en/US/customer/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#topic0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:20:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790527#M1008234</guid>
      <dc:creator>cpembleton</dc:creator>
      <dc:date>2007-04-04T18:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can not ping thru ASA</title>
      <link>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790528#M1008235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as i've already explained eiher add inspect icmp or add an access-list on the "outside" Interface to allow the ping reply through&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:22:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-not-ping-thru-asa/m-p/790528#M1008235</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2007-04-04T18:22:17Z</dc:date>
    </item>
  </channel>
</rss>

