<?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 PIX/FWSM command authorization? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-fwsm-command-authorization/m-p/330023#M550464</link>
    <description>&lt;P&gt;Has anyone sucessfully implement command authorization on the PIX or FWSM?  I seem to be stumbling on the enable authentication part.  I can sucessfully authenticate a tacacs+ user, but when I try to authenticate the enable command, my tacacs server in debug mode returns the following:&lt;/P&gt;&lt;P&gt;enable query for 'admin' 24 from 10.1.2.4 rejected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my tacacs and FWSM config:&lt;/P&gt;&lt;P&gt;user = $enable$ {&lt;/P&gt;&lt;P&gt;        login = des xxxxx&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;user = $enab15$ {&lt;/P&gt;&lt;P&gt;        login = des xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user = admin {&lt;/P&gt;&lt;P&gt;       default service = permit&lt;/P&gt;&lt;P&gt;       login = file /etc/passwd&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;user = backup {&lt;/P&gt;&lt;P&gt;       login = nopassword&lt;/P&gt;&lt;P&gt;       cmd = write { permit net&lt;/P&gt;&lt;P&gt;       }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;user = readonly {&lt;/P&gt;&lt;P&gt;     login = des xxxxxx&lt;/P&gt;&lt;P&gt;     cmd = show {&lt;/P&gt;&lt;P&gt;                 permit  .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;     cmd = quit {&lt;/P&gt;&lt;P&gt;                 permit .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;     cmd = exit {&lt;/P&gt;&lt;P&gt;                 permit .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;     cmd = *    {&lt;/P&gt;&lt;P&gt;                deny .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 1 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ (outside) host 10.2.3.5 xxxxx timeout 10&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ (outside) host 10.1.2.3 xxxxx timeout 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console TACACS+ LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication enable console TACACS+ LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 08:01:05 GMT</pubDate>
    <dc:creator>gspadden</dc:creator>
    <dc:date>2020-02-21T08:01:05Z</dc:date>
    <item>
      <title>PIX/FWSM command authorization?</title>
      <link>https://community.cisco.com/t5/network-security/pix-fwsm-command-authorization/m-p/330023#M550464</link>
      <description>&lt;P&gt;Has anyone sucessfully implement command authorization on the PIX or FWSM?  I seem to be stumbling on the enable authentication part.  I can sucessfully authenticate a tacacs+ user, but when I try to authenticate the enable command, my tacacs server in debug mode returns the following:&lt;/P&gt;&lt;P&gt;enable query for 'admin' 24 from 10.1.2.4 rejected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my tacacs and FWSM config:&lt;/P&gt;&lt;P&gt;user = $enable$ {&lt;/P&gt;&lt;P&gt;        login = des xxxxx&lt;/P&gt;&lt;P&gt;        }&lt;/P&gt;&lt;P&gt;user = $enab15$ {&lt;/P&gt;&lt;P&gt;        login = des xxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user = admin {&lt;/P&gt;&lt;P&gt;       default service = permit&lt;/P&gt;&lt;P&gt;       login = file /etc/passwd&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;user = backup {&lt;/P&gt;&lt;P&gt;       login = nopassword&lt;/P&gt;&lt;P&gt;       cmd = write { permit net&lt;/P&gt;&lt;P&gt;       }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;user = readonly {&lt;/P&gt;&lt;P&gt;     login = des xxxxxx&lt;/P&gt;&lt;P&gt;     cmd = show {&lt;/P&gt;&lt;P&gt;                 permit  .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;     cmd = quit {&lt;/P&gt;&lt;P&gt;                 permit .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;     cmd = exit {&lt;/P&gt;&lt;P&gt;                 permit .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;     cmd = *    {&lt;/P&gt;&lt;P&gt;                deny .*&lt;/P&gt;&lt;P&gt;                }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+ &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ max-failed-attempts 3 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ deadtime 1 &lt;/P&gt;&lt;P&gt;aaa-server TACACS+ (outside) host 10.2.3.5 xxxxx timeout 10&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ (outside) host 10.1.2.3 xxxxx timeout 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ssh console TACACS+ LOCAL&lt;/P&gt;&lt;P&gt;aaa authentication enable console TACACS+ LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:01:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-fwsm-command-authorization/m-p/330023#M550464</guid>
      <dc:creator>gspadden</dc:creator>
      <dc:date>2020-02-21T08:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: PIX/FWSM command authorization?</title>
      <link>https://community.cisco.com/t5/network-security/pix-fwsm-command-authorization/m-p/330024#M550465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to login with admin capability to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2005 17:42:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-fwsm-command-authorization/m-p/330024#M550465</guid>
      <dc:creator>umedryk</dc:creator>
      <dc:date>2005-03-22T17:42:38Z</dc:date>
    </item>
  </channel>
</rss>

