<?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 Adding Global Deny Any Rule With Logging in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193791#M360761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I've created said "global" access-list, but how do you apply it globally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Mar 2013 00:51:29 GMT</pubDate>
    <dc:creator>Nathan Hawkins</dc:creator>
    <dc:date>2013-03-08T00:51:29Z</dc:date>
    <item>
      <title>Adding Global Deny Any Rule With Logging</title>
      <link>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193789#M360756</link>
      <description>&lt;P&gt;Is there a simple way to add an explicit Deny Any Any rule (with logging enabled) globally applied to all interfaces (with the assumption it goes to the bottom of the Access-List)?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:10:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193789#M360756</guid>
      <dc:creator>Nathan Hawkins</dc:creator>
      <dc:date>2019-03-12T01:10:07Z</dc:date>
    </item>
    <item>
      <title>Adding Global Deny Any Rule With Logging</title>
      <link>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193790#M360759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA has the possibility from 8.3 software level onwards to use "global" ACL that is attached globally for every interfaces ingress direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to Cisco documentation any interface ACL will override the "global" ACL. So I would imagine that you would have to have interface ACL for the ingress direction of each interface and then a "global" ACL with only "deny ip any any" or "deny ip any any log" to which every connection that didnt match interface ACL would "drop" to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I have never started using "global" ACL. I simply like the interface based ACLs and I have no reason to change. Therefore I would personally use a separate "deny ip any any" at the bottom of every interface ACL. When you add it for the first time it naturally goes to the bottom of each ACL. Adding more rules to the ACL later would require you to add them in between with "line" number parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I'll do a simple test for this on my home ASA soon to confirm that the operation is as mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heres a quote from Cisco ASA Command Reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;STRONG&gt;Usage Guidelines for Global Rules&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The access-group global command applies a single set of global rules on all traffic, no matter which&lt;/P&gt;&lt;P&gt;interface the traffic arrives at the ASA.&lt;/P&gt;&lt;P&gt;Global rules for the access-group global command support extended access lists only.&lt;/P&gt;&lt;P&gt;All global rules apply only to traffic in the ingress (input) direction. Global rules do not support egress&lt;/P&gt;&lt;P&gt;(output) traffic.&lt;/P&gt;&lt;P&gt;Global rules for access-group global do not support the control-plane nor the per-user-override&lt;/P&gt;&lt;P&gt;options that are supported in interface-specific access rules.&lt;/P&gt;&lt;P&gt;If global rules are configured in conjunction with interface access rules, then the interface access rule,&lt;/P&gt;&lt;P&gt;which is specific, is processed before the global access rule, which is general.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 15:19:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193790#M360759</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-05T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Adding Global Deny Any Rule With Logging</title>
      <link>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193791#M360761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I've created said "global" access-list, but how do you apply it globally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 00:51:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193791#M360761</guid>
      <dc:creator>Nathan Hawkins</dc:creator>
      <dc:date>2013-03-08T00:51:29Z</dc:date>
    </item>
    <item>
      <title>Adding Global Deny Any Rule With Logging</title>
      <link>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193792#M360762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use a "access-group" configuration like with the interface ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"access-group &lt;ACL name=""&gt; global"&lt;/ACL&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 07:25:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/adding-global-deny-any-rule-with-logging/m-p/2193792#M360762</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-08T07:25:59Z</dc:date>
    </item>
  </channel>
</rss>

