<?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: Static Routes on FTD 2130 using CLI in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074367#M1111489</link>
    <description>&lt;P&gt;I think this command would be to add static routes for the management interface, not for the data interfaces.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Apr 2024 11:44:21 GMT</pubDate>
    <dc:creator>Aref Alsouqi</dc:creator>
    <dc:date>2024-04-20T11:44:21Z</dc:date>
    <item>
      <title>Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074080#M1111474</link>
      <description>&lt;P&gt;Has anyone Created statoc route on the FTD sensor via the CLI?&lt;/P&gt;&lt;P&gt;Mine looks like it goes throught bu when i FDM into it, i do not see them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Advice will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 19:18:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074080#M1111474</guid>
      <dc:creator>Knassi</dc:creator>
      <dc:date>2024-04-19T19:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074082#M1111475</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1438518"&gt;@Knassi&lt;/a&gt; you cannot configure static routes for FTD via the CLI, all management is via the GUI.&lt;/P&gt;
&lt;P&gt;Is the next hop valid and the egress interface up?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 19:24:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074082#M1111475</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-04-19T19:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074088#M1111476</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what i used:&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Step 1: Login to the Command Line Interface (CLI) of the appliance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Step 2: Access the network-device directory as root user.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;--&amp;gt; sudo su – (become root)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;--&amp;gt; cd /etc/sysconfig/network-devices&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Step 3: Execute the following command to create the necessary configuration file:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;touch ifcfg-static-routes ( in case ifcfg-static-routes is missing inside network-devices directory)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Step 4: Execute the following command to add a static route:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;echo '&amp;lt;device&amp;gt; &amp;lt;type&amp;gt; &amp;lt;network&amp;gt; &amp;lt;subnet_prefix&amp;gt; &amp;lt;gateway&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;gt;&amp;gt; /etc/sysconfig/network-devices/ifcfg-static-routes&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Step 5: Execute the following command to load the new static routes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;/etc/rc.d/init.d/routes restart&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 19:44:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074088#M1111476</guid>
      <dc:creator>Knassi</dc:creator>
      <dc:date>2024-04-19T19:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074120#M1111477</link>
      <description>&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-knowledge-base/add-static-route-on-firepower-module/ta-p/3156256" target="_blank" rel="noopener"&gt;https://community.cisco.com/t5/security-knowledge-base/add-static-route-on-firepower-module/ta-p/3156256&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;check alternative way to add static route&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;configure network static-routes ipv4 add eth0 x.x.x.x x.x.x.x x.x.x.x&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 11:27:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074120#M1111477</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-04-20T11:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074240#M1111486</link>
      <description>&lt;P&gt;The method you are trying is not supported and should not be used.&lt;/P&gt;
&lt;P&gt;The ONLY supported ways are to use the manager (FDM, CDO or FMC) or push via API.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 06:26:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074240#M1111486</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2024-04-20T06:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074367#M1111489</link>
      <description>&lt;P&gt;I think this command would be to add static routes for the management interface, not for the data interfaces.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 11:44:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074367#M1111489</guid>
      <dc:creator>Aref Alsouqi</dc:creator>
      <dc:date>2024-04-20T11:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074752#M1111496</link>
      <description>&lt;P&gt;Adding configuration such as a static route from the CLI should only be done if access to the management interface is not possible due to a misconfiguration.&amp;nbsp; Then you can add the required configuration to restore connectivity.&amp;nbsp; But, the problem with this is that it is only local to the FTD and will not propagate to the FDM or FMC.&amp;nbsp; This means that any configuration you add in CLI will be overwritten upon the next deployment from FDM or FMC.&amp;nbsp; So to prevent this from happening you would need to add the configuration you added in CLI to the FDM or FMC so it persists through the next deployment.&lt;/P&gt;
&lt;P&gt;To add configuration via the CLI do the following:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="nb-NO"&gt;&amp;gt;expert&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="nb-NO"&gt;# sudo su -&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="nb-NO"&gt;root# cd /ngfw/var/sf/bin&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="nb-NO"&gt;root# LinaConfigTool "route mgmt-interface 10.10.14.0 255.255.255.0 10.10.5.2";&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="nb-NO"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="nb-NO"&gt;As others have stated, this is not for configuring the FTD, but rather to correct&amp;nbsp; configurations that have caused loss of connectivity to the regular management interface.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 21:10:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5074752#M1111496</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2024-04-21T21:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes on FTD 2130 using CLI</title>
      <link>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5140949#M1114052</link>
      <description>&lt;P&gt;Thank you for this very useful "backdoor". Never knew it existed, and it saved me today when 2x FP-4112 lost access to a cloud FMC (Azure).&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2024 18:54:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/static-routes-on-ftd-2130-using-cli/m-p/5140949#M1114052</guid>
      <dc:creator>Soren Pedersen Nilsson</dc:creator>
      <dc:date>2024-07-06T18:54:55Z</dc:date>
    </item>
  </channel>
</rss>

