<?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 Struggling with aaa Authentication using TACACS+ in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679292#M25312</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am struggling to configure aaa authentication on my cisco switches.&amp;nbsp; Currently all of my devices are using a Corporate based Cisco ISE server to do TACACS+.&amp;nbsp; We are being spun out as a standalone company and I have to bring up our own TACACS+ server. To that end, I have purchased an application called &lt;A href="http://xperiencetech.com/" target="_blank"&gt;ClearBox TACACS+ &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the TACACS+ server setup to do a Windows AD Global Group lookup.&amp;nbsp; So far so good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the aaa setup on the switch:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;enable secret 5 [Secret 5 Hash Here]&lt;BR /&gt;username admin privilege 15 password 7 [Secret 7 hash here]&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa group server tacacs+ WPLG_TACACS&lt;BR /&gt; server name WPLG_TAC&lt;BR /&gt; ip tacacs source-interface Vlan10&lt;BR /&gt;aaa authentication login default group WPLG_TACACS local&lt;BR /&gt;aaa authentication login no_tacacs local&lt;BR /&gt;aaa authentication enable default group WPLG_TACACS enable&lt;BR /&gt;aaa accounting update newinfo&lt;BR /&gt;aaa accounting exec default stop-only group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 0 default stop-only group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 1 default stop-only group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 7 default start-stop group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 15 default stop-only group WPLG_TACACS&lt;BR /&gt;aaa session-id common&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;tacacs server WPLG_TAC&lt;BR /&gt; address ipv4 xxx.xxx.xxx.xxx&lt;BR /&gt; key 7 [Secret 7 hash here]&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;line con 0&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;BR /&gt;&amp;nbsp;privilege level 15&lt;BR /&gt;&amp;nbsp;login authentication no_tacacs&lt;BR /&gt;&amp;nbsp;stopbits 1&lt;BR /&gt;line vty 0&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;BR /&gt;line vty 1 4&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;BR /&gt;&amp;nbsp;length 0&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;BR /&gt;line vty 5 15&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A id="link_10" class="lia-link-navigation lia-js-predefined-label" href="https://community.cisco.com/t5/forums/postpage/board-id/5936-discussions-aaa-identity-and-nac#" name="AAA" target="_blank"&gt;AAA&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Here is my Authentication problem:&amp;nbsp; With the line "aaa authentication enable default group WPLG_TACACS enable" in the config, I can log in with my Domain user name and password when using putty SSH. This works as expected.&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;From a new console session I&amp;nbsp;get prompted for a username/password, and I can login as admin with the local admin password. That brings me right to the # prompt, enable mode.&amp;nbsp; Now, if I use the disable command to go back to the &amp;gt; prompt and then try to use the enable command again, the enable password will always fail. The admin password will also fail. I have to logout and start the console session again.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;If I remove this line; "aaa authentication enable default group WPLG_TACACS enable", I can log in using putty SSH, authenticate against my Windows AD Group and when using a console login I get prompted for the local admin username and password, I get to the enable prompt #. I can use the disable command to get back to the &amp;gt; prompt and then when I use the enable command, the local enable password will work.&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Is the normal behavior of do I have something reconfigured?&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Thanks!&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 16:01:44 GMT</pubDate>
    <dc:creator>jeggleston</dc:creator>
    <dc:date>2018-08-01T16:01:44Z</dc:date>
    <item>
      <title>Struggling with aaa Authentication using TACACS+</title>
      <link>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679292#M25312</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am struggling to configure aaa authentication on my cisco switches.&amp;nbsp; Currently all of my devices are using a Corporate based Cisco ISE server to do TACACS+.&amp;nbsp; We are being spun out as a standalone company and I have to bring up our own TACACS+ server. To that end, I have purchased an application called &lt;A href="http://xperiencetech.com/" target="_blank"&gt;ClearBox TACACS+ &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the TACACS+ server setup to do a Windows AD Global Group lookup.&amp;nbsp; So far so good.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the aaa setup on the switch:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;enable secret 5 [Secret 5 Hash Here]&lt;BR /&gt;username admin privilege 15 password 7 [Secret 7 hash here]&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa group server tacacs+ WPLG_TACACS&lt;BR /&gt; server name WPLG_TAC&lt;BR /&gt; ip tacacs source-interface Vlan10&lt;BR /&gt;aaa authentication login default group WPLG_TACACS local&lt;BR /&gt;aaa authentication login no_tacacs local&lt;BR /&gt;aaa authentication enable default group WPLG_TACACS enable&lt;BR /&gt;aaa accounting update newinfo&lt;BR /&gt;aaa accounting exec default stop-only group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 0 default stop-only group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 1 default stop-only group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 7 default start-stop group WPLG_TACACS&lt;BR /&gt;aaa accounting commands 15 default stop-only group WPLG_TACACS&lt;BR /&gt;aaa session-id common&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;tacacs server WPLG_TAC&lt;BR /&gt; address ipv4 xxx.xxx.xxx.xxx&lt;BR /&gt; key 7 [Secret 7 hash here]&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;line con 0&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;BR /&gt;&amp;nbsp;privilege level 15&lt;BR /&gt;&amp;nbsp;login authentication no_tacacs&lt;BR /&gt;&amp;nbsp;stopbits 1&lt;BR /&gt;line vty 0&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;BR /&gt;line vty 1 4&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;BR /&gt;&amp;nbsp;length 0&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;BR /&gt;line vty 5 15&lt;BR /&gt;&amp;nbsp;exec-timeout 60 0&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A id="link_10" class="lia-link-navigation lia-js-predefined-label" href="https://community.cisco.com/t5/forums/postpage/board-id/5936-discussions-aaa-identity-and-nac#" name="AAA" target="_blank"&gt;AAA&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;transport input ssh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Here is my Authentication problem:&amp;nbsp; With the line "aaa authentication enable default group WPLG_TACACS enable" in the config, I can log in with my Domain user name and password when using putty SSH. This works as expected.&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;From a new console session I&amp;nbsp;get prompted for a username/password, and I can login as admin with the local admin password. That brings me right to the # prompt, enable mode.&amp;nbsp; Now, if I use the disable command to go back to the &amp;gt; prompt and then try to use the enable command again, the enable password will always fail. The admin password will also fail. I have to logout and start the console session again.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;If I remove this line; "aaa authentication enable default group WPLG_TACACS enable", I can log in using putty SSH, authenticate against my Windows AD Group and when using a console login I get prompted for the local admin username and password, I get to the enable prompt #. I can use the disable command to get back to the &amp;gt; prompt and then when I use the enable command, the local enable password will work.&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Is the normal behavior of do I have something reconfigured?&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;Thanks!&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:01:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679292#M25312</guid>
      <dc:creator>jeggleston</dc:creator>
      <dc:date>2018-08-01T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with aaa Authentication using TACACS+</title>
      <link>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679420#M25313</link>
      <description>Sorry, the line:&lt;BR /&gt;Is the normal behavior of do I have something reconfigured?&lt;BR /&gt;Should have been:&lt;BR /&gt;Is this behavior normal or do I have something mis-configured?</description>
      <pubDate>Wed, 01 Aug 2018 18:04:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679420#M25313</guid>
      <dc:creator>jeggleston</dc:creator>
      <dc:date>2018-08-01T18:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with aaa Authentication using TACACS+</title>
      <link>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679855#M25314</link>
      <description>you have these lines:&lt;BR /&gt;aaa authentication login no_tacacs local&lt;BR /&gt;aaa authentication enable default group WPLG_TACACS enable&lt;BR /&gt;&lt;BR /&gt;So whenever you issue enable it will talk to WPLG_TACACS  (if available), if not then use local enable.&lt;BR /&gt;&lt;BR /&gt;So if you want you can try and make your T+ server unavailable to the NAD, if it will likely work for you.&lt;BR /&gt;or try add "none" to:&lt;BR /&gt;aaa authentication login no_tacacs local none&lt;BR /&gt;&lt;BR /&gt;btw what switch/router and IOS version ?</description>
      <pubDate>Thu, 02 Aug 2018 09:21:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679855#M25314</guid>
      <dc:creator>mbilgrav</dc:creator>
      <dc:date>2018-08-02T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with aaa Authentication using TACACS+</title>
      <link>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679858#M25315</link>
      <description>&lt;P&gt;bonus free tips: dont use ADMIN user, its prone to bruteforce dictionary attacks ! and change password to secret to avoid reverse hashing option of you password.&lt;BR /&gt;&lt;BR /&gt;username admin privilege 15 password 7 [Secret 7 hash here] - should be changed to :&lt;BR /&gt;username somefreakysuperadminusernamenotpronetodictionaryattacks privilege 15 secret [Secretpass here]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and on your T+ server, create a user called admin and disable it !&lt;/P&gt;
&lt;P&gt;happy AAA'ing !&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:27:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/struggling-with-aaa-authentication-using-tacacs/m-p/3679858#M25315</guid>
      <dc:creator>mbilgrav</dc:creator>
      <dc:date>2018-08-02T09:27:29Z</dc:date>
    </item>
  </channel>
</rss>

