<?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 Questions about ACLs in ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924710#M457988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Malikyouns,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback.&lt;/P&gt;&lt;P&gt;It is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2012 12:49:44 GMT</pubDate>
    <dc:creator>nevereturn</dc:creator>
    <dc:date>2012-03-19T12:49:44Z</dc:date>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924703#M457979</link>
      <description>&lt;P&gt;I have 2 two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first question:&lt;BR /&gt;I have make an ACL entry inactive for test. For example I setup an ACL: &lt;/P&gt;&lt;P&gt;access-list out-in extended permit tcp host 2.2.2.2 host 1.1.1.1 eq telnet&lt;/P&gt;&lt;P&gt;access-list out-in extended permit tcp host 2.2.2.2 host 1.1.1.1 eq www&lt;/P&gt;&lt;P&gt;Then, I disable the ACL entry about the telnet one:&lt;/P&gt;&lt;P&gt;access-list out-in extended permit tcp host 2.2.2.2 host 1.1.1.1 eq telnet inactive &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, how can I re-activate the entry about the telnet one without removing and re-write the ACL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second question:&lt;/P&gt;&lt;P&gt;Can I edit the specific ACL entry like router? In this case, how can I edit the entry about telnet. such as change the source IP and destination IP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:43:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924703#M457979</guid>
      <dc:creator>nevereturn</dc:creator>
      <dc:date>2019-03-11T22:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924704#M457980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. you just need to enter the same command without 'inactive' at the end of it, do 'sh access-list' and get an idea of line number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list out-in line XX extended permit tcp host 2.2.2.2 host 1.1.1.1 eq telnet&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Enter the command 'sh access-list', it will show all the active ACLs and the line number along with it, you will have to remove that line entry and re-add it, so say for example if you want to remove line from the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1# sh access-list&lt;/P&gt;&lt;P&gt;access-list cached ACL log flows: total 0, denied 0 (deny-flow-max 4096)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert-interval 300&lt;/P&gt;&lt;P&gt;access-list inside_in; 2 elements; name hash: 0xd3a8690b&lt;/P&gt;&lt;P&gt;access-list inside_in line 1 extended permit ip any any (hitcnt=0) 0xb80bc887&lt;/P&gt;&lt;P&gt;access-list inside_in line 2 extended permit tcp host 2.2.2.2 host 1.1.1.1 eq telnet (hitcnt=0) 0x7bf0c01d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config t&lt;/P&gt;&lt;P&gt;no access-list inside_in line 2 extended permit tcp host 2.2.2.2 host 1.1.1.1 eq telnet&lt;/P&gt;&lt;P&gt;access-list inside_in line 2 extended permit tcp host &lt;CHANGE ip=""&gt; host &lt;CHANGE ip=""&gt; eq telnet&lt;/CHANGE&gt;&lt;/CHANGE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 10:09:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924704#M457980</guid>
      <dc:creator>malikyounas</dc:creator>
      <dc:date>2012-03-19T10:09:57Z</dc:date>
    </item>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924705#M457981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tested it. &lt;/P&gt;&lt;P&gt;The information you provided is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 10:37:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924705#M457981</guid>
      <dc:creator>nevereturn</dc:creator>
      <dc:date>2012-03-19T10:37:09Z</dc:date>
    </item>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924706#M457983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Malikyounas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for another question:&lt;/P&gt;&lt;P&gt;I found 2 parameters after access-list &lt;EM&gt;name&lt;/EM&gt;: Extended and Standard. &lt;BR /&gt;I noticed that if I didn't define this parameter and just write the source IP, Dest IP, Protocl and so on, when I use "show access-list", it shows as an extended ACL.&lt;/P&gt;&lt;P&gt;So, if I don't define Extended or Standard, it will be an extended ACL by default? Or, it is related to different software version of ASA? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:07:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924706#M457983</guid>
      <dc:creator>nevereturn</dc:creator>
      <dc:date>2012-03-19T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924707#M457985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its better defined in this cisco doc where it says you cant use standard ACL as it only identifies the destination IP address which you can suppose is not enough for FW&lt;/P&gt;&lt;H2 style="font-size: 15px; color: #336666; font-family: Arial, Helvetica, sans-serif; margin-bottom: 7px; margin-left: -0.1in; margin-right: 0em; margin-top: 14px; background-color: #ffffff;"&gt;Information About Standard Access Lists&lt;/H2&gt;&lt;P&gt; &lt;A name="wp1077429" style="color: #000000; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-bottom: 6px; margin-left: 0em; margin-right: 0em; margin-top: 1px; background-color: #ffffff;"&gt;Standard access lists identify the destination IP addresses of OSPF routes and can be used in a route map for OSPF redistribution. &lt;STRONG&gt;Standard access lists cannot be applied to interfaces to control traffic.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/acl_standard.html#wp1074591"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/acl_standard.html#wp1074591&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:18:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924707#M457985</guid>
      <dc:creator>malikyounas</dc:creator>
      <dc:date>2012-03-19T11:18:07Z</dc:date>
    </item>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924708#M457986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello malikyounas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Your information about standard ACLs is very helpful.&lt;/P&gt;&lt;P&gt;What I want to know is &lt;STRONG&gt;if I don't define Extended or Standard, it will be an extended ACL by default&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:50:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924708#M457986</guid>
      <dc:creator>nevereturn</dc:creator>
      <dc:date>2012-03-19T11:50:43Z</dc:date>
    </item>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924709#M457987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will depend on what sort of entry you are going to add, if you add just the detiantion IP, ASA will consider as Standard and if you define source and destirnation, ASA will automatically consider this as extended. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cisco permit ip host 20.20.20.1 - ASA will default to standard ACL for this&lt;/P&gt;&lt;P&gt;access-list cisco permit ip any host 20.20.20.1 - ASA will default to Extended ACL for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use use show access-list after adding both ACLs above, you will see first one as standard and second as extended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 12:14:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924709#M457987</guid>
      <dc:creator>malikyounas</dc:creator>
      <dc:date>2012-03-19T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Questions about ACLs in ASA</title>
      <link>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924710#M457988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Malikyouns,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback.&lt;/P&gt;&lt;P&gt;It is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 12:49:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/questions-about-acls-in-asa/m-p/1924710#M457988</guid>
      <dc:creator>nevereturn</dc:creator>
      <dc:date>2012-03-19T12:49:44Z</dc:date>
    </item>
  </channel>
</rss>

