<?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: Export NAT Rules from FMC (Manual or API) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4720004#M1095019</link>
    <description>&lt;P&gt;Thanks, this is helpful and I'm able to run some gets in postman, but i need to run a separate get for each object_uuid (rule) in the nat policy list, a bit tedious for my applications.&lt;/P&gt;&lt;P&gt;Anyone know of a script that gets the natrules and parses the various object_uuids, maybe into a csv or something? If I had any scripting skills of my own I'd take a crack but alas I'm not very knowledgeable there.&lt;/P&gt;</description>
    <pubDate>Sat, 12 Nov 2022 00:22:20 GMT</pubDate>
    <dc:creator>mrlorincz</dc:creator>
    <dc:date>2022-11-12T00:22:20Z</dc:date>
    <item>
      <title>Export NAT Rules from FMC (Manual or API)</title>
      <link>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4719979#M1095016</link>
      <description>&lt;P&gt;Does anyone know of a way to export the NAT policies from FMC? Preferably with API but even a manual report would suffice. I've found some handy scripts on exporting ACP policies, but nothing on NAT.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 21:24:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4719979#M1095016</guid>
      <dc:creator>mrlorincz</dc:creator>
      <dc:date>2022-11-11T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export NAT Rules from FMC (Manual or API)</title>
      <link>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4719982#M1095018</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1421486"&gt;@mrlorincz&lt;/a&gt; you can export NAT policies/rules using API - &lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/70/api/REST/firepower_management_center_rest_api_quick_start_guide_70/Objects_In_The_REST_API.html#reference_hfp_vtc_bcb" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/firepower/70/api/REST/firepower_management_center_rest_api_quick_start_guide_70/Objects_In_The_REST_API.html#reference_hfp_vtc_bcb&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 21:31:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4719982#M1095018</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-11-11T21:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export NAT Rules from FMC (Manual or API)</title>
      <link>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4720004#M1095019</link>
      <description>&lt;P&gt;Thanks, this is helpful and I'm able to run some gets in postman, but i need to run a separate get for each object_uuid (rule) in the nat policy list, a bit tedious for my applications.&lt;/P&gt;&lt;P&gt;Anyone know of a script that gets the natrules and parses the various object_uuids, maybe into a csv or something? If I had any scripting skills of my own I'd take a crack but alas I'm not very knowledgeable there.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2022 00:22:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4720004#M1095019</guid>
      <dc:creator>mrlorincz</dc:creator>
      <dc:date>2022-11-12T00:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export NAT Rules from FMC (Manual or API)</title>
      <link>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4776174#M1097818</link>
      <description>&lt;P&gt;Has anyone come up with a reasonable work around on how to export all NAT Policies from FMC?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2023 18:32:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4776174#M1097818</guid>
      <dc:creator>jjevans1</dc:creator>
      <dc:date>2023-02-15T18:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Export NAT Rules from FMC (Manual or API)</title>
      <link>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4777000#M1097869</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1261774"&gt;@jjevans&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nothing natively built in that I can find. For ACP rules, I ultimately I ended up getting familiar enough with python to be able to run this script, it worked great&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/raghukul-cisco/csvExportFirepower" target="_blank" rel="noopener"&gt;https://github.com/raghukul-cisco/csvExportFirepower&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For NAT rules, it's possible to use API, but I didn't find a pre-canned script. I utlimately just did a 'show nat' from the cli and manually pasted into excel file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I might toy with creating NAT to CSV feature using the fireREST suite.&amp;nbsp;&lt;A href="https://github.com/kaisero/fireREST" target="_blank"&gt;https://github.com/kaisero/fireREST&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wouldn't be surprised if someone already created one, just need to scour the cisco dev exchange for it&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 19:20:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/export-nat-rules-from-fmc-manual-or-api/m-p/4777000#M1097869</guid>
      <dc:creator>mrlorincz</dc:creator>
      <dc:date>2023-02-16T19:20:24Z</dc:date>
    </item>
  </channel>
</rss>

