<?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 Configuring AAA authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150457#M436657</link>
    <description>&lt;P&gt;We have ACS 3.1 server to AAA authentication for all routers and switches. I want each person to log on the router using his own id, password and enable password. If the ACS server is unavailable, I want to have different id, password and enable password for console and telnet access. What's the proper way to do this? I also want to track all commands entered on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login no_tacacs enable&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username admin password 7 xxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication no_tacacs&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password 7 xxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:17:51 GMT</pubDate>
    <dc:creator>joytaylor</dc:creator>
    <dc:date>2019-03-10T14:17:51Z</dc:date>
    <item>
      <title>Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150457#M436657</link>
      <description>&lt;P&gt;We have ACS 3.1 server to AAA authentication for all routers and switches. I want each person to log on the router using his own id, password and enable password. If the ACS server is unavailable, I want to have different id, password and enable password for console and telnet access. What's the proper way to do this? I also want to track all commands entered on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login no_tacacs enable&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username admin password 7 xxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication no_tacacs&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password 7 xxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:17:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150457#M436657</guid>
      <dc:creator>joytaylor</dc:creator>
      <dc:date>2019-03-10T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150458#M436658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your config looks good for what you want to do, only issue you have is that you cannot have different enable password for different users when they are using local database. When you are using the local database you will use only one enable password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sujit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2003 23:42:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150458#M436658</guid>
      <dc:creator>sghosh</dc:creator>
      <dc:date>2003-05-12T23:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150459#M436659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how its working now as per the config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Your console port is authenticated using enable password&lt;/P&gt;&lt;P&gt;-For your telnet sessions:&lt;/P&gt;&lt;P&gt;You are getting authenticated via tacacs+ server, if its unvailable then it falls back to local database.  But your enable authentication falls back to the line password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if you want to authenticate/authorize and want to get accounting records using tacacs server and then if its unavailable fall back to local database for login and for enable authen, fall back to enable password, then this is what you might want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;no aaa authentication login no_tacacs enable  &amp;lt;--Remove this&lt;/P&gt;&lt;P&gt;no aaa authentication enable default group tacacs+ line&amp;lt;--Remove this&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable &amp;lt;---Add this&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization commands 0  default group tacacs+ local &amp;lt;--Add this to cover level 0 commands&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+ local &amp;lt;--Add this to cover level 1 commands&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 0 default start-stop group tacacs+  &amp;lt;-For level 0 accounting &lt;/P&gt;&lt;P&gt;aaa accounting commands 1 default start-stop group tacacs+ &amp;lt;--For level 1 acocunting &lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;aaa authorization console  --&amp;gt; This is required if you want to authorize console port.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, please don't forget to remove the following line from console port:&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;no login authentication no_tacacs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: Please don't forget to create atleast one admin account with priv level 15 before you apply the above commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username admin privilege 15 password cisco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help !  Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mynul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2003 23:51:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150459#M436659</guid>
      <dc:creator>mhoda</dc:creator>
      <dc:date>2003-05-12T23:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150460#M436660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mynul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the config. Now if I use this config, then for the console port I need to authenticate with Tacacs server, if the server fails am I using the admin account that I create with priv level 15?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This also holds true for telnet access also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..Joy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2003 15:32:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150460#M436660</guid>
      <dc:creator>joytaylor</dc:creator>
      <dc:date>2003-05-13T15:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150461#M436661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats right Joy.  Thanks, Mynul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2003 17:59:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150461#M436661</guid>
      <dc:creator>mhoda</dc:creator>
      <dc:date>2003-05-13T17:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150462#M436662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2003 18:16:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150462#M436662</guid>
      <dc:creator>joytaylor</dc:creator>
      <dc:date>2003-05-14T18:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150463#M436663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to know one more thing,&lt;/P&gt;&lt;P&gt;can we give all writes equal to Administrator.&lt;/P&gt;&lt;P&gt;means all log details a copy to one more user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2003 21:00:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa-authentication/m-p/150463#M436663</guid>
      <dc:creator>kirankumar</dc:creator>
      <dc:date>2003-08-01T21:00:07Z</dc:date>
    </item>
  </channel>
</rss>

