<?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 ? locks out console in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268753#M433765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. That did the trick. The final configuration (in order to keep lock &amp;amp; key working properly) reads:&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 group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login TestLK group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 22 Aug 2004 21:05:17 GMT</pubDate>
    <dc:creator>ablenner</dc:creator>
    <dc:date>2004-08-22T21:05:17Z</dc:date>
    <item>
      <title>AAA ? locks out console</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268751#M433763</link>
      <description>&lt;P&gt;I'm playing with lock and key on a 3750 IOS 12.1(19)EA1. The console works fine (and there is no AAA or ACLs on the switch) until I add the following commands:&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login TestLK group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username xxx password xxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list 100 dynamic TestLK timeout 5 permit ip any 10.204.1.0 0.0.0.255 log&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any host 10.204.0.199 eq telnet&lt;/P&gt;&lt;P&gt;access-list 100 deny  ip any 10.204.1.0 0.0.0.255 log&lt;/P&gt;&lt;P&gt;access-list 100 permit ip any any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host xxx.4.104.245&lt;/P&gt;&lt;P&gt;tacacs-server key testkey&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password xxx&lt;/P&gt;&lt;P&gt; login authentication TestLK&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan400&lt;/P&gt;&lt;P&gt;ip access-group 100 in&lt;/P&gt;&lt;P&gt;! The console exists with no configuration i.e.&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;At this point my lock and key does more-or-less what I want (ignore the strange IP address in the access list - it shouldn't be part of the problem) and I can telnet to the 3750 OK, but I suddenly can't get into the console.&lt;/P&gt;&lt;P&gt;When I hit RETURN it displays the "unwelcome" banner and then seems to rush off to the ACS server and have a look for something and then comes back with the message "authorisation failed" At no point do I get a prompt.&lt;/P&gt;&lt;P&gt;Disabling the ACS server doesn't help. nor does adding an EXEC-TIMEOUT and/or password to the console line. Nor does adding the dreaded AAA AUTHORISATION CONSOLE.&lt;/P&gt;&lt;P&gt;Its got to be something embarrassingly simple.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 20:45:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268751#M433763</guid>
      <dc:creator>ablenner</dc:creator>
      <dc:date>2019-03-10T20:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: AAA ? locks out console</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268752#M433764</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;aaa authentication login default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the above command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your console will not lock.&lt;/P&gt;&lt;P&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;Rgds&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2004 04:33:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268752#M433764</guid>
      <dc:creator>vimal1980</dc:creator>
      <dc:date>2004-08-20T04:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: AAA ? locks out console</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268753#M433765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. That did the trick. The final configuration (in order to keep lock &amp;amp; key working properly) reads:&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 group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login TestLK group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Aug 2004 21:05:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268753#M433765</guid>
      <dc:creator>ablenner</dc:creator>
      <dc:date>2004-08-22T21:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: AAA ? locks out console</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268754#M433766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get similar results just using:&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 group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login TestLK group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Anyway the problem is solved.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Aug 2004 22:01:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-locks-out-console/m-p/268754#M433766</guid>
      <dc:creator>ablenner</dc:creator>
      <dc:date>2004-08-22T22:01:09Z</dc:date>
    </item>
  </channel>
</rss>

