<?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: Why a forced Target Negate No? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/429089#M94831</link>
    <description>&lt;P&gt;Thanks both of you for your prompt assistance.&amp;nbsp; I opened a case with PA support over a month ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I posted this question in this community, the PA support person on the case suggested I "upgrade" from 9.1.7 to 9.0.10 in response to my ticket's initial request about this inserted command.&amp;nbsp; It is my understanding that the implementer started us out on 9.1, therefore we would not have a 9.0.x saved config to restore to (what I understand from the steps in a document I find on PA's website)....&lt;/P&gt;</description>
    <pubDate>Wed, 25 Aug 2021 11:53:34 GMT</pubDate>
    <dc:creator>BobNida</dc:creator>
    <dc:date>2021-08-25T11:53:34Z</dc:date>
    <item>
      <title>Why a forced Target Negate No?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/427863#M94653</link>
      <description>&lt;P&gt;I've had a case open with Palo Alto support for over a month and the person I got says they've not seen this issue before. I doubt we are blazing new trails here and I just don't understand how this can actually be unfamiliar.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Our Palo Alto is a recent install of a converted configuration from a different firewall platform. The implementation vender is no longer available.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I alter a Security Policy Rule to remove one single address object (a /32) from the source tab, removing one single object and leave the 8 other remaining incumbent source objects.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When I go to Commit and Push (from Panorama) and Preview Changes, Panorama is adding changes I did not make. It adds this Target Negate No, in the form of the following.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;target {&lt;BR /&gt;negate no;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a number of questions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. Why is the management system installing commands I did not select?&lt;BR /&gt;2. If it is necessary for the platform to work, why isn't it already in the configuration.&lt;BR /&gt;3. If I allow Panorama to insert this command, which I did not explicitly select, what is the expected outcome? Is there an interruption to communication?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Aug 2021 19:30:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/427863#M94653</guid>
      <dc:creator>BobNida</dc:creator>
      <dc:date>2021-08-19T19:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why a forced Target Negate No?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/428829#M94795</link>
      <description>&lt;P&gt;Hello there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are fine to push your configuration and it should not interrupt, presuming you are running 9.1 on the FWs and Panorama.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the negate line... it is boolean logic that is pretty much programmed on every security device, only here, we get to see what is being pushed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I do not want any foreign (non-USA) country inbound to my FW.&lt;/P&gt;&lt;P&gt;So I use the negate lines to say allow [(not=yes) USA] inbound.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, the Panorama is deploying allow [(negate=no) and your 8 IPs).&amp;nbsp; Perfectly acceptable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After 10 years of experience on the platform, please allow me to alleviate your hesitancy.&amp;nbsp; I often see the XML is changed when pushing from Panorama, and I am confident that your configuration should be acceptable/valid and will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What other questions can we answer?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 16:21:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/428829#M94795</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2021-08-24T16:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why a forced Target Negate No?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/428950#M94817</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/188214"&gt;@BobNida&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. Why is the management system installing commands I did not select?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Like most GUI based management solutions, Panorama is programmed to manipulate the configuration in a very specific manner. It's not uncommon (in fact, it's extremely&amp;nbsp;&lt;STRONG&gt;common&lt;/STRONG&gt;&lt;/FONT&gt;)&amp;nbsp;&lt;FONT color="#FF0000"&gt;for someone using CLI/API for the majority of the configuration work and mixing in GUI to see changes like this take place in the XML configuration.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Whoever did your initial configuration migration likely did it through expedition, which is similar to directly modifying the configuration file. Or they did it through CLI/API. When you modify it in the GUI of Panorama, Panorama simply inputs what it's been programmed, which includes including a negate no entry.&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If it is necessary for the platform to work, why isn't it already in the configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;It's absolutely not necessary&amp;nbsp;for the configuration to work or pass validation. If it isn't included the configuration is parsed as if the &amp;lt;negate&amp;gt;no&amp;lt;/negate&amp;gt; is present.&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If I allow Panorama to insert this command, which I did not explicitly select, what is the expected outcome? Is there an interruption to communication?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;Absolutely not. No interruption to communication will take place. Panorama is simply adding a statement that it expects to be present. The fact that it isn't already present is making it automatically default to &amp;lt;negate&amp;gt;no&amp;lt;/negate&amp;gt; because that's already the default implied status.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 21:43:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/428950#M94817</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2021-08-24T21:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why a forced Target Negate No?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/429089#M94831</link>
      <description>&lt;P&gt;Thanks both of you for your prompt assistance.&amp;nbsp; I opened a case with PA support over a month ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After I posted this question in this community, the PA support person on the case suggested I "upgrade" from 9.1.7 to 9.0.10 in response to my ticket's initial request about this inserted command.&amp;nbsp; It is my understanding that the implementer started us out on 9.1, therefore we would not have a 9.0.x saved config to restore to (what I understand from the steps in a document I find on PA's website)....&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 11:53:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/why-a-forced-target-negate-no/m-p/429089#M94831</guid>
      <dc:creator>BobNida</dc:creator>
      <dc:date>2021-08-25T11:53:34Z</dc:date>
    </item>
  </channel>
</rss>

