<?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 Hi,I enabled authorization in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563111#M71986</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I enabled authorization for the exec shell with the following line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;Now the tacacs+ login does not work at all, throws "% Authorization failed."&amp;nbsp;This is what the debug log shows&lt;/P&gt;&lt;P&gt;Nov 17 23:16:14: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:16:16: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:16:24: AAA/AUTHOR (0x0): Pick method list 'default'&lt;BR /&gt;Nov 17 23:16:24: AAA/AUTHOR/EXEC(00000000): Authorization FAILED&lt;BR /&gt;Nov 17 23:16:32: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remove that line tacacs+ works but the issue of having to supply enable password remains. This is what the debug low in this situation.&lt;/P&gt;&lt;P&gt;Nov 17 23:16:39: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:13: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:17: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:17: %SYS-5-CONFIG_I: Configured from console by xxxx on vty0 (xxx.xxx.xxx.xxx)&lt;BR /&gt;Nov 17 23:17:47: AAA/AUTHOR (00000000): Method list id=0 not configured. Skip author&lt;BR /&gt;Nov 17 23:17:49: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:49: AAA: parse name=tty3 idb type=-1 tty=-1&lt;BR /&gt;Nov 17 23:17:49: AAA: name=tty3 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=3 channel=0&lt;BR /&gt;Nov 17 23:17:49: AAA/MEMORY: create_user (0x7C8274CC) user='xxxx' ruser='NULL' ds0=0 port='tty3' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 initial_task_id='0', vrf= (id=0)&lt;BR /&gt;Nov 17 23:17:56: AAA/MEMORY: free_user (0x7C8274CC) user='NULL' ruser='NULL' port='tty3' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)&lt;BR /&gt;Nov 17 23:18:01: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 l&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same tacacs+ user can login fine on another similar router.&lt;/P&gt;&lt;P&gt;Any clue? Let me know if you need more information.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2014 07:30:36 GMT</pubDate>
    <dc:creator>keshu1974</dc:creator>
    <dc:date>2014-11-18T07:30:36Z</dc:date>
    <item>
      <title>tacac+ logins asking for enable password</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563109#M71981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;7609 with the following IOS version.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-ADVIPSERVICES-M), Version 15.2(4)S4a, RELEASE SOFTWARE (fc1)&lt;/P&gt;&lt;P&gt;Tacacs+ users can successfully&amp;nbsp;login via telnet but its asking for the enable password to go to privilege mode. I have tried everything I could but it keeps asking for the enable password.&amp;nbsp;How do I get rid of the enable password for the tacacs+ users? The following is the current relevant config.&lt;/P&gt;&lt;P&gt;enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ TAC_PLUS&lt;BR /&gt;&amp;nbsp;server name AUTH&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group TAC_PLUS local&lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 0 default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;BR /&gt;aaa accounting system default start-stop group tacacs+&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;tacacs server AUTH&lt;BR /&gt;&amp;nbsp;address ipv4 xx.xx.xx.xx&lt;BR /&gt;&amp;nbsp;key 7 xxxxxxxxxxxxxxxxxxxxx&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;&amp;nbsp;session-timeout 15&lt;BR /&gt;&amp;nbsp;access-class 10 in&lt;BR /&gt;&amp;nbsp;exec-timeout 120 0&lt;BR /&gt;&amp;nbsp;timeout login response 15&lt;BR /&gt;&amp;nbsp;transport input telnet&lt;BR /&gt;!&lt;BR /&gt;ip telnet source-interface Loopback1&lt;BR /&gt;ip tacacs source-interface Loopback1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 05:11:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563109#M71981</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2019-03-11T05:11:24Z</dc:date>
    </item>
    <item>
      <title>So you have the</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563110#M71982</link>
      <description>&lt;P&gt;So you have the "authentication" part configured but you have done no "authorization" related configurations. You have several options here but at the very minimum you can:&lt;/P&gt;&lt;P&gt;- Enable aaa authorization for the exec shell&lt;/P&gt;&lt;P&gt;- Use your AAA/Tacacs+ server to return the appropriate privilege level for the authenticated user&lt;/P&gt;&lt;P&gt;Here is a good example that involves ACS 5.x:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/c/en/us/support/docs/security/secure-access-control-system/113590-acs5-tacacs-config.html"&gt;http://www.cisco.com/c/en/us/support/docs/security/secure-access-control-system/113590-acs5-tacacs-config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, I would highly recommend that you configure a second method for authentication/authorization outside of TACACS+. That way if your TACACS+ server(s) become unavailable, administrators can still authenticate and administer the device. The example, from the link above uses the "local" database.&lt;/P&gt;&lt;P&gt;Another good reference is this Cisco Press book:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ciscopress.com/store/aaa-identity-management-security-9781587141447"&gt;http://www.ciscopress.com/store/aaa-identity-management-security-9781587141447&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you for rating helpful posts!&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 04:30:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563110#M71982</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-11-18T04:30:13Z</dc:date>
    </item>
    <item>
      <title>Hi,I enabled authorization</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563111#M71986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I enabled authorization for the exec shell with the following line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;Now the tacacs+ login does not work at all, throws "% Authorization failed."&amp;nbsp;This is what the debug log shows&lt;/P&gt;&lt;P&gt;Nov 17 23:16:14: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:16:16: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:16:24: AAA/AUTHOR (0x0): Pick method list 'default'&lt;BR /&gt;Nov 17 23:16:24: AAA/AUTHOR/EXEC(00000000): Authorization FAILED&lt;BR /&gt;Nov 17 23:16:32: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I remove that line tacacs+ works but the issue of having to supply enable password remains. This is what the debug low in this situation.&lt;/P&gt;&lt;P&gt;Nov 17 23:16:39: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:13: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:17: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:17: %SYS-5-CONFIG_I: Configured from console by xxxx on vty0 (xxx.xxx.xxx.xxx)&lt;BR /&gt;Nov 17 23:17:47: AAA/AUTHOR (00000000): Method list id=0 not configured. Skip author&lt;BR /&gt;Nov 17 23:17:49: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 17 23:17:49: AAA: parse name=tty3 idb type=-1 tty=-1&lt;BR /&gt;Nov 17 23:17:49: AAA: name=tty3 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=3 channel=0&lt;BR /&gt;Nov 17 23:17:49: AAA/MEMORY: create_user (0x7C8274CC) user='xxxx' ruser='NULL' ds0=0 port='tty3' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 initial_task_id='0', vrf= (id=0)&lt;BR /&gt;Nov 17 23:17:56: AAA/MEMORY: free_user (0x7C8274CC) user='NULL' ruser='NULL' port='tty3' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)&lt;BR /&gt;Nov 17 23:18:01: AAA/AUTHOR: auth_need : user= 'xxxx' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 15 l&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The same tacacs+ user can login fine on another similar router.&lt;/P&gt;&lt;P&gt;Any clue? Let me know if you need more information.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 07:30:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563111#M71986</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2014-11-18T07:30:36Z</dc:date>
    </item>
    <item>
      <title>What are you using for a AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563112#M71989</link>
      <description>&lt;P&gt;What are you using for a AAA server and what is the authorization profile that you are returning for this user? More specifically what attributes?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 07:36:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563112#M71989</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-11-18T07:36:43Z</dc:date>
    </item>
    <item>
      <title>Hi,Using tac_plus on CentOS.</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563113#M71990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Using tac_plus on CentOS. Here is how its setup.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;group = nwadmin {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;default service = permit&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;service = exec {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;priv-lvl = 15&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;user = user1 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; login = des $1$XXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;&amp;nbsp; &amp;nbsp; member = nwadmin&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 07:55:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563113#M71990</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2014-11-18T07:55:00Z</dc:date>
    </item>
    <item>
      <title>Hmm, what debug commands do</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563114#M71992</link>
      <description>&lt;P&gt;Hmm, what debug commands do you have enabled? Do you have:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;debug tacacs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;debug aaa authentication&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;debug aaa authorization&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 08:16:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563114#M71992</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-11-18T08:16:06Z</dc:date>
    </item>
    <item>
      <title>Hi,I did not have aaa</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563115#M71995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did not have aaa authentication and tacacs debugging enabled. I have enabled them all&amp;nbsp;and this is what it shows when tacacs+ works but have to type the enable password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nov 18 07:39:35: AAA/AUTHEN/LOGIN (00000000): Pick method list 'default'&lt;BR /&gt;Nov 18 07:39:35: TPLUS: Queuing AAA Authentication request 0 for processing&lt;BR /&gt;Nov 18 07:39:35: TPLUS: processing authentication start request id 0&lt;BR /&gt;Nov 18 07:39:35: TPLUS: Authentication start packet created for 0()&lt;BR /&gt;Nov 18 07:39:35: TPLUS: Using server xx.xxx.xxx.xxx&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/NB_WAIT/56CA2684: Started 5 sec timeout&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/NB_WAIT: socket event 2&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/NB_WAIT: wrote entire 20 bytes request&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/READ: Would block while reading&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 43 bytes data)&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/READ: read entire 55 bytes response&lt;BR /&gt;Nov 18 07:39:35: TPLUS(00000000)/0/56CA2684: Processing the reply packet&lt;BR /&gt;Nov 18 07:39:35: TPLUS: Received authen response status GET_USER (7)&lt;BR /&gt;Nov 18 07:39:37: TPLUS: Queuing AAA Authentication request 0 for processing&lt;BR /&gt;Nov 18 07:39:37: TPLUS: processing authentication continue request id 0&lt;BR /&gt;Nov 18 07:39:37: TPLUS: Authentication continue packet generated for 0&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/WRITE/4752E370: Started 5 sec timeout&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/WRITE: wrote entire 24 bytes request&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 16 bytes data)&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/READ: read entire 28 bytes response&lt;BR /&gt;Nov 18 07:39:37: TPLUS(00000000)/0/4752E370: Processing the reply packet&lt;BR /&gt;Nov 18 07:39:37: TPLUS: Received authen response status GET_PASSWORD (8)&lt;BR /&gt;Nov 18 07:39:41: TPLUS: Queuing AAA Authentication request 0 for processing&lt;BR /&gt;Nov 18 07:39:41: TPLUS: processing authentication continue request id 0&lt;BR /&gt;Nov 18 07:39:41: TPLUS: Authentication continue packet generated for 0&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/WRITE/55F31F34: Started 5 sec timeout&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/WRITE: wrote entire 27 bytes request&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 6 bytes data)&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/READ: read entire 18 bytes response&lt;BR /&gt;Nov 18 07:39:41: TPLUS(00000000)/0/55F31F34: Processing the reply packet&lt;BR /&gt;Nov 18 07:39:41: TPLUS: Received authen response status PASS (2)&lt;BR /&gt;Nov 18 07:39:41: AAA/AUTHOR (00000000): Method list id=0 not configured. Skip author&lt;BR /&gt;Nov 18 07:39:42: AAA/AUTHOR: auth_need : user= 'user1' ruser= 'r17609'rem_addr= 'xxx.xxx.xxx.xxx' priv= 0 list= '' AUTHOR-TYPE= 'commands'&lt;BR /&gt;Nov 18 07:39:42: AAA: parse name=tty1 idb type=-1 tty=-1&lt;BR /&gt;Nov 18 07:39:42: AAA: name=tty1 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=1 channel=0&lt;BR /&gt;Nov 18 07:39:42: AAA/MEMORY: create_user (0x776722A4) user='user1' ruser='NULL' ds0=0 port='tty1' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 initial_task_id='0', vrf= (id=0)&lt;BR /&gt;Nov 18 07:39:42: AAA/AUTHEN/START (2568611223): port='tty1' list='' action=LOGIN service=ENABLE&lt;BR /&gt;Nov 18 07:39:42: AAA/AUTHEN/START (2568611223): non-console enable - default to enable password&lt;BR /&gt;Nov 18 07:39:42: AAA/AUTHEN/START (2568611223): Method=ENABLE&lt;BR /&gt;Nov 18 07:39:42: AAA/AUTHEN (2568611223): status = GETPASS&lt;BR /&gt;Nov 18 07:39:48: AAA/AUTHEN/CONT (2568611223): continue_login (user='(undef)')&lt;BR /&gt;Nov 18 07:39:48: AAA/AUTHEN (2568611223): status = GETPASS&lt;BR /&gt;Nov 18 07:39:48: AAA/AUTHEN/CONT (2568611223): Method=ENABLE&lt;BR /&gt;Nov 18 07:39:48: AAA/AUTHEN (2568611223): status = PASS&lt;BR /&gt;Nov 18 07:39:48: AAA/MEMORY: free_user (0x776722A4) user='NULL' ruser='NULL' port='tty1' rem_addr='xxx.xxx.xxx.xxx' authen_type=ASCII service=ENABLE priv=15 vrf= (id=0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:58:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563115#M71995</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2014-11-18T15:58:11Z</dc:date>
    </item>
    <item>
      <title>And this is what I see when I</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563116#M71998</link>
      <description>&lt;P&gt;And this is what I see when I try logging in with aaa authorization enabled(when the tacacs+ login fails with %Authorization failed.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nov 18 08:08:32: AAA/AUTHEN/LOGIN (00000000): Pick method list 'default'&lt;BR /&gt;Nov 18 08:08:32: TPLUS: Queuing AAA Authentication request 0 for processing&lt;BR /&gt;Nov 18 08:08:32: TPLUS: processing authentication start request id 0&lt;BR /&gt;Nov 18 08:08:32: TPLUS: Authentication start packet created for 0()&lt;BR /&gt;Nov 18 08:08:32: TPLUS: Using server xxx.xxx.xxx.xxx&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/NB_WAIT/52B2BA68: Started 5 sec timeout&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/NB_WAIT: socket event 2&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/NB_WAIT: wrote entire 20 bytes request&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/READ: Would block while reading&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 43 bytes data)&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/READ: read entire 55 bytes response&lt;BR /&gt;Nov 18 08:08:32: TPLUS(00000000)/0/52B2BA68: Processing the reply packet&lt;BR /&gt;Nov 18 08:08:32: TPLUS: Received authen response status GET_USER (7)&lt;BR /&gt;Nov 18 08:08:34: TPLUS: Queuing AAA Authentication request 0 for processing&lt;BR /&gt;Nov 18 08:08:34: TPLUS: processing authentication continue request id 0&lt;BR /&gt;Nov 18 08:08:34: TPLUS: Authentication continue packet generated for 0&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/WRITE/52B2BA68: Started 5 sec timeout&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/WRITE: wrote entire 24 bytes request&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 16 bytes data)&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/READ: read entire 28 bytes response&lt;BR /&gt;Nov 18 08:08:34: TPLUS(00000000)/0/52B2BA68: Processing the reply packet&lt;BR /&gt;Nov 18 08:08:34: TPLUS: Received authen response status GET_PASSWORD (8)&lt;BR /&gt;Nov 18 08:08:38: TPLUS: Queuing AAA Authentication request 0 for processing&lt;BR /&gt;Nov 18 08:08:38: TPLUS: processing authentication continue request id 0&lt;BR /&gt;Nov 18 08:08:38: TPLUS: Authentication continue packet generated for 0&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/WRITE/52B2BA68: Started 5 sec timeout&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/WRITE: wrote entire 27 bytes request&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/READ: read entire 12 header bytes (expect 6 bytes data)&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/READ: socket event 1&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/READ: read entire 18 bytes response&lt;BR /&gt;Nov 18 08:08:38: TPLUS(00000000)/0/52B2BA68: Processing the reply packet&lt;BR /&gt;Nov 18 08:08:38: TPLUS: Received authen response status PASS (2)&lt;BR /&gt;Nov 18 08:08:38: AAA/AUTHOR (0x0): Pick method list 'default'&lt;BR /&gt;Nov 18 08:08:38: AAA/AUTHOR/EXEC(00000000): Authorization FAILED&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 16:19:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563116#M71998</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2014-11-18T16:19:07Z</dc:date>
    </item>
    <item>
      <title>hmm, it looks like your</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563117#M72003</link>
      <description>&lt;P&gt;hmm, it looks like your authentication is passing but you are failing the authorization part. I just tested this in my lab with ACS and had no problems with it. Here is my simple config:&lt;/P&gt;

&lt;PRE&gt;
NS-3560-E#sh run | sec aaa
aaa new-model
aaa authentication login vty group tacacs+ local
aaa authorization exec default group tacacs+ local 
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa session-id common
NS-3560-E#sh run | sec line
line con 0
line vty 0 4
 login authentication vty
line vty 5 15
 login authentication vty&lt;/PRE&gt;

&lt;P&gt;I am returning an authorization profile that just sets the user to be with privilege level 15. So I suspect that the issue is with your TACACS+ configuration.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 19:16:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563117#M72003</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-11-18T19:16:05Z</dc:date>
    </item>
    <item>
      <title>I guess I am gonna have to</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563118#M72006</link>
      <description>&lt;P&gt;I guess I am gonna have to give up. The same config works on all the other gears connecting to the same tacacs&amp;nbsp;server, only this particular 7609 show this issue. I think I hit a bug. Thank you for all your help so far.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 05:31:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563118#M72006</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2014-11-19T05:31:37Z</dc:date>
    </item>
    <item>
      <title>Ah, I did not know that only</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563119#M72009</link>
      <description>&lt;P&gt;Ah, I did not know that only this device is giving you issues. If you have the same syntax on the other devices then it is very probable that you are hitting a bug. What version of code are you running?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 08:07:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563119#M72009</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-11-19T08:07:08Z</dc:date>
    </item>
    <item>
      <title>Sorry for the delayed</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563120#M72021</link>
      <description>&lt;P&gt;Sorry for the delayed response, its&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Cisco IOS Software, c7600s72033_rp Software (c7600s72033_rp-ADVIPSERVICES-M), Version 15.2(4)S4a, RELEASE SOFTWARE (fc1)&lt;/SPAN&gt;&lt;BR /&gt;Compiled Mon 07-Oct-13 21:48 by prod_rel_team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2014 19:12:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563120#M72021</guid>
      <dc:creator>keshu1974</dc:creator>
      <dc:date>2014-11-20T19:12:38Z</dc:date>
    </item>
    <item>
      <title>I could not find any bugs</title>
      <link>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563121#M72022</link>
      <description>&lt;P&gt;I could not find any bugs related to AAA/TACACS+ with that version of code. However, that does not mean that an actual bug does not exist &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I would recommend contacting Cisco and get their input.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 00:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacac-logins-asking-for-enable-password/m-p/2563121#M72022</guid>
      <dc:creator>nspasov</dc:creator>
      <dc:date>2014-11-21T00:21:29Z</dc:date>
    </item>
  </channel>
</rss>

