<?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 Smartmove not optimizing cisco asa policy in SmartMove</title>
    <link>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193124#M523</link>
    <description>&lt;P&gt;We are moving from cisco ASA to checkpoint. We are using checkpoint smartmove tool to convert existing cisco asa configuration to checkpoint. But the smartmove does not optimize the the rules. Kindly see attached pic for more details.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 05:16:56 GMT</pubDate>
    <dc:creator>idc</dc:creator>
    <dc:date>2023-09-20T05:16:56Z</dc:date>
    <item>
      <title>Smartmove not optimizing cisco asa policy</title>
      <link>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193124#M523</link>
      <description>&lt;P&gt;We are moving from cisco ASA to checkpoint. We are using checkpoint smartmove tool to convert existing cisco asa configuration to checkpoint. But the smartmove does not optimize the the rules. Kindly see attached pic for more details.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 05:16:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193124#M523</guid>
      <dc:creator>idc</dc:creator>
      <dc:date>2023-09-20T05:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Smartmove not optimizing cisco asa policy</title>
      <link>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193126#M524</link>
      <description>&lt;P&gt;SmartMove is not policy optimization tool, it is a migration tool.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 06:29:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193126#M524</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-09-20T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Smartmove not optimizing cisco asa policy</title>
      <link>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193133#M525</link>
      <description>&lt;P&gt;SmartMove does optimize the policy &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;you can review the comments on the code:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://raw.githubusercontent.com/CheckPointSW/SmartMove/master/CheckPointObjects/RuleBaseOptimizer.cs" target="_blank"&gt;https://raw.githubusercontent.com/CheckPointSW/SmartMove/master/CheckPointObjects/RuleBaseOptimizer.cs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; /// &amp;lt;summary&amp;gt;
    /// Optimizes the security policy rulebase by merging several rules from the same sub-policy into a single rule.
    /// Two rules can be merged into one rule if:
    ///    1. both rules have the same action, and
    ///    2. both rules are enabled or disabled, and
    ///    3. both rules have source and destination columns negated or not, and
    ///    4. both rules have the same time objects, and
    ///    5. either one of the following is true:
    ///       5.1. both the source and destination columns match
    ///       5.2. both the source and service columns match
    ///       5.3. both the destination and service columns match
    /// for CiscoASA and FirePower vendors there is an option to optimize by comments -
    /// two rules can be merged if they have the same comments and in addition they up to the above criteria.
    /// &amp;lt;/summary&amp;gt;&lt;/PRE&gt;
&lt;P&gt;you will need to uncheck the optimized by comments in your case .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 07:37:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193133#M525</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2023-09-20T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Smartmove not optimizing cisco asa policy</title>
      <link>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193134#M526</link>
      <description>&lt;P&gt;Oookay, I stand corrected. You can also see that it made 15k rules out of over 28k original records. Let's say, it can consolidate the original policy, but only to some extent.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 07:42:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193134#M526</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-09-20T07:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Smartmove not optimizing cisco asa policy</title>
      <link>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193135#M527</link>
      <description>&lt;P&gt;The policy is &lt;STRONG&gt;always&lt;/STRONG&gt; optimized for Check Point products.&lt;/P&gt;
&lt;P&gt;There are two steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Convert the policy.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Optimize the policy - this can result in up to a 70%+ improvement in efficiency compared to the converted policy (The logic is based on Check Point's Smart Optimized utility).&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;There are scenarios where the converted policy cannot be further optimized.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 07:49:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SmartMove/Smartmove-not-optimizing-cisco-asa-policy/m-p/193135#M527</guid>
      <dc:creator>Ofir_Shikolski</dc:creator>
      <dc:date>2023-09-20T07:49:24Z</dc:date>
    </item>
  </channel>
</rss>

