<?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: What does FBO stand for in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597329#M3714</link>
    <description>&lt;P data-unlink="true"&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11943"&gt;@kiwi&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/220841"&gt;@JayGolf&lt;/a&gt;&amp;nbsp;I have been led to believe that you're the experts on this (see&amp;nbsp;https://live.paloaltonetworks.com/t5/general-articles/tips-amp-tricks-flow-basic-debugging/ta-p/545999)&amp;nbsp;, any insight would be appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 17:05:42 GMT</pubDate>
    <dc:creator>dan_urson</dc:creator>
    <dc:date>2024-09-09T17:05:42Z</dc:date>
    <item>
      <title>What does FBO stand for</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597325#M3713</link>
      <description>&lt;P&gt;We are troubleshooting something with TAC wherein they asked us to set the FBO to "Software".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What, exactly, is an FBO? I cannot find any references thereto in the docs besides the CLI reference, and that tells me nothing.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 15:49:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597325#M3713</guid>
      <dc:creator>dan_urson</dc:creator>
      <dc:date>2024-09-09T15:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: What does FBO stand for</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597329#M3714</link>
      <description>&lt;P data-unlink="true"&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/11943"&gt;@kiwi&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/220841"&gt;@JayGolf&lt;/a&gt;&amp;nbsp;I have been led to believe that you're the experts on this (see&amp;nbsp;https://live.paloaltonetworks.com/t5/general-articles/tips-amp-tricks-flow-basic-debugging/ta-p/545999)&amp;nbsp;, any insight would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 17:05:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597329#M3714</guid>
      <dc:creator>dan_urson</dc:creator>
      <dc:date>2024-09-09T17:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: What does FBO stand for</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597385#M3717</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/882516347"&gt;@dan_urson&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Setting FBO to "software" allows the firewall to attempt SSL decryption using software processing instead of hardware, providing a secondary layer of processing for encrypted traffic. However, it can impact performance, so it should be configured with consideration of the firewall's capacity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the "fbo show" command as seen in the example below allows you&amp;nbsp;to see which operations are set to hardware/software processing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can set specific ones to hardware/software or all of them at the same time:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;gt; debug dataplane fbo show

DP s1dp0:

offload timeout: 200 ms

rsa-sign = software
rsa-verify = hardware
ecdsa-sign = software
ecdsa-verify = hardware
ecdhe-key-generate = software
ecdhe-key-compute = hardware

&amp;gt; debug dataplane fbo set 
&amp;gt; all                  Use hardware/software for all RSA and EC operations
&amp;gt; ecdhe-key-compute    Use hardware/software for ECDHE key compute
&amp;gt; ecdhe-key-generate   Use hardware/software for ECDHE key generate
&amp;gt; ecdsa-sign           Use hardware/software for ECDSA sign
&amp;gt; ecdsa-verify         Use hardware/software for ECDSA verify
&amp;gt; rsa-sign             Use hardware/software for RSA sign
&amp;gt; rsa-verify           Use hardware/software for RSA verify

#To set all to sofware :
&amp;gt; debug dataplane fbo set all software &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;-Kim.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 08:11:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/what-does-fbo-stand-for/m-p/597385#M3717</guid>
      <dc:creator>kiwi</dc:creator>
      <dc:date>2024-09-10T08:11:17Z</dc:date>
    </item>
  </channel>
</rss>

