<?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: Logging to different modes in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458265#M377812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="jive-code"&gt;username testlocal privilege 15 password 7 &amp;lt;...&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="jive-code"&gt;username testlocal password 7 &amp;lt;...&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 May 2010 16:27:27 GMT</pubDate>
    <dc:creator>Javier Henderson</dc:creator>
    <dc:date>2010-05-12T16:27:27Z</dc:date>
    <item>
      <title>Logging to different modes</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458264#M377804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just learning AAA and I'm struggling with one thing. I've got a RADIUS server set up and switches/routers authenticate to it. Everything's working fine.&lt;/P&gt;&lt;P&gt;As a safety measure I've got a local account set up as well, just in case both RADIUS servers are down.&lt;/P&gt;&lt;P&gt;I was able to configure them to log on users directly to privileged mode, which is quite convinient. However when I log on using the local account I'm in the privileged mode as well.&lt;/P&gt;&lt;P&gt;Is there a way to configure a switch/router to log on users who authenticated through RADIUS server directly to enable mode, but if a user logs on using a local account it will be in exec mode and will have to enter a password to access privileged mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's my configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;aaa new-model&lt;BR /&gt;aaa authentication login default group radius local&lt;BR /&gt;aaa authentication enable default group radius enable&lt;BR /&gt;aaa authorization exec default group radius local&lt;BR /&gt;enable secret 5 &amp;lt;...&amp;gt;&lt;BR /&gt;username testlocal privilege 15 password 7 &amp;lt;...&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;ip radius source-interface Vlan150&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;radius-server host 192.168.10.2 auth-port 1812 acct-port 1813 key 7 &amp;lt;...&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier;"&gt;radius-server host 192.168.17.2 auth-port 1812 acct-port 1813 key 7 &amp;lt;...&amp;gt;&lt;BR /&gt;radius-server retransmit 3&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:07:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458264#M377804</guid>
      <dc:creator>bierrrr.CC</dc:creator>
      <dc:date>2019-03-11T00:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to different modes</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458265#M377812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="jive-code"&gt;username testlocal privilege 15 password 7 &amp;lt;...&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE class="jive-code"&gt;username testlocal password 7 &amp;lt;...&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 16:27:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458265#M377812</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2010-05-12T16:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to different modes</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458266#M377827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. I can't believe it was so easy to fix!&lt;/P&gt;&lt;P&gt;However in order to allow a local user to access 'enable mode' I had to remove this line as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code" style="width: 901px; height: 38px;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication enable default group radius enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as there was no way I could authenticate. The switch was using '$ena15$' as a username to authenticate on RADIUS server.&lt;/P&gt;&lt;P&gt;There was the same problem if I logged on using my Active Directory account, entered 'disable' command and then tried to go back to privileged mode.&lt;/P&gt;&lt;P&gt;I figured that I rather authenticate to enable mode locally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it's all sorted now. Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 09:22:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458266#M377827</guid>
      <dc:creator>bierrrr.CC</dc:creator>
      <dc:date>2010-05-13T09:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Logging to different modes</title>
      <link>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458267#M377855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; The switch was using '$ena15$' as a username to authenticate on RADIUS&amp;nbsp; server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the expected behavior with RADIUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With TACACS+, it will send the actual username.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 11:48:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/logging-to-different-modes/m-p/1458267#M377855</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2010-05-13T11:48:09Z</dc:date>
    </item>
  </channel>
</rss>

