<?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 I forgot to mention that in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624636#M415977</link>
    <description>&lt;P&gt;I forgot to mention that there are situations where you can have unassigned ACLs that are needed:&lt;/P&gt;&lt;P&gt;If you have a central AAA-Server (RADIUS-Server), this server could be used as an authorization-system that tells the ASA that a specific ACLs&amp;nbsp;on the ASA should be used for a specific user.&lt;/P&gt;&lt;P&gt;With that, it would not be automatically correct to assume that an ACL&amp;nbsp;that is not assigned to a function can be removed.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2015 21:47:16 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2015-03-04T21:47:16Z</dc:date>
    <item>
      <title>ASA ACL question</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624633#M415968</link>
      <description>&lt;P&gt;I am new to the ASA and am trying to figure something out with ACL's. I understand about creating them and adding in entries and that they all must have the same name, but I am confused about ACL's that do not have the same name that already exist on a device or may need to be named differently.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Access-List Corporate1 permit tcp any any eq www&lt;/P&gt;&lt;P&gt;&amp;nbsp; Access-List Corporate1 permit tcp any any eq https&lt;/P&gt;&lt;P&gt;&amp;nbsp; Access List Inside_Out permit ip any any&lt;/P&gt;&lt;P&gt;Access-Group Coprorate1 in interface outside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignoring the content for the moment, I have 2 ACL's: One with 2 entries and One with a single entry. The ACL Corporate1 is applied to the inside interface and is active. I get that part..... My question is: Is the ACL Inside_Out grouped in automatically with the active ACL and active as well&amp;nbsp;or is it safe to say it is not&amp;nbsp;active and can be removed without causing harm? Is the active ACL only the ACL with the same name as the&amp;nbsp;Access-Group Corporate1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 2 different people telling me two different things. I'm lost on this one, any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;-Jon&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 13:24:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624633#M415968</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2020-02-21T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Working with ACLs always</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624634#M415969</link>
      <description>&lt;P&gt;Working with ACLs always involve two steps:&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;You configure the ACL (with possibly multiple lines but the same name).&lt;/LI&gt;&lt;LI&gt;You assign the ACL to a function. That could be filtering on an interface with the access-group-command, but is not limited to that as ACLs are used in multiple places when the ASA needs to match traffic.&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;If you did both 1) and 2), then the ACL is active and in use. If you only configured the ACL but the ACL was never assigned to a function, then the ACL is not active and can be removed.&lt;/P&gt;
&lt;P&gt;In your example:&lt;/P&gt;
&lt;P&gt;If you see that there is the ACL "Inside_Out" but you don't know if the ACL is used, then do a&lt;/P&gt;

&lt;PRE&gt;
sh run | inc Inside_Out&lt;/PRE&gt;

&lt;P&gt;If the output only shows the ACL-lines, then it's unused and can be removed.&lt;/P&gt;

&lt;PRE&gt;
clear configure access-list Inside_Out&lt;/PRE&gt;

&lt;P&gt;Or it's unused but should be used, then apply the ACL to the function you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:20:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624634#M415969</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-03-04T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Thank you Karsten. That is</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624635#M415976</link>
      <description>&lt;P&gt;Thank you Karsten. That is what I was thinking but did not know&amp;nbsp;for sure&amp;nbsp;to argue the point against the other two.&lt;/P&gt;&lt;P&gt;In the example I gave above, the production ASA is as shown just more ACE's in the list and a different name, the only ACL in running status was the Corporate1, the Inside_Out was only listed in the ACL list when I did a show. It was not assigned to a active interface or in a access-group command line.&lt;/P&gt;&lt;P&gt;What I think what happened is that whomever&amp;nbsp;worked on the PIX before me, made changes in the ACL's as the company changed and created a new one each time&amp;nbsp;to ensure it would work before removing the old and never removed them when it was tested.&lt;/P&gt;&lt;P&gt;Thanks again!!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 15:49:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624635#M415976</guid>
      <dc:creator>Jon Moots</dc:creator>
      <dc:date>2015-03-04T15:49:36Z</dc:date>
    </item>
    <item>
      <title>I forgot to mention that</title>
      <link>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624636#M415977</link>
      <description>&lt;P&gt;I forgot to mention that there are situations where you can have unassigned ACLs that are needed:&lt;/P&gt;&lt;P&gt;If you have a central AAA-Server (RADIUS-Server), this server could be used as an authorization-system that tells the ASA that a specific ACLs&amp;nbsp;on the ASA should be used for a specific user.&lt;/P&gt;&lt;P&gt;With that, it would not be automatically correct to assume that an ACL&amp;nbsp;that is not assigned to a function can be removed.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 21:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-acl-question/m-p/2624636#M415977</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2015-03-04T21:47:16Z</dc:date>
    </item>
  </channel>
</rss>

