<?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 login novice question in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934846#M371021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, thanks for your help and time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 16:55:55 GMT</pubDate>
    <dc:creator>kostasgeor</dc:creator>
    <dc:date>2008-04-28T16:55:55Z</dc:date>
    <item>
      <title>AAA authentication login novice question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934843#M370984</link>
      <description>&lt;P&gt;Hi, 2 questions about AAA authentication since i'm quite confused with the available documentation and currently i have no devices available to test :&lt;/P&gt;&lt;P&gt;1) when "aaa new model" entered does login authentication immediately applies to all lines and defaults to router's local database (without any other command needed)?&lt;/P&gt;&lt;P&gt;2)if configure "aaa authentication login default none" does this mean that in vty (when no command applied to vty) no authentication is performed; telnet succeeds without any authentication?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 22:48:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934843#M370984</guid>
      <dc:creator>kostasgeor</dc:creator>
      <dc:date>2019-03-10T22:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication login novice question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934844#M370996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, [Pls Rate if HELPS]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer to Question:1&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first command, aaa new-model, tells the router that you are using either TACACS+ or RADIUS for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, If you do not want the console to authenticate with tacacs then try configuring this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login consoleauth line &lt;/P&gt;&lt;P&gt;line con 0 &lt;/P&gt;&lt;P&gt;login authentication consoleauth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure AAA authentication, perform the following tasks: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Enable AAA by using the aaa new-model global configuration command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Configure security protocol parameters, such as RADIUS, TACACS+, or Kerberos if you are using a security server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Define the method lists for Authentication by using an AAA authentication command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Apply the method lists to a particular interface or line, if required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer to Question:2&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"aaa authentication login default none" command to get access to Router via Console / VTY without authentication. The List must all be applied to the Line / Con / Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'none' means Uses no authentication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Normally we authorize all commands through TACACS+, but if the server is down, no authorization is necessary, hence the 'none'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'none' keyword enables any user logging in to successfully authenticate, it should be used only as a backup method of authentication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am Informative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please RATE if HELPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guru Prasad R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2008 19:06:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934844#M370996</guid>
      <dc:creator>guruprasadr</dc:creator>
      <dc:date>2008-04-27T19:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication login novice question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934845#M371002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1).It will be applied to all interfaces on incase you did not remove aaa commands individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example you have these in your router,&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;&lt;/P&gt;&lt;P&gt;Now you disabled aaa by issuing command&lt;/P&gt;&lt;P&gt;no aaa new-model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything related to aaa would be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if you enter aaa new-model command again , all previous aaa entries would be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So best way to remove aaa is by ,&lt;/P&gt;&lt;P&gt;no aaa authentication login default group tacacs local&lt;/P&gt;&lt;P&gt;no aaa new-model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2). Yes if you use "none" then no authentication check will be performed and user will be authenticated without any check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~JG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do rate helpful posts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:12:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934845#M371002</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2008-04-28T12:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication login novice question</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934846#M371021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, thanks for your help and time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 16:55:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-login-novice-question/m-p/934846#M371021</guid>
      <dc:creator>kostasgeor</dc:creator>
      <dc:date>2008-04-28T16:55:55Z</dc:date>
    </item>
  </channel>
</rss>

