<?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: PIX, PDM and AAA problems in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194245#M1763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work for an IOS router.  It does not appear to work with the PIX though (syntax modified to match PIX commands, of course).  Thanks for the input though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The enable command is at privilege level 0 by default:&lt;/P&gt;&lt;P&gt;&lt;B&gt;testpix# sh privilege command enable&lt;/B&gt;&lt;/P&gt;&lt;P&gt;privilege configure level 0 mode enable command enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With connectivity to the TACACS server removed and logging in with the default pix username (privilege level 1) and enable password, here's what I see:&lt;/P&gt;&lt;P&gt;&lt;B&gt;Username: pix&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Password: *******&lt;/P&gt;&lt;P&gt;aaa server host machine not responding&lt;/P&gt;&lt;P&gt;Type help or '?' for a list of available commands.&lt;/P&gt;&lt;P&gt;testpix&amp;gt; en&lt;/P&gt;&lt;P&gt;aaa server host machine not responding&lt;/P&gt;&lt;P&gt;Command authorization failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since 'aaa authorization command TACACS+' is enabled, the PIX doesn't allow me to to run the enable command (or any other command for that matter), even though the user logged in (pix) is at privilege level 1 and the enable command is at privilege level 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2003 12:29:07 GMT</pubDate>
    <dc:creator>dlsaunders</dc:creator>
    <dc:date>2003-10-08T12:29:07Z</dc:date>
    <item>
      <title>PIX, PDM and AAA problems</title>
      <link>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194243#M1758</link>
      <description>&lt;P&gt;I have a PIX 520 in the lab running 6.3.3 and PDM 3.0.  I am testing AAA authentication and authorization to our ACS server and am running into problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two groups set up on our ACS server.  One group has full access, the other group is is set up with a Shell Command Authorization Set that limits commands so that they can look at the running-config and a few other things.  Users from both groups can log into the PDM and/or SSH/telnet/serial into the device and are authenticated and authorized properly.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration listed below works great, until I pull the ACS server off of the network.  Since there isn't any backup authentication or command authorization method I am dead in the water.  When this happens, I can still log in via the serial console using the 'pix' username and enable password, I just can't run the 'enable' command to get into privlieged mode or any other command for that matter.  (I get a 'Command authorization failed' error).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a the current configuration:&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ (inside) host 1.2.3.4 123456 timeout 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication telnet console TACACS+&lt;/P&gt;&lt;P&gt;aaa authentication ssh console TACACS+&lt;/P&gt;&lt;P&gt;aaa authentication serial console TACACS+&lt;/P&gt;&lt;P&gt;aaa authentication enable console TACACS+&lt;/P&gt;&lt;P&gt;aaa authentication http console TACACS+&lt;/P&gt;&lt;P&gt;aaa authorization command TACACS+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to set up a backup method for authentication and command authorization?  If not, is there any other way around the problem that I am running into?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any more info.  Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:08:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194243#M1758</guid>
      <dc:creator>dlsaunders</dc:creator>
      <dc:date>2020-02-21T18:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: PIX, PDM and AAA problems</title>
      <link>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194244#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To backup command authorization for users if the TACACS server fails, you need to modify your configuration along the following lines:&lt;/P&gt;&lt;P&gt;username &lt;NAME1&gt; privilege &lt;LEVEL&gt; password 0 &lt;PASS&gt;&lt;/PASS&gt;&lt;/LEVEL&gt;&lt;/NAME1&gt;&lt;/P&gt;&lt;P&gt;username &lt;NAME2&gt; privilege &lt;LEVEL&gt; password 0 &lt;PASS&gt;&lt;/PASS&gt;&lt;/LEVEL&gt;&lt;/NAME2&gt;&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Now, if the TACACS server fails, users associated with a given level will have access to all commands associated with that level (configured by privilege exec level &lt;LEVEL&gt; &lt;COMMAND&gt;).&lt;/COMMAND&gt;&lt;/LEVEL&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2003 19:47:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194244#M1760</guid>
      <dc:creator>drolemc</dc:creator>
      <dc:date>2003-10-07T19:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: PIX, PDM and AAA problems</title>
      <link>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194245#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work for an IOS router.  It does not appear to work with the PIX though (syntax modified to match PIX commands, of course).  Thanks for the input though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The enable command is at privilege level 0 by default:&lt;/P&gt;&lt;P&gt;&lt;B&gt;testpix# sh privilege command enable&lt;/B&gt;&lt;/P&gt;&lt;P&gt;privilege configure level 0 mode enable command enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With connectivity to the TACACS server removed and logging in with the default pix username (privilege level 1) and enable password, here's what I see:&lt;/P&gt;&lt;P&gt;&lt;B&gt;Username: pix&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Password: *******&lt;/P&gt;&lt;P&gt;aaa server host machine not responding&lt;/P&gt;&lt;P&gt;Type help or '?' for a list of available commands.&lt;/P&gt;&lt;P&gt;testpix&amp;gt; en&lt;/P&gt;&lt;P&gt;aaa server host machine not responding&lt;/P&gt;&lt;P&gt;Command authorization failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since 'aaa authorization command TACACS+' is enabled, the PIX doesn't allow me to to run the enable command (or any other command for that matter), even though the user logged in (pix) is at privilege level 1 and the enable command is at privilege level 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2003 12:29:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194245#M1763</guid>
      <dc:creator>dlsaunders</dc:creator>
      <dc:date>2003-10-08T12:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: PIX, PDM and AAA problems</title>
      <link>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194246#M1764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I missed this earlier.  There is a known deficiency on the PIX for this and we have an open enhancement request to add multiple authorization methods to the PIX - CSCea04538.  At this point, your best bet is to bug your account team to get this feature added to upcoming PIX code.  Sorry for the inconveinence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2003 12:39:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194246#M1764</guid>
      <dc:creator>scoclayton</dc:creator>
      <dc:date>2003-10-08T12:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: PIX, PDM and AAA problems</title>
      <link>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194247#M1765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information.  I guarantee we will be bugging our account team on this one!  Thanks...  Dustin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2003 12:44:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/pix-pdm-and-aaa-problems/m-p/194247#M1765</guid>
      <dc:creator>dlsaunders</dc:creator>
      <dc:date>2003-10-08T12:44:51Z</dc:date>
    </item>
  </channel>
</rss>

