<?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 Users and Passwords in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263716#M333562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the output from the three various methods of logging in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSH&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002578: Nov  5 19:37:14.744 PCTime: AAA/BIND(00000305): Bind i/f  &lt;/P&gt;&lt;P&gt;002579: Nov  5 19:37:14.744 PCTime: AAA/AUTHEN/LOGIN (00000305): Pick method list 'default' &lt;/P&gt;&lt;P&gt;EDGE#&lt;/P&gt;&lt;P&gt;002580: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR (0x305): Pick method list 'default'&lt;/P&gt;&lt;P&gt;002581: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR/EXEC(00000305): processing AV cmd=&lt;/P&gt;&lt;P&gt;002582: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR/EXEC(00000305): processing AV priv-lvl=15&lt;/P&gt;&lt;P&gt;002583: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR/EXEC(00000305): Authorization successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet&lt;/P&gt;&lt;P&gt;======&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002638: Nov  5 19:44:04.116 PCTime: AAA/BIND(0000033A): Bind i/f  &lt;/P&gt;&lt;P&gt;002639: Nov  5 19:44:04.116 PCTime: AAA/AUTHEN/LOGIN (0000033A): Pick method list 'default' &lt;/P&gt;&lt;P&gt;EDGE#&lt;/P&gt;&lt;P&gt;002640: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR (0x33A): Pick method list 'default'&lt;/P&gt;&lt;P&gt;002641: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR/EXEC(0000033A): processing AV cmd=&lt;/P&gt;&lt;P&gt;002642: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR/EXEC(0000033A): processing AV priv-lvl=15&lt;/P&gt;&lt;P&gt;002643: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR/EXEC(0000033A): Authorization successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDM via HTTPS&lt;/P&gt;&lt;P&gt;=============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002647: Nov  5 19:46:22.368 PCTime: AAA/BIND(0000033E): Bind i/f  &lt;/P&gt;&lt;P&gt;002648: Nov  5 19:46:23.092 PCTime: AAA/BIND(0000033F): Bind i/f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These messages regarding SDM were repeated around 25 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both Authorisation and Authentication debugging modes were on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 19:25:17 GMT</pubDate>
    <dc:creator>Conor Cunningham</dc:creator>
    <dc:date>2009-11-05T19:25:17Z</dc:date>
    <item>
      <title>AAA Users and Passwords</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263714#M333526</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently studying for my CCNA Security and have been toying around with AAA. I have an 851w with advsecurity 12.4 IOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have noticed, and find interesting is that I seem to have one user configured locally, but it appears to have two passwords. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, if I log in with SSH or telnet, I enter my username with password 'ABC' and I'm in. This account is privilege level 15. However, if I access the SDM, I must enter the same username with a different password, e.g. '1234'. If I enter the password 'ABC' which works for SSH and telnet, I am not granted access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if anyone can explain this? I have tried using the show aaa commands to see what is going on, but it doesn't seem to help. As I said, aaa is using the local database for its user database. Below is some config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor&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 login NO_LOGIN none&lt;/P&gt;&lt;P&gt;aaa authorization exec default local &lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username conor privilege 15 secret 5 blahblah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt; exec-timeout 300 0&lt;/P&gt;&lt;P&gt; privilege level 15&lt;/P&gt;&lt;P&gt; password 7 blahblah&lt;/P&gt;&lt;P&gt; logging synchronous&lt;/P&gt;&lt;P&gt; login authentication NO_LOGIN&lt;/P&gt;&lt;P&gt; no modem enable&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; exec-timeout 300 0&lt;/P&gt;&lt;P&gt; privilege level 15&lt;/P&gt;&lt;P&gt; password 7 blahblah&lt;/P&gt;&lt;P&gt; logging synchronous&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:46:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263714#M333526</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2019-03-10T23:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Users and Passwords</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263715#M333548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please get the debugs for both instances, telnet and SDM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug aaa authentication&lt;/P&gt;&lt;P&gt;debug aaa authorization&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 18:32:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263715#M333548</guid>
      <dc:creator>Jagdeep Gambhir</dc:creator>
      <dc:date>2009-11-05T18:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Users and Passwords</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263716#M333562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the output from the three various methods of logging in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSH&lt;/P&gt;&lt;P&gt;===&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002578: Nov  5 19:37:14.744 PCTime: AAA/BIND(00000305): Bind i/f  &lt;/P&gt;&lt;P&gt;002579: Nov  5 19:37:14.744 PCTime: AAA/AUTHEN/LOGIN (00000305): Pick method list 'default' &lt;/P&gt;&lt;P&gt;EDGE#&lt;/P&gt;&lt;P&gt;002580: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR (0x305): Pick method list 'default'&lt;/P&gt;&lt;P&gt;002581: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR/EXEC(00000305): processing AV cmd=&lt;/P&gt;&lt;P&gt;002582: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR/EXEC(00000305): processing AV priv-lvl=15&lt;/P&gt;&lt;P&gt;002583: Nov  5 19:37:17.652 PCTime: AAA/AUTHOR/EXEC(00000305): Authorization successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Telnet&lt;/P&gt;&lt;P&gt;======&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002638: Nov  5 19:44:04.116 PCTime: AAA/BIND(0000033A): Bind i/f  &lt;/P&gt;&lt;P&gt;002639: Nov  5 19:44:04.116 PCTime: AAA/AUTHEN/LOGIN (0000033A): Pick method list 'default' &lt;/P&gt;&lt;P&gt;EDGE#&lt;/P&gt;&lt;P&gt;002640: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR (0x33A): Pick method list 'default'&lt;/P&gt;&lt;P&gt;002641: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR/EXEC(0000033A): processing AV cmd=&lt;/P&gt;&lt;P&gt;002642: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR/EXEC(0000033A): processing AV priv-lvl=15&lt;/P&gt;&lt;P&gt;002643: Nov  5 19:44:07.548 PCTime: AAA/AUTHOR/EXEC(0000033A): Authorization successful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDM via HTTPS&lt;/P&gt;&lt;P&gt;=============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;002647: Nov  5 19:46:22.368 PCTime: AAA/BIND(0000033E): Bind i/f  &lt;/P&gt;&lt;P&gt;002648: Nov  5 19:46:23.092 PCTime: AAA/BIND(0000033F): Bind i/f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These messages regarding SDM were repeated around 25 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both Authorisation and Authentication debugging modes were on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help. Much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 19:25:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263716#M333562</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2009-11-05T19:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Users and Passwords</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263717#M333591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have worked out that the SDM is using my enable secret for authentication as opposed to AAA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this is the default behaviour. Thanks JG for getting me thinking along these lines by looking at the debug aaa authenication and authorisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know whether it is possible to configure SDM  to authenticate against SDM, I would be more than happy to  know how to perform such a configuration. I'm searching for such a config on google but not having much luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for pointing me in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 20:10:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263717#M333591</guid>
      <dc:creator>Conor Cunningham</dc:creator>
      <dc:date>2009-11-05T20:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Users and Passwords</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263718#M333634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi conor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may go through it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="https://community.cisco.com/docs/DOC-4643;jsessionid=0C19A82CCA5D05A3AF75ED6BBDC1530A.node0" target="_blank"&gt;https://supportforums.cisco.com/docs/DOC-4643;jsessionid=0C19A82CCA5D05A3AF75ED6BBDC1530A.node0&lt;/A&gt;&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;JK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz rate helpful posts-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 20:32:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-users-and-passwords/m-p/1263718#M333634</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2009-11-05T20:32:13Z</dc:date>
    </item>
  </channel>
</rss>

