<?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: Why use Permit ip any in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/5165659#M1115350</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/138327"&gt;@SS2020&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please create a new post for you question ?&lt;/P&gt;</description>
    <pubDate>Sun, 25 Aug 2024 13:53:53 GMT</pubDate>
    <dc:creator>Amine ZAKARIA</dc:creator>
    <dc:date>2024-08-25T13:53:53Z</dc:date>
    <item>
      <title>Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3322942#M1064308</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found the configuration of a ASA 5525 strange to me. I can't understand why there's Permit ip any any at the end of ACL, as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;access-list DMZ_access_in extended permit tcp object SRV_SYSLOG eq 6514 object SRV_MC eq 6514 &lt;BR /&gt;access-list DMZ_access_in extended permit udp object SRV_SYSLOG object SRV_AD eq domain &lt;BR /&gt;access-list DMZ_access_in extended permit tcp object SRV_SYSLOG object SRV_AD eq LDAP&lt;BR /&gt;access-list DMZ_access_in extended permit ip any any&lt;BR /&gt;!&lt;BR /&gt;access-list MGT_access_in extended permit ip any any&lt;BR /&gt;!&lt;BR /&gt;access-group DMZ_access_in in interface DMZ&lt;BR /&gt;access-group MGT_access_in in interface MGT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where&lt;/P&gt;
&lt;P&gt;DMZ (security-level 50) contains: SRV_SYSLOG&lt;/P&gt;
&lt;P&gt;MGT (security-level 100) contains: SRV_AD, SRV_MC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is permit ip any any used to log the traffic? or to allow the return traffic?&lt;/P&gt;
&lt;P&gt;Is it useful ? Can I delete it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:15:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3322942#M1064308</guid>
      <dc:creator>h.dam</dc:creator>
      <dc:date>2020-02-21T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3322961#M1064309</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ASA is stateful firewall, so it will allow return traffic anyways.&lt;BR /&gt;As soon as you have added a ACE in a ACL the security levels are disregarded.&lt;BR /&gt;So in this case I would believe someone added the permit any any on the end because something wasn't working from the DMZ.&lt;BR /&gt;If you disable/remove it you might have something in DMZ that stops working.&lt;BR /&gt;I would try to see how much hits I get on that rule and then try to analyze if the traffic should be allowed or not.&lt;BR /&gt;If the rule above includes all traffic that should be allowed, I would disable the rule and wait for someone to call for help.&lt;BR /&gt;&lt;BR /&gt;br, Micke</description>
      <pubDate>Wed, 31 Jan 2018 22:19:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3322961#M1064309</guid>
      <dc:creator>mikael.lahtela</dc:creator>
      <dc:date>2018-01-31T22:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3323094#M1064310</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find answers below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is permit ip any any used to log the traffic? or to allow the return traffic?&lt;/P&gt;
&lt;P&gt;Is it useful ? Can I delete it ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, its not use to log traffic. It is not needed to allow return traffic. ASA is a stateful device and does need ACL to allow return traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can be useful at certain times for testing but having ip any any ACL actually defeats the purpose of having a firewall.&lt;/P&gt;
&lt;P&gt;You can delete it once you confirm that all the other ACL will be sufficient to handle the traffic and does not break the production environment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest that you enable syslogs at level 6 and check whats going through your DMZ interface or list down the requirements and then delete it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One approach is cowboy approach wherein you delete it and then let people complaint. Then you can create specific ACL as per requirement. As a downside, you might not get happy people around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AJ&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 04:53:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3323094#M1064310</guid>
      <dc:creator>Ajay Saini</dc:creator>
      <dc:date>2018-02-01T04:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3323319#M1064311</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your quick replies.&lt;/P&gt;
&lt;P&gt;I will remove this permit ip any and wait for some calls if any. At the sametime, I analyse the logging.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 12:28:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3323319#M1064311</guid>
      <dc:creator>h.dam</dc:creator>
      <dc:date>2018-02-01T12:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3324063#M1064312</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/126388"&gt;@Ajay Saini&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;lt;snip&amp;gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One approach is cowboy approach wherein you delete it and then let people complaint. Then you can create specific ACL as per requirement. As a downside, you might not get happy people around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I love it Ajay - made me laugh!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:03:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/3324063#M1064312</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-02-02T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/5165570#M1115332</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;what is the security risk to enable ip any any on the outside interface?&lt;/P&gt;&lt;P&gt;when i remove this ACL, nothing is working.&lt;/P&gt;&lt;P&gt;if it's security risk what is the alternative solutions, please?&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2024 22:39:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/5165570#M1115332</guid>
      <dc:creator>SS2020</dc:creator>
      <dc:date>2024-08-24T22:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why use Permit ip any</title>
      <link>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/5165659#M1115350</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/138327"&gt;@SS2020&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please create a new post for you question ?&lt;/P&gt;</description>
      <pubDate>Sun, 25 Aug 2024 13:53:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/why-use-permit-ip-any/m-p/5165659#M1115350</guid>
      <dc:creator>Amine ZAKARIA</dc:creator>
      <dc:date>2024-08-25T13:53:53Z</dc:date>
    </item>
  </channel>
</rss>

