<?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: Ping is not working from ASA to LAN but LAN to ASA its worki in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414605#M857452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , this behaviour is same on both Active and standby unit. I have tested on ASA 8.2.1 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jan 2010 03:39:45 GMT</pubDate>
    <dc:creator>Dileep Sivadas Padmini</dc:creator>
    <dc:date>2010-01-09T03:39:45Z</dc:date>
    <item>
      <title>Ping is not working from ASA to LAN but LAN to ASA its working</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414596#M857419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help on the below Issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to ping LAN or directly Connected switch from ASA (With IPS inline) but from switch or LAn i am able to ping ASA inside IP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Connectivity:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LAN -- L3 Switch(Gatway) -- ASA(With IPS in inline-mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch facing Firewall IP: X.X.240.1&lt;/P&gt;&lt;P&gt;ASA facing Switch Ip: X.X.240.5&lt;/P&gt;&lt;P&gt;Gatway for LAN devices:X.X.6.1(SVI on Switch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pasted the ASA configuration below, just removed few line/data as per our company policy:&lt;/P&gt;&lt;P&gt;=====================================Configuration=====================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.0(8) &lt;BR /&gt;!&lt;BR /&gt;hostname XYZ&lt;BR /&gt;domain-name default.domain.invalid&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.240.240.1 255.255.255.0 standby 10.240.240.2 &lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;description STATE Failover Interface&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;description LAN Failover Interface&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;same-security-traffic permit intra-interface&lt;BR /&gt;access-list IPS extended permit ip any any &lt;BR /&gt;access-list acl_dmz extended permit ip any any &lt;BR /&gt;access-list acl_in extended permit ip any any &lt;BR /&gt;access-list acl_out extended permit tcp any host &amp;lt;X.X.X.X&amp;gt; eq smtp &lt;BR /&gt;access-list acl_out extended permit tcp any host &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; eq www &lt;BR /&gt;access-list acl_out extended permit tcp any host &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; eq domain &lt;BR /&gt;access-list acl_out extended permit udp any host &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; eq domain &lt;BR /&gt;access-list acl_out extended permit tcp any host &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; eq pop3 &lt;BR /&gt;access-list acl_out extended deny ip any any &lt;BR /&gt;access-list C2S extended permit ip 10.240.0.0 255.255.0.0 10.96.57.0 255.255.255.0 &lt;BR /&gt;pager lines 10&lt;BR /&gt;logging enable&lt;BR /&gt;logging monitor informational&lt;BR /&gt;logging buffered warnings&lt;BR /&gt;logging history informational&lt;BR /&gt;logging asdm informational&lt;BR /&gt;logging host inside &amp;lt;X.X.X.X&amp;gt; &lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu dmz 1500&lt;BR /&gt;ip local pool testpool 10.96.XX.10-10.96.XX.250 mask 255.255.255.0&lt;BR /&gt;failover&lt;BR /&gt;failover lan unit primary&lt;BR /&gt;failover lan interface failover Management0/0&lt;BR /&gt;failover polltime unit 1 holdtime 3&lt;BR /&gt;failover replication http&lt;BR /&gt;failover link state GigabitEthernet0/2&lt;BR /&gt;failover interface ip failover 192.168.254.1 255.255.255.0 standby 192.168.254.2&lt;BR /&gt;failover interface ip state 192.168.1.1 255.255.255.0 standby 192.168.1.2&lt;BR /&gt;asdm image disk0:/asdm-508.bin&lt;BR /&gt;asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;global (outside) 10 &amp;lt;X.X.X.X&amp;gt; -&amp;lt;X.X.X.X&amp;gt; &lt;BR /&gt;global (outside) 10 &amp;lt;X.X.X.X&amp;gt; &lt;BR /&gt;global (dmz) 10 &amp;lt;X.X.X.X&amp;gt;&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list C2S&lt;BR /&gt;nat (inside) 10 10.0.0.0 255.0.0.0&lt;BR /&gt;static (dmz,outside) &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; netmask 255.255.255.255 dns &lt;BR /&gt;access-group acl_out in interface outside&lt;BR /&gt;access-group acl_in in interface inside&lt;BR /&gt;access-group acl_dmz in interface dmz&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; 1&lt;BR /&gt;route inside &amp;lt;Inside subnets&amp;gt; xx.xx.240.5 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00&lt;BR /&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;crypto ipsec transform-set FirstSet esp-3des esp-md5-hmac &lt;BR /&gt;crypto ipsec security-association lifetime seconds 28800&lt;BR /&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto dynamic-map dyn1 1 set transform-set FirstSet&lt;BR /&gt;crypto dynamic-map dyn1 1 set security-association lifetime seconds 28800&lt;BR /&gt;crypto dynamic-map dyn1 1 set security-association lifetime kilobytes 4608000&lt;BR /&gt;crypto dynamic-map dyn1 1 set reverse-route&lt;BR /&gt;crypto map mymap 1 ipsec-isakmp dynamic dyn1&lt;BR /&gt;crypto map mymap interface outside&lt;BR /&gt;isakmp enable outside&lt;BR /&gt;isakmp policy 1 authentication pre-share&lt;BR /&gt;isakmp policy 1 encryption 3des&lt;BR /&gt;isakmp policy 1 hash sha&lt;BR /&gt;isakmp policy 1 group 2&lt;BR /&gt;isakmp policy 1 lifetime 43200&lt;BR /&gt;tunnel-group testgroup type ipsec-ra&lt;BR /&gt;tunnel-group testgroup general-attributes&lt;BR /&gt;address-pool testpool&lt;BR /&gt;tunnel-group testgroup ipsec-attributes&lt;BR /&gt;pre-shared-key *&lt;BR /&gt;telnet &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;telnet &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; 255.255.255.0 inside&lt;BR /&gt;telnet timeout 20&lt;BR /&gt;ssh &amp;lt;X.X.X.X&amp;gt;&amp;nbsp; 255.255.255.0 inside&lt;BR /&gt;ssh timeout 20&lt;BR /&gt;console timeout 0&lt;BR /&gt;!&lt;BR /&gt;class-map IPS&lt;BR /&gt;match access-list IPS&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;&amp;lt;--- More ---&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns maximum-length 512 &lt;BR /&gt;&amp;nbsp; inspect ftp &lt;BR /&gt;&amp;nbsp; inspect h323 h225 &lt;BR /&gt;&amp;nbsp; inspect h323 ras &lt;BR /&gt;&amp;nbsp; inspect rsh &lt;BR /&gt;&amp;nbsp; inspect rtsp &lt;BR /&gt;&amp;lt;--- More ---&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; inspect esmtp &lt;BR /&gt;&amp;nbsp; inspect sqlnet &lt;BR /&gt;&amp;nbsp; inspect skinny &lt;BR /&gt;&amp;nbsp; inspect sunrpc &lt;BR /&gt;&amp;nbsp; inspect xdmcp &lt;BR /&gt;&amp;nbsp; inspect sip &lt;BR /&gt;&amp;nbsp; inspect netbios &lt;BR /&gt;&amp;nbsp; inspect tftp &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;class IPS&lt;BR /&gt;ips inline fail-open&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;===========================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:54:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414596#M857419</guid>
      <dc:creator>madhusudhan s</dc:creator>
      <dc:date>2019-03-11T16:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414597#M857423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure icmp permit any inside and check are you able to ping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh.H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 08:21:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414597#M857423</guid>
      <dc:creator>Ganesh Hariharan</dc:creator>
      <dc:date>2010-01-08T08:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414598#M857426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also enable ICMP inspection in your global-policy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 08:44:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414598#M857426</guid>
      <dc:creator>Dileep Sivadas Padmini</dc:creator>
      <dc:date>2010-01-08T08:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414599#M857429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per configure, I have two &lt;STRONG&gt;inbound&lt;/STRONG&gt; access-list one applied on inside and other on outside, but there is no access-list which applied in &lt;STRONG&gt;outbound&lt;/STRONG&gt; on inside interface,. it mean there is no rule which blocks pinging inside LAN ips from inside interface. plz correct me if i am wrong. also plz let me know the default behavior. if no rules is applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 10:24:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414599#M857429</guid>
      <dc:creator>madhusudhan s</dc:creator>
      <dc:date>2010-01-08T10:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414600#M857434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic coming from LAN source is applied in ACL as it is permitted as ip any any but your query states traffic source is ASA firewall inside interface so for that icmp permit any&amp;nbsp; and the specifc interface .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that clear your query !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ganesh.H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 10:37:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414600#M857434</guid>
      <dc:creator>Ganesh Hariharan</dc:creator>
      <dc:date>2010-01-08T10:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414601#M857438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can classify&amp;nbsp; ICMP traffic as two&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ICMP traffic orginating from ASA and ICMP traffic destined to ASA interfaces .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ICMP traffic passing through the ASA, destined to other endpoints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first class traffic is controlled by &lt;STRONG&gt;icmp permit source icmp-type interface&lt;/STRONG&gt; command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default all ICMP traffic is allowed to ASA interfaces, until you configure a rule using the above command per interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For second class you need to create&amp;nbsp; ACE to exclusively permit ICMP traffic , it is recommeded to enable ICMP inspection for this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case the traffic falls into first class and need to use icmp permit commmand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dileep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 12:08:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414601#M857438</guid>
      <dc:creator>Dileep Sivadas Padmini</dc:creator>
      <dc:date>2010-01-08T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414602#M857441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;debug icmp trace&lt;/STRONG&gt; and &lt;STRONG&gt;packet-tracer &lt;/STRONG&gt;command to check your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 12:30:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414602#M857441</guid>
      <dc:creator>Dileep Sivadas Padmini</dc:creator>
      <dc:date>2010-01-08T12:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414603#M857445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting... Is this the case with both the active and the standby unit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 13:15:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414603#M857445</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-01-08T13:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414604#M857447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that Network traffic sent to and from the ASA is not sent to the IPS module for inspection. An example of traffic not sent to the IPS module includes pinging (ICMP) the ASA interfaces or Telnetting to the ASA.&lt;/P&gt;&lt;P&gt;I noticed that your AIP is Inline mode with your ASA. Might worth configuring it in Promiscuous mode until you rectify your problem!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;see &lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807335ca.shtml#configs"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00807335ca.shtml#configs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try ping by selecting&amp;nbsp; inside interface "ping inside [Inside IP address]. Ping something directly connected to ASA. Might be you are ping something the ASA doesnt have route to!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dileep,&lt;/P&gt;&lt;P&gt;Not sure why you suggesting to enable icmp inspect in the case!!. Icmp inspectonly allows a trusted IP address to traverse the firewall and allows replies back to the trusted address only. This way, hosts on all inside interfaces can ping hosts on the outside and the firewall allows the replies to return. This also gives the advantage of monitoring the ICMP traffic that traverses the firewall. It does not affect icmp initiated from the ASA itsef.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also you mentioned&amp;nbsp; "icmp permit source icmp-type interface" is not a valid command i have tried on my ASAs!! is this command valid on specifc version. I have&amp;nbsp; V8 and also v7 on production firewalls!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francisco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2010 15:20:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414604#M857447</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2010-01-08T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414605#M857452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , this behaviour is same on both Active and standby unit. I have tested on ASA 8.2.1 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 03:39:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414605#M857452</guid>
      <dc:creator>Dileep Sivadas Padmini</dc:creator>
      <dc:date>2010-01-09T03:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414606#M857456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francisco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes your correct regarding icmp inspect and&amp;nbsp; but icmp inpects allows ASA to monitor ICMP traffic as well as protect from unsolicted replay messages&lt;/P&gt;&lt;P&gt;without any requests. As ICMP is a connection less protocol without ICMP inspect it is difficult to securely pass the ICMP traffic and your appliance may vulnerable to ICMP attacks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding&lt;STRONG&gt; icmp permit source icmp-type interface &lt;/STRONG&gt;command, it is not the exact syntax I just mentioned the plain English meaning of this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if you need to enable ICMP echo and echo-reply on outside interface from any source use the following command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit 0.0.0.0 0.0.0.0 echo outside&lt;/P&gt;&lt;P&gt;icmp permit 0.0.0.0 0.0.0.0 echo-reply outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried on 8.2 version and if you follow the CLI help it doest not show up the ICMP type feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dileep&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 04:10:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414606#M857456</guid>
      <dc:creator>Dileep Sivadas Padmini</dc:creator>
      <dc:date>2010-01-09T04:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414607#M857460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to collect logs at debugging level from the ASA and debug ICMP trace as well and share the output.&lt;/P&gt;&lt;P&gt;Please mention the source and destination ip address clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also take captured on the ASA to check&amp;nbsp; when you try to ping the lan host from the ASA is there a ICMP request going out of the inside interface if yes then you should run wireshark on the host to see if the host is receiving that request packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be a good way to troubleshoot the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this comand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list abc permit icmp host 10.240.240.1 host ip_of_lan_host&lt;/P&gt;&lt;P&gt;access-list abc permit icmp host ip_of_lan_host host 10.240.240.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture capin access-list abc packet 1518 buffer 200000 interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after you initiate the ping , check the capture using the command&lt;/P&gt;&lt;P&gt;show capture capin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I donot see ASDM access enabled in the configuration so please enable ASDM access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and download the capture in pcap format using the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://interface_ip_address/capture/capin/pcap"&gt;https://interface_ip_address/capture/capin/pcap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and save the file as inside.pcap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and share the output .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2010 04:13:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414607#M857460</guid>
      <dc:creator>svaish</dc:creator>
      <dc:date>2010-01-10T04:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ping is not working from ASA to LAN but LAN to ASA its worki</title>
      <link>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414608#M857466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really thanks and appriciate your help . From my knowledge i had put the enough comands for ICMP to work for inside network. I was suspecting problem with IPS but was not sure. customer was asking mail confirmation before removing/disabling IPS , Thats the reason i post my query in netpro.&lt;/P&gt;&lt;P&gt;Finaly i requested to disable IPS and it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jan 2010 18:38:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-is-not-working-from-asa-to-lan-but-lan-to-asa-its-working/m-p/1414608#M857466</guid>
      <dc:creator>madhusudhan s</dc:creator>
      <dc:date>2010-01-10T18:38:02Z</dc:date>
    </item>
  </channel>
</rss>

