<?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 Cisco ASA ACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-acl/m-p/3015353#M147624</link>
    <description>&lt;P&gt;Hi guys, hope someone can help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have an ASA with multiple interface and I wish to add an ACL that will block every interface of accessing an IP address. Is it possible to do this as one command or would I need to add an ACL for each interface?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is what I have currently:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;access-list InsideABC_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list Micro_Fingers_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list&amp;nbsp;Hardware_Co&amp;nbsp;deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list DMZ_LAN_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list DigiSign_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Would I able to combine this into one line instead of specifying each interface?&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 08:47:42 GMT</pubDate>
    <dc:creator>BHconsultants88</dc:creator>
    <dc:date>2019-03-12T08:47:42Z</dc:date>
    <item>
      <title>Cisco ASA ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-acl/m-p/3015353#M147624</link>
      <description>&lt;P&gt;Hi guys, hope someone can help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have an ASA with multiple interface and I wish to add an ACL that will block every interface of accessing an IP address. Is it possible to do this as one command or would I need to add an ACL for each interface?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;This is what I have currently:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;access-list InsideABC_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list Micro_Fingers_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list&amp;nbsp;Hardware_Co&amp;nbsp;deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list DMZ_LAN_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;BR /&gt;access-list DigiSign_access_in deny tcp any 195.14.48.12 255.255.255.255&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Would I able to combine this into one line instead of specifying each interface?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:47:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-acl/m-p/3015353#M147624</guid>
      <dc:creator>BHconsultants88</dc:creator>
      <dc:date>2019-03-12T08:47:42Z</dc:date>
    </item>
    <item>
      <title>Well you can always use</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-acl/m-p/3015354#M147625</link>
      <description>&lt;P&gt;Well you can always use global ACL. However, it is not a best practice and you will need to configure carefully.&lt;/P&gt;
&lt;P&gt;Global access list applies logically to the entire firewall in inbound direction to all interface.&lt;BR /&gt; If there are existing interface access lists, those will be considered first and instead of having implicit deny any any at the end of interface ALCs, the Global access list is processed and in case of non-matching rule, the implicit deny any any is used at the end of Global access list.&lt;/P&gt;
&lt;P&gt;To create global access list using asdm open access rule, add access rule, and for interface choose -Any-&lt;/P&gt;
&lt;P&gt;To create global access list using CLI:&lt;/P&gt;
&lt;P&gt;#access-list GLOBAL extended permit tcp any any&lt;BR /&gt; #access-group GLOBAL global&lt;/P&gt;
&lt;P&gt;ACL overrides initial traffic flow policies based on security level: 100- the most trusted and 0 – not trusted.&lt;BR /&gt; By default traffic from higher to lower sec level is allowed but not from lower to higher. For this type of traffic we need ACL.&lt;BR /&gt; Global access list are not replicated on each interface so they save memory space.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 09:29:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-acl/m-p/3015354#M147625</guid>
      <dc:creator>Pranay Prasoon</dc:creator>
      <dc:date>2017-01-18T09:29:35Z</dc:date>
    </item>
  </channel>
</rss>

