<?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: TACACS+ for Console ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337026#M903326</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is because you need to configure a user called enable_15 on your tacacs server.&lt;/P&gt;
&lt;P&gt;If you take a look on your logs, you should see an authorization failed coming from that user enable_15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 24 Feb 2018 01:40:39 GMT</pubDate>
    <dc:creator>Francesco Molino</dc:creator>
    <dc:date>2018-02-24T01:40:39Z</dc:date>
    <item>
      <title>TACACS+ for Console ASA</title>
      <link>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3336850#M903325</link>
      <description>&lt;P&gt;Hello all, &lt;BR /&gt;&lt;BR /&gt;I am trying to use TACACS for authentication / authorization. My setup is shown below.&lt;/P&gt;
&lt;P&gt;On the Router, everything works really well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the ASA, I can ssh, telnet and http with no issues and I am going straight to privilege level 15 (example below is ssh)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ciscoasa# show curpriv 
Username : theo 
Current privilege level : 15
Current Mode/ s : P_PRIV &lt;/PRE&gt;
&lt;P&gt;but when I use the console, after logging I am in user-mode&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ciscoasa&amp;gt; show curpriv 
Username : theo 
Current privilege level : 1
Current Mode/ s : P_UNPR&lt;/PRE&gt;
&lt;P&gt;I can enter the enable password, but after that I cannot access anything, not even the show commands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ciscoasa&amp;gt; enable 15
Password : *******
ciscoasa# conf t
Command authorization failed&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="TACACS+ Lab.png" style="width: 525px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/7931iEEAB4A88852D4814/image-size/large?v=v2&amp;amp;px=999" role="button" title="TACACS+ Lab.png" alt="TACACS+ Lab.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cisco IOS &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R1#show running-config | include aaa
aaa new-model
aaa authentication login REMOTE-LOGIN group tacacs+ local
aaa authorization exec REMOTE-AUTHOR group tacacs+ local
aaa authorization commands 15 REMOTE-EXEC-AUTHOR group tacacs+ local
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R1#show run | include tacacs-server
tacacs-server host 10.11.3.21 key Cisco123
tacacs-server key Cisco123
&lt;/PRE&gt;
&lt;PRE&gt;R1#show run | section vty
line vty 0 4
 authorization commands 15 REMOTE-EXEC-AUTHOR
 authorization exec REMOTE-AUTHOR
 login authentication REMOTE-LOGIN
line vty 5 935
 authorization commands 15 REMOTE-EXEC-AUTHOR
 authorization exec REMOTE-AUTHOR
 login authentication REMOTE-LOGIN
&lt;/PRE&gt;
&lt;P&gt;Cisco ASA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ciscoasa# show running-config aaa 
aaa  authentication telnet console TACACS-Servers LOCAL 
aaa authentication http console TACACS-Servers LOCAL 
aaa authentication serial console TACACS-Servers LOCAL 
aaa authentication ssh console TACACS-Servers LOCAL 
aaa authorization command TACACS-Servers LOCAL 
aaa authorization exec authentication-server auto-enable 
aaa authentication login-history &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ciscoasa# show run aaa-server 
aaa-server TACACS-Servers protocol tacacs+ 
aaa-server TACACS-Servers (Inside) host 10.11.3.21 &lt;BR /&gt;  key *****&lt;/PRE&gt;
&lt;P&gt;Linux&amp;nbsp; /etc/tac_plus.conf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;group = network-admin {
         default service = permit
        login = PAM
        service = exec {
        priv-lvl = 15
        }&lt;BR /&gt;&lt;BR /&gt;user = theo {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; login = PAM&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; member = network-admin&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:25:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3336850#M903325</guid>
      <dc:creator>Theofilos Tzachristas</dc:creator>
      <dc:date>2020-02-21T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS+ for Console ASA</title>
      <link>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337026#M903326</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is because you need to configure a user called enable_15 on your tacacs server.&lt;/P&gt;
&lt;P&gt;If you take a look on your logs, you should see an authorization failed coming from that user enable_15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2018 01:40:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337026#M903326</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2018-02-24T01:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS+ for Console ASA</title>
      <link>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337102#M903327</link>
      <description>&lt;P&gt;Perfect! That worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;user = enable_15 {
        default service = permit
        service = exec {
        priv-lvl = 15
        }
}
&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TACACS+ Lab-Solution.png" style="width: 403px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/7957i2BA54FB5B405CB3C/image-size/large?v=v2&amp;amp;px=999" role="button" title="TACACS+ Lab-Solution.png" alt="TACACS+ Lab-Solution.png" /&gt;&lt;/span&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Feb 2018 09:55:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337102#M903327</guid>
      <dc:creator>Theofilos Tzachristas</dc:creator>
      <dc:date>2018-02-24T09:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS+ for Console ASA</title>
      <link>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337245#M903328</link>
      <description>Glad that your issue is solved.</description>
      <pubDate>Sat, 24 Feb 2018 23:17:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/tacacs-for-console-asa/m-p/3337245#M903328</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2018-02-24T23:17:09Z</dc:date>
    </item>
  </channel>
</rss>

