<?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: user under PIX in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360237#M550129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sachinraja:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot create a local username called 'pix'. See my post above. This is due to the minimum length requirement for local account on PIX (4 characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2005 07:32:45 GMT</pubDate>
    <dc:creator>bphan</dc:creator>
    <dc:date>2005-03-29T07:32:45Z</dc:date>
    <item>
      <title>user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360232#M550124</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I manage many PIX in my company... but other people too...&lt;/P&gt;&lt;P&gt;I would like to put a special access for me (same username et password on all my PIX).&lt;/P&gt;&lt;P&gt;I can do that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user toto password titi priv 15&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication enable console LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in this case, we can't access with "virtual user" : pix !!!&lt;/P&gt;&lt;P&gt;My problem is that I want both access... of course, I don't have the "pix user" password ! I don't manage it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do that or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, will IOS 7 be ok with 501 and 506 ? and when ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:02:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360232#M550124</guid>
      <dc:creator>thibaut.leduc</dc:creator>
      <dc:date>2020-02-21T08:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360233#M550125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello thibaut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you enable LOCAL authentication, it will search for a valid username/password on the local database. you need to create any virtual user on pix to allow authentcation  using that. you can also do authorization locally and assign privilege levels to each user.. you can have admin privilege of 15 and u can assign another user will privilege 4, allowing him only acces to show commands..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username aaa password pass1 privilege 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege show level 5 command alias&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege show level 5 command apply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;privilege show level 5 command arp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the above show commands will be displayed for the user aaa...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX 7.0 will not be supported by 501 &amp;amp; 506.. You need to have a 515 atleast to support this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.. all the best.. rate replies if found useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2005 07:46:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360233#M550125</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2005-03-26T07:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360234#M550126</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;I believe you don't understand me... I want to keep "pix" user but I want to create an other user with privilege 15 (that's ok) ; but when I do that :&lt;/P&gt;&lt;P&gt;user toto password titi priv 15 &lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL &lt;/P&gt;&lt;P&gt;aaa authentication enable console LOCAL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"pix" user is disabled... how do I have 2 accounts "pix" and "toto" enabled ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 06:47:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360234#M550126</guid>
      <dc:creator>thibaut.leduc</dc:creator>
      <dc:date>2005-03-29T06:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360235#M550127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thibaut:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very interesting scenario. As sajinraja pointed out on the previous post, once AAA authentication for ssh/telnet is enabled using LOCAL or RADIUS/TACACS+ database, the default "pix" username for ssh authentication is no longer in effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the workaround for this is to create a username "pix" on your RADIUS or TACACS+ server, assign privilege 15 and same enable password for that user and enable AAA authentication pointing to the RADIUS/TACACS+ server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that you cannot create the user "pix" on your PIX LOCAL database, as the minimum length of username is 4 characters, and unfortunately 'pix' is only 3-character long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ Error message received when trying to create a local account called 'pix' ]&lt;/P&gt;&lt;P&gt;pixfirewall(config)# username pix password ww privilege 15&lt;/P&gt;&lt;P&gt;Minimum allowed username length is 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following documentation for more information on AAA Authentication/Authorization on PIX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800949d6.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00800949d6.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 07:25:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360235#M550127</guid>
      <dc:creator>bphan</dc:creator>
      <dc:date>2005-03-29T07:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360236#M550128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create another usrename.. thats it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user pix password pix priv 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 07:30:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360236#M550128</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2005-03-29T07:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360237#M550129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sachinraja:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot create a local username called 'pix'. See my post above. This is due to the minimum length requirement for local account on PIX (4 characters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Binh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 07:32:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360237#M550129</guid>
      <dc:creator>bphan</dc:creator>
      <dc:date>2005-03-29T07:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: user under PIX</title>
      <link>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360238#M550130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ooos.. Binh is right.. forgot the min character length parameter !!!!  why do you specifically want only the username to be pix ? create some other username  or use a radius or tacacs server...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Binh for the clarification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 07:33:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/user-under-pix/m-p/360238#M550130</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2005-03-29T07:33:30Z</dc:date>
    </item>
  </channel>
</rss>

