<?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: Cisco FMC/FTD - Adding Bulk NAT or ACL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4115651#M1071852</link>
    <description>Sure if you need help to understand something or helping on issues while running them, let us know.</description>
    <pubDate>Thu, 09 Jul 2020 00:19:59 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2020-07-09T00:19:59Z</dc:date>
    <item>
      <title>Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4110436#M1071505</link>
      <description>&lt;P&gt;Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anyway i can add a lot of new NAT or ACL rules in Bulk?&lt;/P&gt;&lt;P&gt;I have noticed that this is possible via the FMC API, but for a noob like me, the scripting, json, python etc doesnt make any sense. Is there a working example of how we can do this. Any help is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shabeeb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 08:55:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4110436#M1071505</guid>
      <dc:creator>shabeeb</dc:creator>
      <dc:date>2020-06-28T08:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4110619#M1071522</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You're right there only way would be using API.&lt;BR /&gt;I'm on my phone right now so can't give you a quick example but can you look at developer.cisco.com or GitHub if there are existing cider example doing so?&lt;BR /&gt;Otherwise I'll try to do something quick and dirty tomorrow or Tuesday if I got time.</description>
      <pubDate>Mon, 29 Jun 2020 04:15:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4110619#M1071522</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2020-06-29T04:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4113578#M1071702</link>
      <description>&lt;P&gt;Hi Francesco,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind reminder. Im going through the cisco developer api tools. Theres is a lot of new things for me. I feel this is going to take some time to properly understand.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime, anything you can provide will be a great help for me and pretty much everyone like me &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shabeeb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2020 16:40:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4113578#M1071702</guid>
      <dc:creator>shabeeb</dc:creator>
      <dc:date>2020-07-05T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4113614#M1071706</link>
      <description>You can go on FMC api explorer (https://fmc/api/api-explorer/) and loop across some apis functions. I believe this will be more complex if you never played with Python.&lt;BR /&gt;&lt;BR /&gt;I would recommend you use ansible as most functions are already built and you need to fill in variables. &lt;BR /&gt;Here a devnet ansible help: &lt;A href="https://developer.cisco.com/docs/ftd-ansible-v6-3/#!examples/create-an-accessrule" target="_blank"&gt;https://developer.cisco.com/docs/ftd-ansible-v6-3/#!examples/create-an-accessrule&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm sorry I didn't had time to make a a quick and dirty playbook but the way you'll need to run it will be:&lt;BR /&gt;- Have a excel file with access rules and nat&lt;BR /&gt;- You need to validate objects your using in both of them are already created and get their id or create them and get their id&lt;BR /&gt;- Then you can create rules and nat policies.&lt;BR /&gt;&lt;BR /&gt;If you go to the github related project, you will have examples on how to create all of these: &lt;A href="https://github.com/CiscoDevNet/FTDAnsible/tree/master/samples/ftd_configuration" target="_blank"&gt;https://github.com/CiscoDevNet/FTDAnsible/tree/master/samples/ftd_configuration&lt;/A&gt;&lt;BR /&gt;Examples are in folder samples/ftd_configuration&lt;BR /&gt;&lt;BR /&gt;Hope this helps</description>
      <pubDate>Sun, 05 Jul 2020 18:39:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4113614#M1071706</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2020-07-05T18:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4114866#M1071813</link>
      <description>Hi Francesco,&lt;BR /&gt;&lt;BR /&gt;Appreciate this a lot. Ill need to spend the next few days trying out these. Fingers crossed.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Shabeeb&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jul 2020 20:52:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4114866#M1071813</guid>
      <dc:creator>shabeeb</dc:creator>
      <dc:date>2020-07-07T20:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4115651#M1071852</link>
      <description>Sure if you need help to understand something or helping on issues while running them, let us know.</description>
      <pubDate>Thu, 09 Jul 2020 00:19:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4115651#M1071852</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2020-07-09T00:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4159593#M1074300</link>
      <description>&lt;P&gt;Hi Francesco&lt;/P&gt;&lt;P&gt;Can you give an example of&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. adding a new ACL&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Removing an existing ACL&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Adding an object (like ip address)&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;rod&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 17:50:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4159593#M1074300</guid>
      <dc:creator>Supermantech</dc:creator>
      <dc:date>2020-09-30T17:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4161354#M1074433</link>
      <description>&lt;P&gt;I don't have a playbook already built as I'm mostly using APIs with csv file.&lt;BR /&gt;Allow me some time to do that after my work and I'll come back to you&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 03:31:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4161354#M1074433</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2020-10-05T03:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4167130#M1074786</link>
      <description>&lt;P&gt;Didn't forget you. I'll try my best this weekend.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 01:29:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4167130#M1074786</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2020-10-15T01:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco FMC/FTD - Adding Bulk NAT or ACL</title>
      <link>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4168787#M1074918</link>
      <description>&lt;P&gt;I was building you an example but while going to the github page I saw samples are already existing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check this out:&amp;nbsp;&lt;A href="https://github.com/CiscoDevNet/FTDAnsible/tree/master/samples" target="_blank"&gt;https://github.com/CiscoDevNet/FTDAnsible/tree/master/samples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 19:13:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-fmc-ftd-adding-bulk-nat-or-acl/m-p/4168787#M1074918</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2020-10-17T19:13:13Z</dc:date>
    </item>
  </channel>
</rss>

