<?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: Duplicate config in panorama managed firewall in Panorama Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/507645#M990</link>
    <description>&lt;P&gt;HI Thanks for your replay. The issue is resolved now. We have the device state backup from the firewall (&amp;nbsp; before the issue). we have import it then issue resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 10:53:04 GMT</pubDate>
    <dc:creator>Mohanlalsaini</dc:creator>
    <dc:date>2022-07-01T10:53:04Z</dc:date>
    <item>
      <title>Duplicate config in panorama managed firewall</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/506929#M979</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;In my firewall i can 2 configuration at the same time. One i pushed from panorama and one is local that is scyronized from the passive peer. i can see everything is duplicate. How can i remove the duplicate config ( Local config from the firewall and keep the panorama pushed only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 04:10:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/506929#M979</guid>
      <dc:creator>Mohanlalsaini</dc:creator>
      <dc:date>2022-06-29T04:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate config in panorama managed firewall</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/506934#M980</link>
      <description>&lt;P&gt;and i have the device state of the firewall before this duplicate config happened. Can I import this device state to remove the duplicate config.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 04:27:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/506934#M980</guid>
      <dc:creator>Mohanlalsaini</dc:creator>
      <dc:date>2022-06-29T04:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate config in panorama managed firewall</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/507233#M985</link>
      <description>&lt;P&gt;&amp;nbsp;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/224577"&gt;@Mohanlalsaini&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Let first discuss something fundamental - Templates vs Device Groups:&lt;/P&gt;
&lt;P&gt;- Device Groups are used to push objects and policies and security profiles. For example here you define address objecets and use them in security rules. Basically it is defining the firewall security functions&lt;/P&gt;
&lt;P&gt;- Templates are used to push device and networking configuration. For example what NTP and DNS should the device use and what IP addresses are assigned on the device.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Panorama GUI is trying to help you to remember which settings where are managed by the brackets above the relevant tabs:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_0-1656508403700.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/42050i1E34AA54DC79F1EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_0-1656508403700.png" alt="Astardzhiev_0-1656508403700.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you probably know this already, but it important to mention it, because there is fundamental difference between Templates and Device Groups about how they handel local configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Device Groups - Even without Panorama (local fw config) you cannot have multiple object sharing the same name, or multiple rules/policies using the exact same name. This way firewall will not know who to handle the traffic (which object in which rule is used, or which rule is actually used). You still can create local rules and objects in case of emeregency - for example security engineer with access to panorama is not available, but local network engineer need to allow some traffic to solve user incident/request. The idea here is that your "global policy" pushed by the panorama could explicitly deny some traffic at the top of the policy, so no local rule will be able to be put at the top and bypass the global block rule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Templates - none of the configuration defined in the template can have multiple values (you can have multiple hostnames, or multiple primary IPs on dataplane interfaces, etc), like with firewall rules. Which means if there is local config and config pushed from Panorama, firewall needs to choose which one to use. Now by default firewall will prefer the local configuration over the one pushed from Panorama. The idea behind this approach is that it is more common for local admin to override these settings. For example your panorama is pushing the IP assigned to the outside interface, but the ISP needs to change it, so the local network admin can override the config from panorama and apply the new IP. Another example is if your global policy define the use of specific NTP, but one specific site has issues and wants to use different one. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One way to remove the local config and apply the panorama pushed is to go over each config and click on "revert" button. After that you need to commit locally on the firewall. This way will give you the option to review the configuration before commit, but it could be painful if there is a lot to revert.&lt;/P&gt;
&lt;P&gt;The other option would be to push template configuration from panorama, but this time enable "Force Template Values". This will force the firewall to remove any local configuration that is already defined in the template. Thi will not delete any local config that is not part of the template.&lt;/P&gt;
&lt;P&gt;Push to Device -&amp;gt; Edit Selection -&amp;gt; enable "Force Template Values"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Astardzhiev_0-1656535625643.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/42083i5372BD0D2C0C15C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Astardzhiev_0-1656535625643.png" alt="Astardzhiev_0-1656535625643.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 20:47:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/507233#M985</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2022-06-29T20:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate config in panorama managed firewall</title>
      <link>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/507645#M990</link>
      <description>&lt;P&gt;HI Thanks for your replay. The issue is resolved now. We have the device state backup from the firewall (&amp;nbsp; before the issue). we have import it then issue resolved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 10:53:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/panorama-discussions/duplicate-config-in-panorama-managed-firewall/m-p/507645#M990</guid>
      <dc:creator>Mohanlalsaini</dc:creator>
      <dc:date>2022-07-01T10:53:04Z</dc:date>
    </item>
  </channel>
</rss>

