<?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 Beats me, alas.  If I had to in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694184#M193983</link>
    <description>&lt;P&gt;Beats me, alas.&amp;nbsp; If I had to guess, each individual line of config change probably ends up as its own separate transaction.&amp;nbsp; I work with fairly small (low thousands of lines), fairly stable (low changes per week) configurations and scheduled maintenance windows where it isn't an issue for me, luckily.&lt;/P&gt;&lt;P&gt;If you absolutely need no interruption I'd go with both rizwanr74's good advice to add the new permit before deleting the old one, plus (if applicable to your firmware version) the asp rule-engine thing.&lt;/P&gt;&lt;P&gt;-- Jim Leinweber, WI State&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2015 18:59:06 GMT</pubDate>
    <dc:creator>James Leinweber</dc:creator>
    <dc:date>2015-07-09T18:59:06Z</dc:date>
    <item>
      <title>ASA object question</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694177#M193976</link>
      <description>&lt;P&gt;I apologize if this has already been answered somewhere, but I can not find a response to this question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assume an ASA firewall has a rule R: permit 1.1.1.1 to 2.2.2.2 with service A&lt;/P&gt;&lt;P&gt;And I have created a service-group G which includes services A and B&lt;/P&gt;&lt;P&gt;If I removed R and replaced it with a new rule: permit 1.1.1.1 2.2.2.2 with&amp;nbsp;service-group G, then pushed the config&lt;/P&gt;&lt;P&gt;would connections from 1.1.1.1 to 2.2.2.2 using service A be interrupted, or would the firewall maintain current service A connections without interruption?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 06:14:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694177#M193976</guid>
      <dc:creator>bstern000</dc:creator>
      <dc:date>2019-03-12T06:14:25Z</dc:date>
    </item>
    <item>
      <title>"If I removed R and replaced</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694178#M193977</link>
      <description>&lt;P&gt;"If I removed R and replaced it with a new rule: permit 1.1.1.1 2.2.2.2 with service-group G, then pushed the config&amp;nbsp;would connections from 1.1.1.1 to 2.2.2.2 using service A be interrupted, or would the firewall maintain current service A connections without interruption?"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you add the new rule, before deleting the old one, then there is no interruption to traffic.&lt;/P&gt;&lt;P&gt;If you remove the rule "R"&amp;nbsp;and and then you add new&amp;nbsp;rule after that includes the same permit line as in in rule "R", then there is an interruption for the durtion of removing and adding the new rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that answers your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 17:46:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694178#M193977</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2015-07-08T17:46:12Z</dc:date>
    </item>
    <item>
      <title>So what about the following</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694179#M193978</link>
      <description>&lt;P&gt;So what about the following more specific example:&lt;/P&gt;&lt;P&gt;If the firewall currently has an ACE of&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list&amp;nbsp;interface1 extended permit tcp host&amp;nbsp;1.1.1.1 host 2.2.2.2 eq 22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;as its first entry and we run the following commands&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;object-group service "G"&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;service-object tcp eq 22&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;service-object tcp eq 25&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;no access-list&amp;nbsp;interface1 extended permit tcp host&amp;nbsp;1.1.1.1 host 2.2.2.2 eq 22&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;access-list&amp;nbsp;interface1 line 1 extended permit object-group "G" host 1.1.1.1 host 2.2.2.2&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;end&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;wr mem&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connections will &lt;EM&gt;not&lt;/EM&gt; be interrupted because they are applied at the same time? Or does the order need to be command&amp;nbsp;6 before 5?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 18:25:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694179#M193978</guid>
      <dc:creator>bstern000</dc:creator>
      <dc:date>2015-07-08T18:25:15Z</dc:date>
    </item>
    <item>
      <title>It will be interrupted if you</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694180#M193979</link>
      <description>&lt;P&gt;It will be interrupted if you do it as per line 5 and 6, it is best you add the new line first and remove the old after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:17:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694180#M193979</guid>
      <dc:creator>rizwanr74</dc:creator>
      <dc:date>2015-07-08T19:17:03Z</dc:date>
    </item>
    <item>
      <title>Thank you</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694181#M193980</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 19:18:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694181#M193980</guid>
      <dc:creator>bstern000</dc:creator>
      <dc:date>2015-07-08T19:18:32Z</dc:date>
    </item>
    <item>
      <title>To be more specific, existing</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694182#M193981</link>
      <description>&lt;P&gt;To be more specific, existing connections with xlate entries should continue.&amp;nbsp; The brief interruption would be for new connections; if the old rule is deleted before the new rule is added and you don't have &lt;EM&gt;asp rule-engine transactional-commit access-group &lt;/EM&gt;turned on or you don't submit the commands all at once.&lt;/P&gt;&lt;P&gt;-- Jim Leinweber, WI State Lab of Hygiene&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 20:16:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694182#M193981</guid>
      <dc:creator>James Leinweber</dc:creator>
      <dc:date>2015-07-08T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Thank you for the information</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694183#M193982</link>
      <description>&lt;P&gt;Thank you for the information, what qualifies as "all at once"? Would executing these commands as a script provide no human-noticeable interruption of service?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 20:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694183#M193982</guid>
      <dc:creator>bstern000</dc:creator>
      <dc:date>2015-07-08T20:37:31Z</dc:date>
    </item>
    <item>
      <title>Beats me, alas.  If I had to</title>
      <link>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694184#M193983</link>
      <description>&lt;P&gt;Beats me, alas.&amp;nbsp; If I had to guess, each individual line of config change probably ends up as its own separate transaction.&amp;nbsp; I work with fairly small (low thousands of lines), fairly stable (low changes per week) configurations and scheduled maintenance windows where it isn't an issue for me, luckily.&lt;/P&gt;&lt;P&gt;If you absolutely need no interruption I'd go with both rizwanr74's good advice to add the new permit before deleting the old one, plus (if applicable to your firmware version) the asp rule-engine thing.&lt;/P&gt;&lt;P&gt;-- Jim Leinweber, WI State&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 18:59:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-object-question/m-p/2694184#M193983</guid>
      <dc:creator>James Leinweber</dc:creator>
      <dc:date>2015-07-09T18:59:06Z</dc:date>
    </item>
  </channel>
</rss>

