<?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 Configuring AAA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234659#M104354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below listed commands have local keywords at the end. With that if radius goes down, you can login via local credentials defined in local database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius&lt;STRONG&gt; local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius &lt;STRONG&gt;local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~BR &lt;BR /&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt;**Do rate helpful posts**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2013 12:51:16 GMT</pubDate>
    <dc:creator>Jatin Katyal</dc:creator>
    <dc:date>2013-07-17T12:51:16Z</dc:date>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234652#M104347</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured aaa on my cisco switch with the follwoing commands.&lt;/P&gt;&lt;P&gt;and i have been told that I have used few unnecessary commands which are not required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what would be the effect I remove the lines in red ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be much appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius local&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;aaa authentication login VTY group radius local&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;aaa authentication login ssh group radius&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;aaa authentication ppp default if-needed group radius local&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius local&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;aaa authorization exec VTY group radius local&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group radius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;password Testing&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;access-class 1 in&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;authorization exec VTY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;transport input telnet ssh&lt;/P&gt;&lt;P&gt;line vty 5 15&lt;/P&gt;&lt;P&gt;access-class 1 in&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;authorization exec VTY&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;transport input telnet ssh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 03:39:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234652#M104347</guid>
      <dc:creator>kamrannaseem</dc:creator>
      <dc:date>2019-03-11T03:39:35Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234653#M104348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would not create any issues with login because you already have "aaa authentication login default group radius local" which actually applies to all lines. The one you have highlighted are nothing but just method-list that you can create for different lines as per your need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may need this command, if you have some dial-in authentication configured.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication ppp default if-needed group radius local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you want to authenticate ONLY console session with local database and vty lines via radius, you can add the below listed config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication login CON local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authorization exec CON local&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;line console 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;login authentication CON&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;authorization exec CON&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~BR &lt;BR /&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt;**Do rate helpful posts**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 10:47:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234653#M104348</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-07-17T10:47:08Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234654#M104349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to ssh into my switches using RADIUS and i am using AD user accounts and i have one local account on the switch just incase if the radius fails, so I could login using loacal account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which commands you suggest for this scenerio ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 11:13:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234654#M104349</guid>
      <dc:creator>kamrannaseem</dc:creator>
      <dc:date>2013-07-17T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234655#M104350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to authenticate console session also from Radius session or from local database directly or you want no authentication for console session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~BR &lt;BR /&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt;**Do rate helpful posts**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 11:27:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234655#M104350</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-07-17T11:27:19Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234656#M104351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local database directly.the user account created on the switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:22:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234656#M104351</guid>
      <dc:creator>kamrannaseem</dc:creator>
      <dc:date>2013-07-17T12:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234657#M104352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you talk about only aaa commands, then you should have below listed commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For SSH/Telnet the default command would work:&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 radius local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group radius&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;username &lt;USER&gt; privilege 15 password &lt;PASSWORD&gt;&lt;/PASSWORD&gt;&lt;/USER&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;For authenticating users from console session, make sure you have below listed config.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication login CON local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authorization exec CON local&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;line console 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;login authentication CON&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;authorization exec CON&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: I've assumed you already have radius server and other required commands added and authentication is working with radius.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~BR &lt;BR /&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt;**Do rate helpful posts**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:35:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234657#M104352</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-07-17T12:35:39Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234658#M104353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jatin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So If I use these commands you suggested I should be able to ssh into my switch and if in future my RADIUS server fails I would be able to ssh using local user account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:43:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234658#M104353</guid>
      <dc:creator>kamrannaseem</dc:creator>
      <dc:date>2013-07-17T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234659#M104354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You got it right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below listed commands have local keywords at the end. With that if radius goes down, you can login via local credentials defined in local database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius&lt;STRONG&gt; local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius &lt;STRONG&gt;local&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~BR &lt;BR /&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt;**Do rate helpful posts**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:51:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234659#M104354</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-07-17T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234660#M104355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you ever so much Jatin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appriciated for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kamran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:54:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234660#M104355</guid>
      <dc:creator>kamrannaseem</dc:creator>
      <dc:date>2013-07-17T12:54:55Z</dc:date>
    </item>
    <item>
      <title>Configuring AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234661#M104356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yw &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Have a nice one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~BR &lt;BR /&gt;Jatin Katyal &lt;BR /&gt; &lt;BR /&gt;**Do rate helpful posts**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:57:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-aaa/m-p/2234661#M104356</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2013-07-17T12:57:34Z</dc:date>
    </item>
  </channel>
</rss>

