<?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 When you say 'put or remove in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055684#M23769</link>
    <description>&lt;P&gt;When you say '&lt;SPAN&gt;put or remove exec authorization', how do you mean? &amp;nbsp;I'm trying to do that with this command, which I believe should grant exec authorization when the user authenticates (but perhaps I misunderstand):&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="prettyprinted prettyprint"&gt;&lt;SPAN class="pln"&gt;aaa authorization &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;exec&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;default&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;group&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; tacacs&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;local&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;if&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;authenticated&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 27 Feb 2017 19:06:51 GMT</pubDate>
    <dc:creator>spacehymns</dc:creator>
    <dc:date>2017-02-27T19:06:51Z</dc:date>
    <item>
      <title>How to put users into 'enable' mode at first login to switch</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055680#M23761</link>
      <description>&lt;P&gt;I'm trying to develop an AAA deployment for switch access that will give users access to 'enable' mode without re-authenticating. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I'm using a 2960x running&amp;nbsp;15.2(2a)E1 code.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Here's my config:&lt;/P&gt;
&lt;PRE class="prettyprint"&gt;aaa new-model&lt;BR /&gt;aaa authentication login default group tacacs+ local&lt;BR /&gt;aaa authentication enable default group tacacs+ enable&lt;BR /&gt;aaa authentication dot1x default group radius&lt;BR /&gt;aaa authorization exec default group tacacs+ local if-authenticated&lt;BR /&gt;aaa authorization commands 1 default group tacacs+ local if-authenticated&lt;BR /&gt;aaa authorization commands 15 default group tacacs+ local if-authenticated&lt;BR /&gt;aaa authorization network default group radius&lt;BR /&gt;aaa accounting dot1x default start-stop group radius&lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 1 default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;BR /&gt;aaa server radius dynamic-author&lt;BR /&gt;aaa session-id common&lt;/PRE&gt;
&lt;P&gt;I have it working with both TACACS and local user failover. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;My problem: users have to re-authenticate to access 'enable' mode.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am fairly certain that my TACACS server (Clearpass in this case) is returning a level 15 access appropriately; when I change it to return a level 1, my test user can log in, but when prompted to reauthenticate in order to access 'enable' mode, access is denied. &amp;nbsp;I interpret this as expected behaviour.&lt;/P&gt;
&lt;P&gt;What am I missing?&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 07:29:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055680#M23761</guid>
      <dc:creator>spacehymns</dc:creator>
      <dc:date>2019-03-11T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Few things to share if you</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055681#M23763</link>
      <description>&lt;P&gt;Few things to share if you have Priv-15 on AAA server and exec authorization configured on switch.&lt;/P&gt;
&lt;P&gt;It will always bypass enable mode.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And When you have priv-1 configured, user has to reauthenticate in order to get new session to get enable mode. It's expected behavior.&lt;/P&gt;
&lt;P&gt;Even if you push Priv-15 without exec authorization keeping enable authentication, you should get enable mode.&lt;/P&gt;
&lt;P&gt;Are you getting any error on AAA when it is failing.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Gagan&lt;/P&gt;
&lt;P&gt;PS: rate helpful posts!!!&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2017 19:42:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055681#M23763</guid>
      <dc:creator>Gagandeep Singh</dc:creator>
      <dc:date>2017-02-25T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Hi Gagandeep,</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055682#M23765</link>
      <description>&lt;P&gt;Hi Gagandeep,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;There is no failure (and no error), but simply an unexpected behaviour. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree that I should get enable mode, but I don't. &amp;nbsp;I can demonstrate the difference between sending priv 1 and priv 15 via TACACS, and the behaviour persists when I send priv 15.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:04:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055682#M23765</guid>
      <dc:creator>spacehymns</dc:creator>
      <dc:date>2017-02-27T16:04:14Z</dc:date>
    </item>
    <item>
      <title>I would suggest to keep 15</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055683#M23766</link>
      <description>&lt;P&gt;I would suggest to keep 15 priv on Tacacs server and you can put or remove exec authorization on switch.&lt;/P&gt;
&lt;P&gt;That way you'll get enable mode when exec is not there or vice-versa.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Gagan&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:44:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055683#M23766</guid>
      <dc:creator>Gagandeep Singh</dc:creator>
      <dc:date>2017-02-27T16:44:07Z</dc:date>
    </item>
    <item>
      <title>When you say 'put or remove</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055684#M23769</link>
      <description>&lt;P&gt;When you say '&lt;SPAN&gt;put or remove exec authorization', how do you mean? &amp;nbsp;I'm trying to do that with this command, which I believe should grant exec authorization when the user authenticates (but perhaps I misunderstand):&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE class="prettyprinted prettyprint"&gt;&lt;SPAN class="pln"&gt;aaa authorization &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;exec&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;default&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;group&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; tacacs&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;local&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="kwd"&gt;if&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;authenticated&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:06:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055684#M23769</guid>
      <dc:creator>spacehymns</dc:creator>
      <dc:date>2017-02-27T19:06:51Z</dc:date>
    </item>
    <item>
      <title>I meant to say that if you</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055685#M23772</link>
      <description>&lt;P&gt;I meant to say that if you remove it then we'll get enable mode with enable authentication on switch.&lt;/P&gt;
&lt;P&gt;If you don't, will not get enable mode irrespective of enable authentication.&lt;/P&gt;
&lt;P&gt;In both conditions, need Priv-15 on Server.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Gagan&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 02:27:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3055685#M23772</guid>
      <dc:creator>Gagandeep Singh</dc:creator>
      <dc:date>2017-02-28T02:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to put users into 'enable' mode at first login to switch</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3942168#M23775</link>
      <description>&lt;P&gt;Glad I found this thread.&amp;nbsp; It helped me figure out how to use SCP for IOS image transfers when a RADIUS server is used for AAA&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://layer77.net/2019/10/16/cisco-ios-xe-scp-server/" target="_blank" rel="noopener"&gt;https://layer77.net/2019/10/16/cisco-ios-xe-scp-server/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 05:16:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-put-users-into-enable-mode-at-first-login-to-switch/m-p/3942168#M23775</guid>
      <dc:creator>johnnylingo</dc:creator>
      <dc:date>2019-10-17T05:16:22Z</dc:date>
    </item>
  </channel>
</rss>

