<?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: temporarily disable rules? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334041#M808388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that would work as well, just make sure you get the line numbers correct or you could allow when you mean to deny and vice-versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2009 14:42:09 GMT</pubDate>
    <dc:creator>Jon Marshall</dc:creator>
    <dc:date>2009-10-14T14:42:09Z</dc:date>
    <item>
      <title>temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334038#M808323</link>
      <description>&lt;P&gt;What's the best way you have found to temporarily disable certain rules in an ASA config (8.2.1).  AFAIK there is no way to comment out a line in an ACL....So if we have a SQL connection that we need to open up from time to time (but are not comfortable leaving open permanently) whats the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:25:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334038#M808323</guid>
      <dc:creator>slug420</dc:creator>
      <dc:date>2019-03-11T16:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334039#M808341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ways that i have used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) have a copy of the acl with a different name in the config and without the SQL line and then simply apply whichever acl you want to use at the time to the relevant interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can specify line numbers in acls so you can do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list &lt;ACL-NAME&gt; line &lt;LINE no=""&gt; SQL rule &lt;/LINE&gt;&lt;/ACL-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then when you want to allow it simply add it back in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list &lt;ACL-NAME&gt; line &lt;LINE no=""&gt; SQL rule&lt;/LINE&gt;&lt;/ACL-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 14:05:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334039#M808341</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-10-14T14:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334040#M808365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you just gave me another idea....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I will put it in the ACL as line 10 or something and then put the same rule with a deny action as line 9.  When I want to use it I remove the deny, and when I am done I re-add the deny (which is simple since im just copying the existing line and changing permit to deny)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 14:33:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334040#M808365</guid>
      <dc:creator>slug420</dc:creator>
      <dc:date>2009-10-14T14:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334041#M808388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that would work as well, just make sure you get the line numbers correct or you could allow when you mean to deny and vice-versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 14:42:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334041#M808388</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-10-14T14:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334042#M808409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 8.x you have the ability to disable certain aces. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 16:14:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334042#M808409</guid>
      <dc:creator>jeromecandiff</dc:creator>
      <dc:date>2009-10-14T16:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334043#M808433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 16:43:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334043#M808433</guid>
      <dc:creator>slug420</dc:creator>
      <dc:date>2009-10-14T16:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: temporarily disable rules?</title>
      <link>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334044#M808452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;found it:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/a1.html#wp1540321" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/a1.html#wp1540321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inactive&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Optional) Disables an ACE. To reenable it, enter the entire ACE without the inactive keyword. This feature lets you keep a record of an inactive ACE in your configuration to make reenabling easier. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 16:47:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/temporarily-disable-rules/m-p/1334044#M808452</guid>
      <dc:creator>slug420</dc:creator>
      <dc:date>2009-10-14T16:47:23Z</dc:date>
    </item>
  </channel>
</rss>

