<?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 strange !! in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217302#M418993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, thanks for taking a look at my issue. Sir below is the link from where i pasted the statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_a1.html#wp1059426" target="_blank"&gt;http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_a1.html#wp1059426&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually sir i am confused about the debug, they refer to something called permanent method lists but i am not able to find anything regarding them anywhere !!. If you issue this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh aaa method-lists authentication &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see lists called permanent, what are they ? its this list that i am getting authenticated !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me in this pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 17:20:10 GMT</pubDate>
    <dc:creator>illusion_rox</dc:creator>
    <dc:date>2009-04-16T17:20:10Z</dc:date>
    <item>
      <title>AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217297#M418981</link>
      <description>&lt;P&gt;hi all, i am facing this very strange issue. I have configured this on my router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;username cisco password cisco123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent defined any aaa authentication and my line vty config is also empty. Now when i telnet to this router, i am asked for username/password !!! when i enter them i am authenticated !!!, why this happened ? if i havent configured any authentication method i know default list should be applied but when i havent created one will it still be applied ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me &lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:26:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217297#M418981</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2019-03-10T23:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217298#M418984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you get authenticated using local account or tacacs account? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be aaa authentication was configured previously. If I have aaa authentication  configured on my router and I do "no aaa new-model", aaa would be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again after some time if I issue "aaa new-model" all the previous commands will show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please issue command&lt;/P&gt;&lt;P&gt;#show run | inc aaa &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND you will see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tac local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if that is not a case.&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>Wed, 15 Apr 2009 16:44:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217298#M418984</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2009-04-15T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217299#M418985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, i also had this doubt so i simply reloaded the router to its default config. Now this is the configuration on R1. Now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1#sh run | in aaa&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;R1#&lt;/P&gt;&lt;P&gt;R1#sh run | be line vty 0 4&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when from R2 i am doing&lt;/P&gt;&lt;P&gt;R2#telnet 11...1&lt;/P&gt;&lt;P&gt;Trying 11.0.0.1 ... Open&lt;/P&gt;&lt;P&gt;&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: cisco&lt;/P&gt;&lt;P&gt;Password:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On R1 i ran debug aaa authentication, so i get this result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1#&lt;/P&gt;&lt;P&gt;*Mar  1 00:03:36.579: AAA/BIND(00000006): Bind i/f&lt;/P&gt;&lt;P&gt;*Mar  1 00:03:36.587: AAA/AUTHEN/LOGIN (00000006): Pick method list 'Permanent Local'&lt;/P&gt;&lt;P&gt;R1#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused since i havent defined any default method list then how come its authenticating it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 02:51:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217299#M418985</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-04-16T02:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217300#M418988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, i have found this while looking at the command reference of aaa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defaults&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the default list is not set, only the local user database is checked. This has the same effect as the following command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This quite clears my query (though i am still confused about the permanent method lists concept &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; ). But further in this explanation a statement confused me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"If authentication is not specifically set for a line, the default is to deny access and no authentication is performed. Use the more system:running-config command to display currently configured lists of authentication methods."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think both above statements are contracdting !! one says local username/password will be used if no default list is defined and then it says if i havent defined any method list on line then it should deny !! I m really confused can some one please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 07:49:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217300#M418988</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-04-16T07:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217301#M418991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ovais&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My experience with this is quite clear that as soon as you configure aaa new-model that the default for authentication for the console and the vty is to use the local username/password for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that the two statements seem contradictory. I wonder if the second statement is describing some particular situation? Can you provide some context for the second statement, or perhaps a link to the second statement?&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>Thu, 16 Apr 2009 15:23:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217301#M418991</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-04-16T15:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217302#M418993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, thanks for taking a look at my issue. Sir below is the link from where i pasted the statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_a1.html#wp1059426" target="_blank"&gt;http://www.cisco.com/en/US/docs/ios/security/command/reference/sec_a1.html#wp1059426&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually sir i am confused about the debug, they refer to something called permanent method lists but i am not able to find anything regarding them anywhere !!. If you issue this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sh aaa method-lists authentication &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see lists called permanent, what are they ? its this list that i am getting authenticated !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me in this pls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 17:20:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217302#M418993</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-04-16T17:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217303#M418996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ovais &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting the link. I have looked at it but share your question about the second statement. I believe that this statement is incorrect. Perhaps in some older release it might have been accurate. But clearly in current code (and code for quite a while in my experience) there is a default behavior that is to use the local user data base for authentication if there is no other method configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have a particularly good explanation about the permanent lists. When I look at them they seem to define the basic authentication mechanisms, which are permanently enabled and include Local, Enable, and None. But then I am puzzled that there is not one for Line, which I would expect if they were the basic authentication mechanisms. So I do not have a good explanation for this.&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>Thu, 16 Apr 2009 18:24:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217303#M418996</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-04-16T18:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217304#M418999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, i am quite a fan of netcraftsmen and Peter J Wilch and you. It was really an honor you looked at my issue. There is one thing i want to ask that why cisco hide such details ? i have felt that most of the very indepth technical facts comes from those who have worked in cisco. Why is that ? like that example of my query, if cisco has provided something why dont document it as well ? i hope you are getting my confusion what is the policy behind this hide n seek game &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 02:11:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217304#M418999</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-04-17T02:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217305#M419002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ovais &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the nice things you say about Chesapeake NetCraftsmen. It is an excellent company and I am proud to be part of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not believe that there is any "policy" at Cisco about hiding such details. I believe that the issue is that the IOS is so full of features that it becomes difficult to document them.&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>Fri, 17 Apr 2009 16:29:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217305#M419002</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2009-04-17T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: AAA authentication strange !!</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217306#M419005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir, i am not stressing my point but during my preparation for CCIE, at first i thought in IGPs distribute lists cant contains extended access-lists, but later on one blog they described how extended access-list could be used to define the network plus the gateway. This feature is not documented anywhere though its a very useful feature. Plus you know there are certain commands called hidden commands, so i thought may be cisco wants to keep certains technical details only to its own engineers not leaking it to public. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly dont mind this offtopic query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 17:48:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-authentication-strange/m-p/1217306#M419005</guid>
      <dc:creator>illusion_rox</dc:creator>
      <dc:date>2009-04-17T17:48:59Z</dc:date>
    </item>
  </channel>
</rss>

