<?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 mikehsueh, in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authentication-for-console-access/m-p/3083998#M23206</link>
    <description>&lt;P&gt;&lt;SPAN class="fullname" itemprop="author"&gt;&lt;A href="https://supportforums.cisco.com/users/mikehsueh-0" title="View user profile." class="username" lang="" about="/users/mikehsueh-0" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;mikehsueh&lt;/A&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fullname" itemprop="author"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fullname" itemprop="author"&gt;I suggest that you try creating a separate method list for line vty and remove&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;aaa authentication enable default group tacacs+ enable&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;from your current aaa configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;no&amp;nbsp;&lt;SPAN&gt;aaa authentication enable default group tacacs+ enable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;aaa authentication login LINE-VTY group [method 1] [method2] [method 3]....&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;line vty 0 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;login authentication LINE-VTY&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;*** Please rate and mark the comment correct if you find it helpful ***&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2017 18:15:09 GMT</pubDate>
    <dc:creator>agapitca19</dc:creator>
    <dc:date>2017-05-18T18:15:09Z</dc:date>
    <item>
      <title>authentication for console access</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-for-console-access/m-p/3083997#M23205</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have couple of switch’s configured for tatacs authentications.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When i try to access using console, I am able to login using the local credentials but its not accepting the enable password.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can’t remove this command “aaa authentication enable default group tacacs+” that is for other users using VTY line .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How do it bypass or disable so that console access doesn't prompt for enable password or take the enable password configured locally?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;username admin privilege 15 password test123&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;aaa new-model&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;aaa authentication login default group tacacs+ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;aaa authentication login CONSOLE local&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;aaa authentication enable default group tacacs+ enable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;line console 0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;login authentication CONSOLE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:37:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-for-console-access/m-p/3083997#M23205</guid>
      <dc:creator>Arvin.hsu</dc:creator>
      <dc:date>2019-03-11T07:37:00Z</dc:date>
    </item>
    <item>
      <title>mikehsueh,</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-for-console-access/m-p/3083998#M23206</link>
      <description>&lt;P&gt;&lt;SPAN class="fullname" itemprop="author"&gt;&lt;A href="https://supportforums.cisco.com/users/mikehsueh-0" title="View user profile." class="username" lang="" about="/users/mikehsueh-0" typeof="sioc:UserAccount" property="foaf:name" datatype=""&gt;mikehsueh&lt;/A&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fullname" itemprop="author"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fullname" itemprop="author"&gt;I suggest that you try creating a separate method list for line vty and remove&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;aaa authentication enable default group tacacs+ enable&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;from your current aaa configuration.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;no&amp;nbsp;&lt;SPAN&gt;aaa authentication enable default group tacacs+ enable&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;aaa authentication login LINE-VTY group [method 1] [method2] [method 3]....&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;line vty 0 15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;login authentication LINE-VTY&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;*** Please rate and mark the comment correct if you find it helpful ***&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 18:15:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-for-console-access/m-p/3083998#M23206</guid>
      <dc:creator>agapitca19</dc:creator>
      <dc:date>2017-05-18T18:15:09Z</dc:date>
    </item>
  </channel>
</rss>

