<?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 Configuration in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666931#M422185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Milan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually when you configure aaa new-model the vty lines automatically default to login authentication default, so specifying it is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the given config does authentication for login but not for enable. The original post was a bit ambiguous about whether authentication for enable was required. But I do not remember seeing a real router config that did aaa authentication for login but not for enable. So I would suggest adding to the configuration:&lt;/P&gt;&lt;P&gt;aaa authentication enable default group radius enable&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>Tue, 02 Jan 2007 15:12:58 GMT</pubDate>
    <dc:creator>Richard Burts</dc:creator>
    <dc:date>2007-01-02T15:12:58Z</dc:date>
    <item>
      <title>AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666929#M422181</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me? I'm trying to implement RADIUS authentication for my Cisco switches and routers. Could anybody give me some configuration examples or a tip of how to point my switches and routers at a RADIUS server, and also to attempt authentication against RADIUS. Only using a locally configured account if RADIUS fails? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tryed the con following configuration but I'm not shure if that is correct:&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 accounting network default init-stop group radius &lt;/P&gt;&lt;P&gt;radius-server host 10.132.100.1 auth-port 1812 acct-port 1813 key ciscosecure &lt;/P&gt;&lt;P&gt;radius-server retransmit 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernanda&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:53:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666929#M422181</guid>
      <dc:creator>fernandacouto</dc:creator>
      <dc:date>2019-03-10T21:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666930#M422183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernanda&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You configuration looks good&lt;/P&gt;&lt;P&gt;Only you need apply the authentication list to specific line (vty, console)&lt;/P&gt;&lt;P&gt;fe.&lt;/P&gt;&lt;P&gt;router(config)#line vty 0 4&lt;/P&gt;&lt;P&gt;router(config-line)login authentication default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you are using radius server also server must be configured properly (router IP, key...)&lt;/P&gt;&lt;P&gt;If you need more info about AAA login configuration check following link&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca7a8.html#wp1001032" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca7a8.html#wp1001032&lt;/A&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;P&gt;hope that helps rate if it does&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 14:25:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666930#M422183</guid>
      <dc:creator>m.sir</dc:creator>
      <dc:date>2007-01-02T14:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666931#M422185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Milan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually when you configure aaa new-model the vty lines automatically default to login authentication default, so specifying it is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the given config does authentication for login but not for enable. The original post was a bit ambiguous about whether authentication for enable was required. But I do not remember seeing a real router config that did aaa authentication for login but not for enable. So I would suggest adding to the configuration:&lt;/P&gt;&lt;P&gt;aaa authentication enable default group radius enable&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>Tue, 02 Jan 2007 15:12:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666931#M422185</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2007-01-02T15:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666932#M422188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addidtion to Rick's comment below, I don't see that you've "authorization" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization exec default if-authenticated &lt;/P&gt;&lt;P&gt;aaa authorization network default group radius local &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;hieu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls rate post if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 17:43:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666932#M422188</guid>
      <dc:creator>Hieu Cao</dc:creator>
      <dc:date>2007-01-02T17:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666933#M422190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernanda, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your configuration seems to be OK. &lt;/P&gt;&lt;P&gt;more info you can find here:&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/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca7ab.html" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800ca7ab.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps. If it does please rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rafael Lanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2007 19:00:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-configuration/m-p/666933#M422190</guid>
      <dc:creator>rafa_lanna</dc:creator>
      <dc:date>2007-01-02T19:00:42Z</dc:date>
    </item>
  </channel>
</rss>

