<?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 enable default group tacacs+ enable in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659594#M422460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about this command&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will this also works on dial-in interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 15:55:39 GMT</pubDate>
    <dc:creator>cassinhee</dc:creator>
    <dc:date>2006-11-15T15:55:39Z</dc:date>
    <item>
      <title>aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659589#M422455</link>
      <description>&lt;P&gt;I am implementing CSACS 4.0. First on the client, I will apply aaa authenticatio/ authorization under vty. The issure if I use the followin command &lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;what will happen if I login via console? Will I be required to enter any username/password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login authvty group TACACS +  local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 authvty TACACS+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TACACS-server host IP&lt;/P&gt;&lt;P&gt;Tacacs-server key key&lt;/P&gt;&lt;P&gt;Ip tacacs source-interface VLAN 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa accounting send stop-record authentication failure &lt;/P&gt;&lt;P&gt;aaa accounting delay-start &lt;/P&gt;&lt;P&gt;aaa accounting exec authvty  start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting commands 15 authvty start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;aaa accounting connection authvty start-stop group tacacs+ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 15&lt;/P&gt;&lt;P&gt;login authentication authvty&lt;/P&gt;&lt;P&gt;authorization commands 15 authvty&lt;/P&gt;&lt;P&gt;accounting connection authvty&lt;/P&gt;&lt;P&gt;accounting commands 15 authvty&lt;/P&gt;&lt;P&gt;accunting exec authvty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:50:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659589#M422455</guid>
      <dc:creator>cassinhee</dc:creator>
      <dc:date>2019-03-10T21:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659590#M422456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which carry 'default' keyword, all access (console, vty) will have to go TACACS authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to skip it, you need to define&lt;/P&gt;&lt;P&gt;dedicated/separate group name (never use default) and point it to 'local'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 04:47:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659590#M422456</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-11-15T04:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659591#M422457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I try this command, there is only default available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another question is, if I use the following commands, &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 enable default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what exactly 'default' will works on, I know it includes vty, console, aux, how about other interfaces, such as dsl dial-in interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 13:52:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659591#M422457</guid>
      <dc:creator>cassinhee</dc:creator>
      <dc:date>2006-11-15T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659592#M422458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Default will include all, unless if you specified different method which is using different name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why sometimes you need, for example, separate authentication for console where physical security is no longer an issue. So, if you're unable to login via telnet, ssh or https, Console access (with user given privilege 15 access right) can provide last resort access method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication local CONSOLE local --&amp;gt; authenticate using local user account only&lt;/P&gt;&lt;P&gt;aaa authentication login authvty group TACACS + local &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:48:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659592#M422458</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-11-15T14:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659593#M422459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, you need to apply it the same way how you apply the 'authvty' on vty interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:49:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659593#M422459</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-11-15T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659594#M422460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about this command&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will this also works on dial-in interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 15:55:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659594#M422460</guid>
      <dc:creator>cassinhee</dc:creator>
      <dc:date>2006-11-15T15:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659595#M422461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)Following the configuration for ppp authentication on dial-in router. this is through radius server&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 local&lt;/P&gt;&lt;P&gt;aaa authentication ppp qwe group radius&lt;/P&gt;&lt;P&gt;aaa authorization network qwe start-stop group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;interface interface&lt;/P&gt;&lt;P&gt;ppp authentication chap callin qwe&lt;/P&gt;&lt;P&gt;ppp authorization qwe&lt;/P&gt;&lt;P&gt;ppp accounting qwe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My configuration will be as follows and this is via TACACS+ server&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 enable default group tacacs+&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TACACS-server host host&lt;/P&gt;&lt;P&gt;Tacacs-server key key&lt;/P&gt;&lt;P&gt;Ip tacacs source-interface &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) will this second configuration cause any effect on the ppp authentication/authorization?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 16:29:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659595#M422461</guid>
      <dc:creator>cassinhee</dc:creator>
      <dc:date>2006-11-15T16:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659596#M422462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured a router to support dial in/ppp connections and it is very similar to what you have in your posting. It sends dial/ppp requests to a radius server for authentication and sends administrative users (console and vty) to a TACACS server for authentiation. The two authentication functions (radius and TACACS) operate independtly and do not have any effect on each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 16:40:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659596#M422462</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2006-11-15T16:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659597#M422463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The radius authentication/authorization for the dial-in router looks fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the second config, it is also correct as well if you do not define anything on the interface. The 'default' keyword will kick-in the authentication/authorization for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Except here you're using TACACS+ instead of common RADIUS protocol to authenticate the passing-through access. Also, maybe you need to consider adding the optional "if-authenticated" keyword as well. This allows the already authenticated user to just login without being asked (if suddenly being kicked out or session hang) for his/her username/pwd again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick was also right pointing it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls rate all post(s).&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 20:19:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659597#M422463</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-11-15T20:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659598#M422464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AK and Rick! This is really big help for me. I have been struggling on this for a while.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is when I use the following commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)aaa authentication banner rrr&lt;/P&gt;&lt;P&gt;2)aaa authentication user-prompt rrr&lt;/P&gt;&lt;P&gt;3)aaa authentication password-prompt rrr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first one seems never works&lt;/P&gt;&lt;P&gt;the second and third only works when the tacacs+ server does not work, which means only when backup authentication is used, these two will work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 20:33:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659598#M422464</guid>
      <dc:creator>cassinhee</dc:creator>
      <dc:date>2006-11-15T20:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: aaa authentication enable default group tacacs+ enable</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659599#M422465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work because this is a message.banner prompt everytime you try to login (console/vty). I have it configured on my router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have banner motd, it will be displayed as well (see below). So I ahve to remove it to get only the aaa banner &amp;amp; prompt being displayed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************&lt;/P&gt;&lt;P&gt;*** Username: cisco, Password: cisco (priv 15f - local) ****&lt;/P&gt;&lt;P&gt;************************************************************&lt;/P&gt;&lt;P&gt;Unauthorized use is prohibited.&lt;/P&gt;&lt;P&gt;Enter your name here: user1&lt;/P&gt;&lt;P&gt;Enter your password now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config more or less looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication banner ^CUnauthorized use is prohibited.^C&lt;/P&gt;&lt;P&gt;aaa authentication password-prompt "Enter your password now:"&lt;/P&gt;&lt;P&gt;aaa authentication username-prompt "Enter your name here:"&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius&lt;/P&gt;&lt;P&gt;aaa authentication login CONSOLE local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 21:07:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-enable-default-group-tacacs-enable/m-p/659599#M422465</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-11-15T21:07:39Z</dc:date>
    </item>
  </channel>
</rss>

