<?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: TACACS+ Configuration Network Devices asking for Enable password in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3699280#M25214</link>
    <description>&lt;P&gt;Also check out several T+ resources&amp;nbsp;@ &lt;A href="http://cs.co/ise-guides" target="_blank"&gt;http://cs.co/ise-guides&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The login user needs a default privilege set to its enable level for this to work, besides the configuration line provided.&lt;/P&gt;</description>
    <pubDate>Sun, 02 Sep 2018 02:53:55 GMT</pubDate>
    <dc:creator>hslai</dc:creator>
    <dc:date>2018-09-02T02:53:55Z</dc:date>
    <item>
      <title>TACACS+ Configuration Network Devices asking for Enable password</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3696666#M25210</link>
      <description>&lt;P&gt;Hi Cisco Community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm new on configuring tacacs, hope you can help me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a issue, every time I log in using my TACACS+ account it still ask me for the&amp;nbsp;&lt;STRONG&gt;enable password&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;based on the config below, what is the command here that still asks me for the enable password? or should I delete the enable password itself to bypass that?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my goal is:&lt;/P&gt;
&lt;P&gt;1. whenever I logged in my credentials using my tacacs+ account, i can proceed already to priv mode and the device should not ask for the enable password.&lt;/P&gt;
&lt;P&gt;2. are all the config here are necessary? if no, can you help me identify what are the unnecessary commands to achieve goal 1?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CONFIG:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;aaa new-model&lt;BR /&gt;aaa group server tacacs+ default&lt;BR /&gt; server 172.x.x.x&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ ciscosecure&lt;BR /&gt; server 172.x.x.x.x&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group tacacs+ line&lt;BR /&gt;aaa authentication login console line none&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization commands 0 default group tacacs+ none &lt;BR /&gt;aaa authorization commands 15 default group tacacs+ none &lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting commands 0 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;!&lt;BR /&gt;aaa session-id common&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tacacs-server host 172.x.x.x&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;tacacs-server key 7 030A0B090A1A2F481D1B&lt;BR /&gt;radius-server source-ports 1645-1646&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 08:48:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3696666#M25210</guid>
      <dc:creator>joseluis</dc:creator>
      <dc:date>2019-03-11T08:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS+ Configuration Network Devices asking for Enable password</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3696755#M25212</link>
      <description>&lt;P&gt;Add below line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;aaa authorization exec default group tacacs+ local if-authenticated&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;“if-authenticated” keyword at the end of this line, if authenticated we will immediately be dropped into exec (enable) mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure you do this using test device always with console access, if you lockout yourself you have console access to fix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test and Advise.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 06:40:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3696755#M25212</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2018-08-29T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: TACACS+ Configuration Network Devices asking for Enable password</title>
      <link>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3699280#M25214</link>
      <description>&lt;P&gt;Also check out several T+ resources&amp;nbsp;@ &lt;A href="http://cs.co/ise-guides" target="_blank"&gt;http://cs.co/ise-guides&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The login user needs a default privilege set to its enable level for this to work, besides the configuration line provided.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Sep 2018 02:53:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/tacacs-configuration-network-devices-asking-for-enable-password/m-p/3699280#M25214</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-09-02T02:53:55Z</dc:date>
    </item>
  </channel>
</rss>

