<?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: Problems with configuring Palo Alto PA-500 Firewall in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47251#M34733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The advice above will eliminate the commit error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the first task is to find out WHY LDAP was configured in the first place and make sure removing this configuration is the correct solution.&amp;nbsp; If LDAP is supposed to be used then there are configuration mistakes made that have introduced this error and they should be investigated and repaired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 12:59:31 GMT</pubDate>
    <dc:creator>pulukas</dc:creator>
    <dc:date>2015-02-10T12:59:31Z</dc:date>
    <item>
      <title>Problems with configuring Palo Alto PA-500 Firewall</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47247#M34729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can connect via serial and console port from CLI to Firewall. But when i am trying to set ip for management interface i'm getting the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #ffffff; background-color: #13773e;"&gt;Server error : system -&amp;gt; authentication-profile 'LDAP Authentication Profile' is&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #ffffff; background-color: #13773e;"&gt; not a valid reference&lt;/P&gt;&lt;P style="font-size: 12px; font-family: Courier; color: #ffffff; background-color: #13773e;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tigran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:30:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47247#M34729</guid>
      <dc:creator>TigranGevorgyan</dc:creator>
      <dc:date>2015-02-04T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with configuring Palo Alto PA-500 Firewall</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47248#M34730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the following command in configure mode to delete the authentication profile and assign ip-address to management interface.&lt;/P&gt;&lt;P&gt;&amp;gt;configure&lt;/P&gt;&lt;P&gt;#delete deviceconfig system authentication-profile&lt;/P&gt;&lt;P&gt;#set deviceconfig system ip-address &amp;lt;ip-address&amp;gt; default-gateway &amp;lt;gateway-address&amp;gt; netmask &amp;lt;net-mask&amp;gt;&lt;/P&gt;&lt;P&gt;#commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari Yadavalli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 14:41:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47248#M34730</guid>
      <dc:creator>hyadavalli</dc:creator>
      <dc:date>2015-02-04T14:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with configuring Palo Alto PA-500 Firewall</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47249#M34731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sound like you had this firewall managed from Panorama and commit is failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When there's an invalid reference, you usually have objects in the candidate config pointing to other objects that are supposed to be created from Panorama. If the referred-to object is created locally, or if it didn't exist, you may get the "is not a valid reference" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is locate the object that is referencing the Panorama object and delete it.&lt;/P&gt;&lt;P&gt;If Panorama had connectivity to the device, a commit to Template and Device Group should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can explore the candidate config with commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; set cli config-output-format set&lt;/P&gt;&lt;P&gt;&amp;gt; configure&lt;/P&gt;&lt;P&gt;# show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... to see lines including references to 'LDAP Authentication Profile'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could issue command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# show | match "LDAP Auth"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the invalid references are cleared, you should be able to commit.&lt;/P&gt;&lt;P&gt;If you don't know how to delete them, please contact Palo Alto Networks Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 01:06:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47249#M34731</guid>
      <dc:creator>mivaldi</dc:creator>
      <dc:date>2015-02-10T01:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with configuring Palo Alto PA-500 Firewall</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47250#M34732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just export the config&lt;/P&gt;&lt;P&gt;Delete "LDAP Authentication Profile"&lt;/P&gt;&lt;P&gt;import the config and try to commit again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 07:29:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47250#M34732</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2015-02-10T07:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with configuring Palo Alto PA-500 Firewall</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47251#M34733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The advice above will eliminate the commit error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the first task is to find out WHY LDAP was configured in the first place and make sure removing this configuration is the correct solution.&amp;nbsp; If LDAP is supposed to be used then there are configuration mistakes made that have introduced this error and they should be investigated and repaired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 12:59:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47251#M34733</guid>
      <dc:creator>pulukas</dc:creator>
      <dc:date>2015-02-10T12:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with configuring Palo Alto PA-500 Firewall</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47252#M34734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 14:47:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/problems-with-configuring-palo-alto-pa-500-firewall/m-p/47252#M34734</guid>
      <dc:creator>TigranGevorgyan</dc:creator>
      <dc:date>2015-03-09T14:47:37Z</dc:date>
    </item>
  </channel>
</rss>

