<?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: AAA Authentication Question in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531404#M263533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. in "User setup", check "Advanced TACACS+ Settings", there should be an option for where to check "enable" password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. System will use local database only if the configured TACACS+ server is not responding to authentication request. Run some debug to see if it is the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Oct 2010 15:17:56 GMT</pubDate>
    <dc:creator>Yudong Wu</dc:creator>
    <dc:date>2010-10-28T15:17:56Z</dc:date>
    <item>
      <title>AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531403#M263532</link>
      <description>&lt;P&gt;Here is the config I have on a switch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login vtylogin group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login conlogin group tacacs+ enable none&lt;/P&gt;&lt;P&gt;aaa authentication enable default tacacs+ enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now here are my issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- When I login from console my login from Tacacs works, but when I type "enable" and try to use my Active Directory password it does not work.&amp;nbsp; Then I try the enable password, it does not work.&amp;nbsp; However if I change the 4th Line to "aaa authentication enable default enable", I can proceed using the enable password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- My second issue is when I SSH into the switch, I only want it to use the tacacs server and only use local database when the tacacs is not available.&amp;nbsp; However even when tacacs is available I am still able to log into it using the local user account.&amp;nbsp; I am assuming that is by design?&amp;nbsp; Is there a way to stop that if it is not by design?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 455px; height: 61px;"&gt;&lt;COL style="width: 341pt;" width="455" /&gt; &lt;TBODY&gt;&lt;TR style="height: 15pt;"&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;TD class="xl64" height="20" style="height: 15pt; border-top: medium none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15pt;"&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:31:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531403#M263532</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2019-03-11T00:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531404#M263533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. in "User setup", check "Advanced TACACS+ Settings", there should be an option for where to check "enable" password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. System will use local database only if the configured TACACS+ server is not responding to authentication request. Run some debug to see if it is the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 15:17:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531404#M263533</guid>
      <dc:creator>Yudong Wu</dc:creator>
      <dc:date>2010-10-28T15:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531405#M263534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply, I will check on the first setting.&amp;nbsp; However for the seconnd part, system is using the local database but it is using it even if tacacs is available.&amp;nbsp; I do not want the system to be able to use the local database if tacacs is availble.&amp;nbsp; So basically I can login using the Active Directory account as well as the local database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 15:32:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531405#M263534</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2010-10-28T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531406#M263535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will only use local database if tacacs+ server is unavailable.&lt;/P&gt;&lt;P&gt;do a debug aaa authentication to be sure it isn't using tacacs+.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 19:48:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531406#M263535</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-10-28T19:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531407#M263536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know that but I do not want it to use the local database if tacacs is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 12:56:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531407#M263536</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2010-11-01T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531408#M263537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it won't use you local database unless your tacacs+ server is unavailable so I really don't see the problem.&lt;/P&gt;&lt;P&gt;If the router uses your local database to authenticate then there is a communication problem with your tacacs+ server so he is using the next method listed in your command which is local database. As I said before do a debug aaa authentication and you will see the router is attempting to communicate with the tacacs+ server and only if it times out then is he going to use an alternative method if it is listed in method list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:07:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531408#M263537</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2010-11-01T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531409#M263538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok let me try to explain this agagin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- There is no communication problem as I can login using tacacs without any problems.&amp;nbsp; If I remove the "local" keyword from the line and only leave tacacs+ it works and even if I leave "local" after tacacs+ it still works.&lt;/P&gt;&lt;P&gt;2- However at the same time I can also use the local account to login. &lt;/P&gt;&lt;P&gt;3- I have looked at the debug and tacacs authentication works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:37:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531409#M263538</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2010-11-01T18:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531410#M263539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use the local user account to login to device, can you check if you can see the log in "passed authentication attemp" on ACS box? If yes, could you please check your ACS local user DB to see it the same account was created by a mistaken?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:10:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531410#M263539</guid>
      <dc:creator>Yudong Wu</dc:creator>
      <dc:date>2010-11-01T19:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531411#M263540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that was the issue I still don't have access to the ACS yet since I'm new so I asked one of my co workers to check and yup local account was defined in the ACS, after disabling it, it works now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 19:31:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531411#M263540</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2010-11-01T19:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531412#M263541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I facing same issue, i have dont have same user configured in TACACS as local user but still i am able to login through tacacs by user1 as well locally at te same time by user2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what could be the issue. my ACS version is 4.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 06:54:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531412#M263541</guid>
      <dc:creator>size57</dc:creator>
      <dc:date>2011-01-04T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Authentication Question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531413#M263542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your AAA and VTY settings if you can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jan 2011 14:09:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-question/m-p/1531413#M263542</guid>
      <dc:creator>ALIAOF_</dc:creator>
      <dc:date>2011-01-04T14:09:29Z</dc:date>
    </item>
  </channel>
</rss>

