<?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: Restrict ping response from internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654949#M1092040</link>
    <description>&lt;P&gt;Does the F.W connected direct to internet or there's router&lt;/P&gt;&lt;P&gt;you can create below ACL on the router&lt;/P&gt;&lt;P&gt;deny icmp any {your-public-IPs} {subnet} echo&lt;BR /&gt;permit ip any any&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 15:43:57 GMT</pubDate>
    <dc:creator>W-ALI</dc:creator>
    <dc:date>2022-07-21T15:43:57Z</dc:date>
    <item>
      <title>Restrict ping response from internet</title>
      <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654867#M1092037</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to restrict ping to my outside interface of ASA device from internet. I have tried below command but that makes my complete internet went down&lt;/P&gt;&lt;P&gt;icmp deny any echo-reply outside&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 13:21:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654867#M1092037</guid>
      <dc:creator>sv7</dc:creator>
      <dc:date>2022-07-21T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict ping response from internet</title>
      <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654949#M1092040</link>
      <description>&lt;P&gt;Does the F.W connected direct to internet or there's router&lt;/P&gt;&lt;P&gt;you can create below ACL on the router&lt;/P&gt;&lt;P&gt;deny icmp any {your-public-IPs} {subnet} echo&lt;BR /&gt;permit ip any any&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 15:43:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654949#M1092040</guid>
      <dc:creator>W-ALI</dc:creator>
      <dc:date>2022-07-21T15:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict ping response from internet</title>
      <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654986#M1092041</link>
      <description>&lt;P&gt;there is control-plane ACL in ASA, you can add this deny icmp to it and it will deny any ICMP target your outside of ASA.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/firewall/asa-96-firewall-config/access-rules.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa96/configuration/firewall/asa-96-firewall-config/access-rules.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:18:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654986#M1092041</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-07-21T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict ping response from internet</title>
      <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654988#M1092042</link>
      <description>&lt;P&gt;Don't use an ACL. Instead use the command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;no icmp permit any outside&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(assuming the name of the outside interface is "outside").&lt;/P&gt;
&lt;P&gt;An ACL generally affects traffic THROUGH the box and not TO the box and, as you discovered, will add an implicit "deny any any" once applied to an interface.&lt;/P&gt;
&lt;P&gt;While you can use the control-plane ACL option as &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp; suggested it's not necessary for this singular purpose since ASAs have this built-in command already.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 16:28:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4654988#M1092042</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2022-07-21T16:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict ping response from internet</title>
      <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4657481#M1092151</link>
      <description>&lt;P&gt;yes its directly connected to internet. regarding command you suggested i think i have also applied the same. Correct me if im wrong&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 11:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4657481#M1092151</guid>
      <dc:creator>sv7</dc:creator>
      <dc:date>2022-07-26T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict ping response from internet</title>
      <link>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4657518#M1092152</link>
      <description>&lt;PRE&gt;icmp deny any echo outside&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;this must be work but,&lt;BR /&gt;some routing using IP SLA for track the static route or use IP SLA for routing protocol &lt;SPAN&gt;redundancy,&lt;BR /&gt;instead of above command&amp;nbsp;&lt;BR /&gt;do&amp;nbsp;&lt;BR /&gt;icmp permit &lt;STRONG&gt;&amp;lt;ISP next hop of ASA&amp;gt;&lt;/STRONG&gt; echo outside&amp;nbsp;&lt;BR /&gt;try this way&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 12:05:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/restrict-ping-response-from-internet/m-p/4657518#M1092152</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-07-26T12:05:15Z</dc:date>
    </item>
  </channel>
</rss>

