<?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: How to export and import IPS profiles and their overridden protections in R80.10 in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30730#M1862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tomer, I am concerned that CP is beginning to rely too heavily on the programmatic functionality for trivial and common tasks.&lt;/P&gt;&lt;P&gt;Having these capabilities in addition to a two-click action this is supposed to be, is great, as it will empower those capable and in need of a comprehensive scripted operations to do this job, while not alienating already overworked mid-market admins who were sold on the capabilities, simplicity and intuitiveness of the SmartConsole and the Single Pane of Glass idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2018 17:00:16 GMT</pubDate>
    <dc:creator>Vladimir</dc:creator>
    <dc:date>2018-09-27T17:00:16Z</dc:date>
    <item>
      <title>How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30729#M1861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prior to R80, there was a&amp;nbsp;closed-source tool by Check Point called export_import_profile.&lt;/P&gt;&lt;P&gt;Starting with R80:&lt;/P&gt;&lt;P&gt;1. The back-end representation of profiles and protections has changed, so the tool is no longer supported.&lt;/P&gt;&lt;P&gt;2. The open API enable any customer to make their own&amp;nbsp;export and import operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: On the source machine, export the specific Threat Prevention Profile&lt;/P&gt;&lt;P&gt;The &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#gui-cli/show-threat-profile~v1.1%20"&gt;show threat-profile command&lt;/A&gt; returns a structure of the profile's settings.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;show threat-profile name MyOrganization&amp;nbsp;details-level full&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;uid: "fa1aa324-a8cc-4dbd-bc04-f31fdb8abf61"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;name: "&lt;SPAN&gt;MyOrganization&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;type: "threat-profile"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;domain: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;uid: "a0bbbc99-adef-4ef8-bb6d-defdefdefdef"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; name: "Check Point Data"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; domain-type: "data domain"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;active-protections-performance-impact: "medium"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;active-protections-severity: "Medium or above"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;confidence-level-low: "Inactive"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;confidence-level-medium: "Prevent"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;confidence-level-high: "Prevent"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;ips: true&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;ips-settings: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;newly-updated-protections: "staging"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; exclude-protection-with-performance-impact: false&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp; exclude-protection-with-severity: false&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;threat-emulation: true&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;anti-virus: true&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;anti-bot: true&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;/P&gt;&lt;P style="margin-left: 0.5in; text-align: left;"&gt;&lt;/P&gt;&lt;P&gt;Step 2: On the source machine, export IPS&amp;nbsp;Protections which had their action&amp;nbsp;override for this&amp;nbsp;specific Threat Prevention Profile&lt;/P&gt;&lt;P&gt;This part is a little tricky - you have to go over all&amp;nbsp;protections, and only pick the ones that have a different action for your profile.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#gui-cli/show-threat-protections~v1.1%20"&gt;show threat-protections&amp;nbsp;command&lt;/A&gt; returns the protections.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no way to get all the IPS Protections as one response, since that would make the output so big it will fail to return. Therefore we have to use the "offset" parameter to advance and get 50 protections every time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example below, the first protection just happened to have an override action for the "MyOrganization" profile. The second protection did not have an override action for the "MyOrganization" profile.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #333399;"&gt;show threat-protections offset 0 details-level full&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #333399;"&gt;protections: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;- uid: "8027f5c8-1bac-cf49-99a3-59a89a35cdb6"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; name: "3Com Network Supervisor Directory Traversal"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; type: "threat-protection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; domain: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; uid: "41e821a0-3720-11e3-aa6e-0800200c9fde"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; name: "SMC User"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; domain-type: "domain"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; severity: "High"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; confidence-level: "Medium"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; performance-impact: "Low"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; release-date: "20091124"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; update-date: "20091124"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; profiles: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; - name: "Basic"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; uid: "eb39a60d-c454-49f5-a28c-a89aa5bd2e09"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; default: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Inactive"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; final: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Inactive"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; - name: "Strict"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; uid: "caf8b711-d762-4c1e-82d5-6af2549b2869"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; default: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Prevent"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; final: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Prevent"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG style="color: #333399;"&gt; - name: "&lt;STRONG style="color: #1f497d;"&gt;MyOrganization&lt;/STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; uid: "fa1aa324-a8cc-4dbd-bc04-f31fdb8abf61"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; default: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="color: #333399; font-size: 22px;"&gt; override: &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="color: #333399; font-size: 22px;"&gt; action: "Prevent"&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; final: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Prevent"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; comments: ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; follow-up: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; ipsAdditionalProperties: &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; name: "3Com TFTP Server Transporting Mode Remote Buffer Overflow"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; type: "threat-protection"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; - name: "MyOrganization"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; uid: "fa1aa324-a8cc-4dbd-bc04-f31fdb8abf61"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; default: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Inactive"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; final: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; action: "Inactive"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; track: "log"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt; capture-packets: false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Step 3: On the target machine, create the new profile.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#gui-cli/add-threat-profile~v1.1%20"&gt;add threat-profile command &lt;/A&gt;creates a new Threat Prevention Profile.&lt;/P&gt;&lt;P&gt;You have to convert the output from step 1 to a command-line with the values.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="color: #1f497d;"&gt;add threat-profile name MyOrganization active-protections-performance-impact "medium" active-protections-severity "Medium or above" confidence-level-low "Inactive" confidence-level-medium "Prevent" confidence-level-high "Prevent" ips true ips-settings.newly-updated-protections "staging" ips-settings.exclude-protection-with-performance-impact false ips-settings.exclude-protection-with-severity false threat-emulation true anti-virus true anti-bot true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4: On the target machine,&amp;nbsp;set protection actions for the specific protections that were exported at step 2.&lt;/P&gt;&lt;P&gt;The &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#gui-cli/set-threat-protection~v1.1%20"&gt;set threat-protection command&lt;/A&gt; lets you change the action of the protection for a given profile.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;set threat-protection&amp;nbsp;name "&lt;SPAN style="color: #333399;"&gt;3Com Network Supervisor Directory Traversal" overrides.1.profile MyOrganization overrides.1.action Prevent&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 13:39:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30729#M1861</guid>
      <dc:creator>Tomer_Sole</dc:creator>
      <dc:date>2018-09-27T13:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30730#M1862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tomer, I am concerned that CP is beginning to rely too heavily on the programmatic functionality for trivial and common tasks.&lt;/P&gt;&lt;P&gt;Having these capabilities in addition to a two-click action this is supposed to be, is great, as it will empower those capable and in need of a comprehensive scripted operations to do this job, while not alienating already overworked mid-market admins who were sold on the capabilities, simplicity and intuitiveness of the SmartConsole and the Single Pane of Glass idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 17:00:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30730#M1862</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-09-27T17:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30731#M1863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that if this was a standard common thing that most of our customers were doing then we should have provided a 1-click solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importing an exporting IPS settings between different machines is&amp;nbsp;considered a deployment / provisioning scenario, and typically those scenarios could have&amp;nbsp;more steps. So in this particular case - I am in favor of&amp;nbsp;giving building blocks and letting others utilize them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other cases in which we have API and no simple UI, for example - a view of all objects that have the same IP of another object - and to those&amp;nbsp;cases we will work to add the simple UI out of the box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 17:33:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30731#M1863</guid>
      <dc:creator>Tomer_Sole</dc:creator>
      <dc:date>2018-09-27T17:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30732#M1864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that this is more of the operational issue in addition to deployment and migration.&lt;/P&gt;&lt;P&gt;If situation described in&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk113748" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk113748"&gt;sk113748&lt;/A&gt;&amp;nbsp; arises and leads to the need of&amp;nbsp;&lt;EM style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;IPSClean&lt;/EM&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files to replace all the corrupted IPS configuration files, it could be handy to have the import and export capabilities.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Incidentally, are the IPS profiles with overrides a part of the Gaia Backup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 17:49:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30732#M1864</guid>
      <dc:creator>Vladimir</dc:creator>
      <dc:date>2018-09-27T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30733#M1865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IPSClean is no longer &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;We have revision revert for IPS since R80.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gaia Backup&amp;nbsp;retains all security management configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 18:51:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30733#M1865</guid>
      <dc:creator>Tomer_Sole</dc:creator>
      <dc:date>2018-09-27T18:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30734#M1866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Tomer Sole&lt;/P&gt;&lt;P&gt;That API Call is very helpful! Is there a similar API to set the Recommended and Default Inspection profiles under the Inspection Settings?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 21:25:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30734#M1866</guid>
      <dc:creator>Kris_Meldrum</dc:creator>
      <dc:date>2019-01-16T21:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30735#M1867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be a better question for &lt;A href="https://community.checkpoint.com/migrated-users/2192"&gt;Amiad Stern&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If I had to guess, it's something that will require using the generic object API, though through a cursory glance, I do not see what property it is.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 23:35:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/30735#M1867</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-01-16T23:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53150#M3447</link>
      <description>&lt;P&gt;Please confirm if&amp;nbsp;&lt;SPAN&gt;ips_export_import command was introduced&amp;nbsp;back in R80.20.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://sc1.checkpoint.com/documents/R80.20_GA/WebAdminGuides/EN/CP_R80.20_ThreatPrevention_AdminGuide/html_frameset.htm?topic=documents/R80.20_GA/WebAdminGuides/EN/CP_R80.20_ThreatPrevention_AdminGuide/138383" target="_blank"&gt;https://sc1.checkpoint.com/documents/R80.20_GA/WebAdminGuides/EN/CP_R80.20_ThreatPrevention_AdminGuide/html_frameset.htm?topic=documents/R80.20_GA/WebAdminGuides/EN/CP_R80.20_ThreatPrevention_AdminGuide/138383&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Page 38.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 16:44:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53150#M3447</guid>
      <dc:creator>Ramchand_Somaya</dc:creator>
      <dc:date>2019-05-10T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53188#M3449</link>
      <description>&lt;P&gt;I'm not seeing this utility here in my R80.20 standalone installation VM, so unless this is a special package that needs to be installed separately it looks like the answer is no.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 00:56:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53188#M3449</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2019-05-11T00:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53206#M3451</link>
      <description>&lt;P&gt;Thank you for looking into it Tim. I have R80.10 with take 169 installed on my machine and binary is located at&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ips_export_import_binary.jpg" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/1153i0815E68711887487/image-size/large?v=v2&amp;amp;px=999" role="button" title="ips_export_import_binary.jpg" alt="ips_export_import_binary.jpg" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 19:39:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53206#M3451</guid>
      <dc:creator>Ramchand_Somaya</dc:creator>
      <dc:date>2019-05-11T19:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53673#M3479</link>
      <description>&lt;P&gt;Hi Ramchand and All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also searching for a simple and straight forward way to export / import only IPS configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the last R80.20 take 47 this ips_export_import utility is not presented (attached screenshot).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked the provided Thread Prevention Administration guide for R80.30 version, which is not available for download, at it seems that this utility is removed according to the revision history of the document (attached screenshot).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ramchand, can you please advise when this IPS configuration export functionality will be available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 11:32:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53673#M3479</guid>
      <dc:creator>adimitrov12</dc:creator>
      <dc:date>2019-05-17T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53674#M3480</link>
      <description>&lt;P&gt;I am attaching the second screenshot since only one attachment is supported per reply.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 11:34:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/53674#M3480</guid>
      <dc:creator>adimitrov12</dc:creator>
      <dc:date>2019-05-17T11:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to export and import IPS profiles and their overridden protections in R80.10</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/54149#M3503</link>
      <description>&lt;P&gt;An open API procedure Tomer outlined above would allow similar export &amp;amp; import functionality.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 19:38:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-export-and-import-IPS-profiles-and-their-overridden/m-p/54149#M3503</guid>
      <dc:creator>Ramchand_Somaya</dc:creator>
      <dc:date>2019-05-22T19:38:37Z</dc:date>
    </item>
  </channel>
</rss>

