<?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 flow chart in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597702#M118881</link>
    <description>&lt;P&gt;Hi guys.&lt;BR /&gt;I'm new in Palo Alto, but have quite a few years with other Firewalls.&lt;BR /&gt;Some time, for getting good decisions, you have to know the flow chart of the Firewall.&lt;BR /&gt;Maybe it's existing, but I can't find it.&lt;BR /&gt;What I mean by flow chart, is how the information pass thru the firewall.&lt;BR /&gt;for example - Routing, Nat, Policy base rout, Security, QOS, Security profile, SD-Wan and so on.&lt;BR /&gt;what is coming first and what is later.&lt;/P&gt;
&lt;P&gt;Is there any graphical chart that show this?&lt;BR /&gt;&lt;BR /&gt;Thanks, and any help will be appreciated?&lt;BR /&gt;&lt;BR /&gt;Thanks, and any help will be appreciated.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goldy&lt;/P&gt;</description>
    <pubDate>Thu, 12 Sep 2024 17:15:42 GMT</pubDate>
    <dc:creator>YGoldy</dc:creator>
    <dc:date>2024-09-12T17:15:42Z</dc:date>
    <item>
      <title>flow chart</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597702#M118881</link>
      <description>&lt;P&gt;Hi guys.&lt;BR /&gt;I'm new in Palo Alto, but have quite a few years with other Firewalls.&lt;BR /&gt;Some time, for getting good decisions, you have to know the flow chart of the Firewall.&lt;BR /&gt;Maybe it's existing, but I can't find it.&lt;BR /&gt;What I mean by flow chart, is how the information pass thru the firewall.&lt;BR /&gt;for example - Routing, Nat, Policy base rout, Security, QOS, Security profile, SD-Wan and so on.&lt;BR /&gt;what is coming first and what is later.&lt;/P&gt;
&lt;P&gt;Is there any graphical chart that show this?&lt;BR /&gt;&lt;BR /&gt;Thanks, and any help will be appreciated?&lt;BR /&gt;&lt;BR /&gt;Thanks, and any help will be appreciated.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goldy&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 17:15:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597702#M118881</guid>
      <dc:creator>YGoldy</dc:creator>
      <dc:date>2024-09-12T17:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: flow chart</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597703#M118882</link>
      <description>&lt;P&gt;Hello &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/826476331"&gt;@YGoldy&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your flow chart is included in this link.&amp;nbsp; &lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVHCA0" target="_blank" rel="noopener"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVHCA0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are my notes on the flow chart (which may not be entirely correct):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Ingress
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Packet Checking/Parsing&lt;/LI&gt;
&lt;LI&gt;Decapsulation/Decryption&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Session Lookup
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Match 6-tuple key: source-address, destination-address, source-port, destination-port, protocol, and security-zone.&lt;/LI&gt;
&lt;LI&gt;Match = Fastpath.&amp;nbsp; No = Session Setup/Slowpath.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Session Setup/Slowpath
&lt;OL&gt;
&lt;LI&gt;The session is created.&lt;/LI&gt;
&lt;LI&gt;Lookups are done, but NAT is not applied to the packet.&amp;nbsp; PBF takes precedence over routing.&lt;/LI&gt;
&lt;LI&gt;Zone and DoS Protection are checked.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Fastpath
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Application Override&lt;/LI&gt;
&lt;LI&gt;Decryption&lt;/LI&gt;
&lt;LI&gt;App-ID&lt;/LI&gt;
&lt;LI&gt;Content-ID&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Egress
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;QoS&lt;/LI&gt;
&lt;LI&gt;NAT&lt;/LI&gt;
&lt;LI&gt;SD-WAN&lt;/LI&gt;
&lt;LI&gt;Encryption/Encapsulation&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVECA0" target="_blank" rel="noopener"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVECA0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 18:02:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597703#M118882</guid>
      <dc:creator>TomYoung</dc:creator>
      <dc:date>2024-09-12T18:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: flow chart</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597772#M118892</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;It's a shame the chart picture in the link is in not too sharp and in high resolution so we can englare it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 08:26:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/flow-chart/m-p/597772#M118892</guid>
      <dc:creator>YGoldy</dc:creator>
      <dc:date>2024-09-13T08:26:17Z</dc:date>
    </item>
  </channel>
</rss>

