<?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: local username and password if ACS server fails in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720971#M238861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first line was ok but it wont accept the second line: &lt;STRONG&gt;aaa&amp;nbsp; authentication enable default group tacacs+ local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so i have had to leave it as aaa&amp;nbsp; authentication enable default group tacacs+ enable until i work out why its wont accept the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the config on one switch by turning off Tacacs for that one switch.&amp;nbsp; It prompted me for the local username and password and i logged in ok.&amp;nbsp; But i had to login with the enable password on the router until i work why the line above in bold wont go on the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The switch involved is a C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why it wont accept &lt;STRONG&gt;aaa&amp;nbsp; authentication enable default group tacacs+ local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Did that line work ok on your switch / router config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 15:40:38 GMT</pubDate>
    <dc:creator>ohareka70</dc:creator>
    <dc:date>2011-04-20T15:40:38Z</dc:date>
    <item>
      <title>local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720967#M238852</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have every router and switch setup for login authentication via the ACS server.&amp;nbsp; I have used these 12 lines below and it is working fine.&amp;nbsp; Every engineer has their own account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;BR /&gt;aaa authentication login default group tacacs+ enable&lt;BR /&gt;aaa authentication enable default group tacacs+ enable&lt;BR /&gt;aaa authorization exec default if-authenticated &lt;BR /&gt;aaa authorization commands 15 default group tacacs+ if-authenticated &lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;BR /&gt;aaa accounting connection default start-stop group tacacs+&lt;BR /&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;tacacs-server key WHATEVER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------&lt;/P&gt;&lt;P&gt;I would like to add to this a local username and password so that if the ACS server was offline the engineers would still have to login with a default username and password i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username MYUSERNAME privilege 15 secret mypassword&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;line vty 0 4 &lt;BR /&gt; login local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q.&amp;nbsp; How do i do this so ACS server has first preference and users only login with local username and password if the ACS server is down?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:59:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720967#M238852</guid>
      <dc:creator>ohareka70</dc:creator>
      <dc:date>2019-03-11T00:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720968#M238854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right now you have the enable password as the fall back method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change "enable" to "local" and the local (on the router) database of usernames and passwords will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same works for enable authentication (the second "aaa authentication ..." line in the config you posted).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 16:46:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720968#M238854</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2011-04-13T16:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720969#M238856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Javier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did try this and what this does is let me login with the local account but bypasses the tacacs account.&amp;nbsp; I want it to use the Tacacs account first and only use the local account when the Tacacs account fails.&amp;nbsp; Maybe this is not possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put it back to the way it was and stop the ACS server then it falls back to the enable password on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:48:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720969#M238856</guid>
      <dc:creator>ohareka70</dc:creator>
      <dc:date>2011-04-19T10:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720970#M238858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;no login local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no aaa authentication login default group tacacs+ enable&lt;BR /&gt;no aaa&amp;nbsp; authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;BR /&gt;aaa&amp;nbsp; authentication enable default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the authentication will head to your tacacs server first and then to local only if the TACACS server is down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Please mark this thread as answered if you feel your query is resolved. Do rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 13:59:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720970#M238858</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-04-20T13:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720971#M238861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first line was ok but it wont accept the second line: &lt;STRONG&gt;aaa&amp;nbsp; authentication enable default group tacacs+ local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;so i have had to leave it as aaa&amp;nbsp; authentication enable default group tacacs+ enable until i work out why its wont accept the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested the config on one switch by turning off Tacacs for that one switch.&amp;nbsp; It prompted me for the local username and password and i logged in ok.&amp;nbsp; But i had to login with the enable password on the router until i work why the line above in bold wont go on the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The switch involved is a C2960 Software (C2960-LANBASE-M), Version 12.2(35)SE5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why it wont accept &lt;STRONG&gt;aaa&amp;nbsp; authentication enable default group tacacs+ local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Did that line work ok on your switch / router config?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 15:40:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720971#M238861</guid>
      <dc:creator>ohareka70</dc:creator>
      <dc:date>2011-04-20T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720972#M238862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologizes.. the command you have is correct . The local option is not present for enable authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 16:27:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720972#M238862</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-04-20T16:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: local username and password if ACS server fails</title>
      <link>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720973#M238865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy enough now that i have a config that will do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 08:40:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/local-username-and-password-if-acs-server-fails/m-p/1720973#M238865</guid>
      <dc:creator>ohareka70</dc:creator>
      <dc:date>2011-04-21T08:40:31Z</dc:date>
    </item>
  </channel>
</rss>

