<?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: Panorama and firewall configuration synchronization in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255078#M72395</link>
    <description>&lt;P&gt;Personally, if I'm using Panorama I never modify the firewalls directly (unless it's an emergency).&amp;nbsp; Below is a little script I use on a fresh factory default firewall (jumbo frames optional).&amp;nbsp; Everything after this point is done via Panorama.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;configure&lt;BR /&gt;delete rulebase security rules rule1&lt;BR /&gt;delete zone trust&lt;BR /&gt;delete zone untrust&lt;BR /&gt;delete network virtual-wire default-vwire&lt;BR /&gt;delete network interface ethernet ethernet1/1&lt;BR /&gt;delete network interface ethernet ethernet1/2&lt;BR /&gt;delete network virtual-router default&lt;BR /&gt;set deviceconfig system ip-address &amp;lt;ip-address&amp;gt; netmask &amp;lt;netmask&amp;gt; default-gateway &amp;lt;gateway-ip&amp;gt;&lt;BR /&gt;set deviceconfig system panorama-server &amp;lt;panorama-ip&amp;gt;&lt;BR /&gt;commit&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set system setting jumbo-frame on&lt;BR /&gt;y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;request restart system&lt;BR /&gt;y&lt;/P&gt;</description>
    <pubDate>Tue, 26 Mar 2019 21:28:13 GMT</pubDate>
    <dc:creator>jeremy.larsen</dc:creator>
    <dc:date>2019-03-26T21:28:13Z</dc:date>
    <item>
      <title>Panorama and firewall configuration synchronization</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255056#M72387</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know, if Network or Device configuration is changed localy on the firewall, will that change will be seen in Panorama automatically? Will firewall synchronize localy config changes with Panorama?&lt;/P&gt;&lt;P&gt;For example. If I add new static route on the firewall (firewall is managed with Panorama), will that route will be synchronized with Panorama?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and best regards,&lt;/P&gt;&lt;P&gt;Maja&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 13:39:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255056#M72387</guid>
      <dc:creator>mkopcic</dc:creator>
      <dc:date>2019-03-26T13:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama and firewall configuration synchronization</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255073#M72391</link>
      <description>&lt;P&gt;Why are you making changes on the firewall directly if you have Panorama (templates/stacks)?&amp;nbsp; I don't think this kind of "reverse" sync is possible.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:30:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255073#M72391</guid>
      <dc:creator>jeremy.larsen</dc:creator>
      <dc:date>2019-03-26T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama and firewall configuration synchronization</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255075#M72392</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/8884"&gt;@mkopcic&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is only a one-way sync from panorama to the firewall. So no adding a route locally on the firewall will not show up in the panorama config.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 15:14:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255075#M72392</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2019-03-26T15:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama and firewall configuration synchronization</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255078#M72395</link>
      <description>&lt;P&gt;Personally, if I'm using Panorama I never modify the firewalls directly (unless it's an emergency).&amp;nbsp; Below is a little script I use on a fresh factory default firewall (jumbo frames optional).&amp;nbsp; Everything after this point is done via Panorama.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;configure&lt;BR /&gt;delete rulebase security rules rule1&lt;BR /&gt;delete zone trust&lt;BR /&gt;delete zone untrust&lt;BR /&gt;delete network virtual-wire default-vwire&lt;BR /&gt;delete network interface ethernet ethernet1/1&lt;BR /&gt;delete network interface ethernet ethernet1/2&lt;BR /&gt;delete network virtual-router default&lt;BR /&gt;set deviceconfig system ip-address &amp;lt;ip-address&amp;gt; netmask &amp;lt;netmask&amp;gt; default-gateway &amp;lt;gateway-ip&amp;gt;&lt;BR /&gt;set deviceconfig system panorama-server &amp;lt;panorama-ip&amp;gt;&lt;BR /&gt;commit&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set system setting jumbo-frame on&lt;BR /&gt;y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;request restart system&lt;BR /&gt;y&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 21:28:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255078#M72395</guid>
      <dc:creator>jeremy.larsen</dc:creator>
      <dc:date>2019-03-26T21:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Panorama and firewall configuration synchronization</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255086#M72400</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/107910"&gt;@jeremy.larsen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;configure&lt;BR /&gt;delete rulebase security rules rule1&lt;BR /&gt;delete zone trust&lt;BR /&gt;delete zone untrust&lt;BR /&gt;delete network virtual-wire default-vwire&lt;BR /&gt;delete network interface ethernet ethernet1/1&lt;BR /&gt;delete network interface ethernet ethernet1/2&lt;BR /&gt;delete network virtual-router default&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Since I started working with PaloAlto Firewalls this has been the first thing to do after unboxing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 17:16:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/panorama-and-firewall-configuration-synchronization/m-p/255086#M72400</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2019-03-26T17:16:44Z</dc:date>
    </item>
  </channel>
</rss>

