<?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: Firepower API for -  Script Static Routes in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072322#M1069424</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You may refer to FTD-API Reference to read the API usage. And it also provides the sample code (in Bash or Python) for you to kick start.&lt;BR /&gt;&lt;BR /&gt;First, you authenticate with FTD to obtain OAuth token.&lt;BR /&gt;&lt;A href="https://developer.cisco.com/site/ftd-api-reference/#!authenticating-your-rest-api-client-using-oauth" target="_blank"&gt;https://developer.cisco.com/site/ftd-api-reference/#!authenticating-your-rest-api-client-using-oauth&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then, you add the static route by call the 'staticrouteentry' api.&lt;BR /&gt;&lt;A href="https://developer.cisco.com/site/ftd-api-reference/#!staticrouteentry/staticrouteentry" target="_blank"&gt;https://developer.cisco.com/site/ftd-api-reference/#!staticrouteentry/staticrouteentry&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I have time, I would write a basic version Python for you in later.&lt;BR /&gt;&lt;BR /&gt;I am not experienced in migrating ASA to FTD, so someone have a better solution for &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/195678"&gt;@paultribe&lt;/a&gt;, please kindly advise.</description>
    <pubDate>Thu, 23 Apr 2020 12:14:58 GMT</pubDate>
    <dc:creator>ngkin2010</dc:creator>
    <dc:date>2020-04-23T12:14:58Z</dc:date>
    <item>
      <title>Firepower API for -  Script Static Routes</title>
      <link>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4071624#M1069401</link>
      <description>&lt;P&gt;I do quite a few ASA to FTD migrations and many customers want a "Big Bang" approach. I am familiar with all the Migration tools that Cisco offer but they do have their limitations. The limitation for me is that I have a customer who has 200 static routes and although the new migration tool supports import of static routes I cannot use this as it also requires that the new FTD is migrated on to a "clean" FMC.&lt;/P&gt;&lt;P&gt;I am therefore reaching out to see if anyone out there has managed to write an API script that could be used for this. Unfortunately I got into networking &amp;amp; security way before programming was important so am not very good with tools such as Python, JSON and Postmaster etc. I am trying to go through the DevNet course but have little time so wandered if anyone could help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Paul T&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 09:10:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4071624#M1069401</guid>
      <dc:creator>paultribe</dc:creator>
      <dc:date>2020-04-23T09:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower API for -  Script Static Routes</title>
      <link>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4071653#M1069403</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are you looking for script/python code that could:&lt;BR /&gt;1. read the static route statement from ASA (by manual input)&lt;BR /&gt;2. add the corresponding static route entry to FTD via RESTful API&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2020 16:04:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4071653#M1069403</guid>
      <dc:creator>ngkin2010</dc:creator>
      <dc:date>2020-04-22T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower API for -  Script Static Routes</title>
      <link>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072019#M1069416</link>
      <description>&lt;P&gt;That sounds about right, with the caveat that I would like to add several static routes from ASA to FTD in one go of course...&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 09:08:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072019#M1069416</guid>
      <dc:creator>paultribe</dc:creator>
      <dc:date>2020-04-23T09:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower API for -  Script Static Routes</title>
      <link>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072322#M1069424</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You may refer to FTD-API Reference to read the API usage. And it also provides the sample code (in Bash or Python) for you to kick start.&lt;BR /&gt;&lt;BR /&gt;First, you authenticate with FTD to obtain OAuth token.&lt;BR /&gt;&lt;A href="https://developer.cisco.com/site/ftd-api-reference/#!authenticating-your-rest-api-client-using-oauth" target="_blank"&gt;https://developer.cisco.com/site/ftd-api-reference/#!authenticating-your-rest-api-client-using-oauth&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then, you add the static route by call the 'staticrouteentry' api.&lt;BR /&gt;&lt;A href="https://developer.cisco.com/site/ftd-api-reference/#!staticrouteentry/staticrouteentry" target="_blank"&gt;https://developer.cisco.com/site/ftd-api-reference/#!staticrouteentry/staticrouteentry&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I have time, I would write a basic version Python for you in later.&lt;BR /&gt;&lt;BR /&gt;I am not experienced in migrating ASA to FTD, so someone have a better solution for &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/195678"&gt;@paultribe&lt;/a&gt;, please kindly advise.</description>
      <pubDate>Thu, 23 Apr 2020 12:14:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072322#M1069424</guid>
      <dc:creator>ngkin2010</dc:creator>
      <dc:date>2020-04-23T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower API for -  Script Static Routes</title>
      <link>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072337#M1069426</link>
      <description>This sounds great to me - if you do get time it would be great; however don't feel you have to.&lt;BR /&gt;&lt;BR /&gt;I would be happy to share in return a training document I wrote for my colleagues which is easier (I think), than following Cisco's guides. Its aimed at getting to know FMC and FTD in a Greenfield environment so has context around it and takes you through some common features of Firepower. Especially for those new to Firewalls.&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2020 12:43:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-api-for-script-static-routes/m-p/4072337#M1069426</guid>
      <dc:creator>paultribe</dc:creator>
      <dc:date>2020-04-23T12:43:22Z</dc:date>
    </item>
  </channel>
</rss>

