<?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: Removing AAA from a 9500 switch in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664940#M576578</link>
    <description>&lt;P&gt;I like that, thank you, however out of curiosity what happens if I just put in &lt;EM&gt;no aaa new-model,&amp;nbsp;&lt;/EM&gt;since the only AAA config present is aaa new-model.&lt;/P&gt;
&lt;P&gt;Would it kick me out before I could configure login local under the VTY lines?&amp;nbsp; And can I even config &lt;EM&gt;login-local&lt;/EM&gt; or is it just &lt;EM&gt;login&lt;/EM&gt; after configuring &lt;EM&gt;no aaa new-model&lt;/EM&gt;?&lt;/P&gt;</description>
    <pubDate>Sat, 06 Aug 2022 19:36:10 GMT</pubDate>
    <dc:creator>chad.parish</dc:creator>
    <dc:date>2022-08-06T19:36:10Z</dc:date>
    <item>
      <title>Removing AAA from a 9500 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664937#M576576</link>
      <description>&lt;P&gt;I have a 9500 switch with just &lt;EM&gt;AAA new model&lt;/EM&gt; configured, nothing else.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to remove it so that I can then configure &lt;EM&gt;login local&lt;/EM&gt; under the VTY lines.&amp;nbsp; Can this be done and does it require a reboot?&amp;nbsp; Or is it easier to just globally configure the below commands&amp;nbsp; (Note username and password are configured globally with privelge 15)&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;aaa authentication login default local &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;aaa authorization exec default local&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 19:16:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664937#M576576</guid>
      <dc:creator>chad.parish</dc:creator>
      <dc:date>2022-08-06T19:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Removing AAA from a 9500 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664938#M576577</link>
      <description>&lt;P&gt;Instead of using default I prefer using method lists to tie things together. Here is a AAA config that will accomplish your goals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login CON-LOCAL local&lt;BR /&gt;aaa authorization exec CON-LOCAL local&lt;BR /&gt;aaa authorization console&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;login authentication CON-LOCAL&lt;BR /&gt;authorization exec CON-LOCAL&lt;BR /&gt;!&lt;BR /&gt;line vty 0 15&lt;BR /&gt;login authentication CON-LOCAL&lt;BR /&gt;authorization exec CON-LOCAL&lt;BR /&gt;!&lt;BR /&gt;end&lt;BR /&gt;! &lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Aug 2022 19:21:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664938#M576577</guid>
      <dc:creator>Tim Glen</dc:creator>
      <dc:date>2022-08-06T19:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Removing AAA from a 9500 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664940#M576578</link>
      <description>&lt;P&gt;I like that, thank you, however out of curiosity what happens if I just put in &lt;EM&gt;no aaa new-model,&amp;nbsp;&lt;/EM&gt;since the only AAA config present is aaa new-model.&lt;/P&gt;
&lt;P&gt;Would it kick me out before I could configure login local under the VTY lines?&amp;nbsp; And can I even config &lt;EM&gt;login-local&lt;/EM&gt; or is it just &lt;EM&gt;login&lt;/EM&gt; after configuring &lt;EM&gt;no aaa new-model&lt;/EM&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 19:36:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664940#M576578</guid>
      <dc:creator>chad.parish</dc:creator>
      <dc:date>2022-08-06T19:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Removing AAA from a 9500 switch</title>
      <link>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664941#M576579</link>
      <description>&lt;P&gt;Hey Chad,&lt;/P&gt;
&lt;P&gt;&amp;gt; Would it kick me out before I could configure login local under the VTY lines?&lt;/P&gt;
&lt;P&gt;No , you won't get booted off the switch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; &lt;EM&gt;no aaa new-model&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;It's been a while but I **believe** you will get an prompt stating that isn't supported. If you choose to go past that prompt 'unexpected results may occur'. &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 19:44:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/removing-aaa-from-a-9500-switch/m-p/4664941#M576579</guid>
      <dc:creator>Tim Glen</dc:creator>
      <dc:date>2022-08-06T19:44:55Z</dc:date>
    </item>
  </channel>
</rss>

