<?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: Login through console with AAA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315780#M432499</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;Thanks for the answer. My config now looks like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default local group tac_admin group rad_admin&lt;/P&gt;&lt;P&gt;aaa authentication login console local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default local group tac_admin group rad_admin&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;dot11 phone&lt;/P&gt;&lt;P&gt;dot11 location isocc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication console&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to log in with the console cable I get the following error message when I switch to ENABLE mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Verification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username: admin&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP-HOSTNAME&amp;gt;ena&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;% Error in authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP-HOSTNAME&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2005 10:57:53 GMT</pubDate>
    <dc:creator>Taruka001</dc:creator>
    <dc:date>2005-04-07T10:57:53Z</dc:date>
    <item>
      <title>Login through console with AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315778#M432494</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After going through some topics and trying everything I could fine I am relaying on you all to help me further before I loose my mind. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an Access Point for R&amp;amp;D and have configured several items for AAA, such as login in through the telnet interface with your useraccount from AD, accounting is being logged, etc etc. So far I am happy with it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, to have a backdoor into the device I need to be able to log on locally to the device using the console cable in case of an ACS server not being present. And this is not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a local user name and password on the device itself. Which I can use to login through the telnet option, and it brings me straight into enable mode. But using this account with the console it brings me to priv level 1. When typing ENABLE I can specify the password that belongs to this local account but it is not excepted. Instead I get:&lt;/P&gt;&lt;P&gt;Username: admin&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP-HOSTNAME&amp;gt;ena&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;% Error in authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP-HOSTNAME&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pasted below you can find my current config regarding the login methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default local group tac_admin group rad_admin&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default local group tac_admin group rad_admin&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;I have tried to change this line&lt;/P&gt;&lt;P&gt;aaa authorization exec default local group tac_admin group rad_admin&lt;/P&gt;&lt;P&gt;into&lt;/P&gt;&lt;P&gt;aaa authorization exec default local group tac_admin group rad_admin if-authenticated&lt;/P&gt;&lt;P&gt;but it had no result...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody any suggestions for me to try out?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:05:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315778#M432494</guid>
      <dc:creator>Taruka001</dc:creator>
      <dc:date>2019-03-10T21:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Login through console with AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315779#M432496</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;Try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router(config)#aaa authentication login console local&lt;/P&gt;&lt;P&gt;router(config)#line con 0&lt;/P&gt;&lt;P&gt;router(config-line)#login authentication console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Paddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 09:00:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315779#M432496</guid>
      <dc:creator>paddyxdoyle</dc:creator>
      <dc:date>2005-04-07T09:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Login through console with AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315780#M432499</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;Thanks for the answer. My config now looks like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default local group tac_admin group rad_admin&lt;/P&gt;&lt;P&gt;aaa authentication login console local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default local group tac_admin group rad_admin&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;dot11 phone&lt;/P&gt;&lt;P&gt;dot11 location isocc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; login authentication console&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to log in with the console cable I get the following error message when I switch to ENABLE mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Verification&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username: admin&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP-HOSTNAME&amp;gt;ena&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;% Error in authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AP-HOSTNAME&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2005 10:57:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315780#M432499</guid>
      <dc:creator>Taruka001</dc:creator>
      <dc:date>2005-04-07T10:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Login through console with AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315781#M432500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not clear from these posts whether there is an enable password (or enable secret) configured or not. And I am not clear what password you are entering when you attempt to go into enable mode from the console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the crux of the problem is that aaa is specifying tacacs for authentication of enable. If you do have it working that your telnet session goes directly into privilege mode then I do not think that you need to point at tacacs for enable. I would suggest changing this:&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable &lt;/P&gt;&lt;P&gt;into &lt;/P&gt;&lt;P&gt;aaa authentication enable default enable &lt;/P&gt;&lt;P&gt;This should allow you to authenticate into privilege mode from the console using the enable password (which should be configured if it is not already configured).&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>Tue, 12 Apr 2005 16:54:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315781#M432500</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2005-04-12T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Login through console with AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315782#M432501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sniff the packets coming into your AAA server.  You will notice,  when going through the console, AAA is authenticating with a username of 'enable'.  So, you need to make a AAA account for user 'enable'.  I ran into  the same problem when gonig through the console port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 02:18:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/login-through-console-with-aaa/m-p/315782#M432501</guid>
      <dc:creator>scsullivan</dc:creator>
      <dc:date>2006-07-12T02:18:23Z</dc:date>
    </item>
  </channel>
</rss>

