<?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 How to get to enable mode directly with TACACS? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/how-to-get-to-enable-mode-directly-with-tacacs/m-p/4521424#M571836</link>
    <description>&lt;P&gt;My TACACS is working fine but it has a single issue that I'm trying to understand, how can I get the switch to log into exec mode directly after successfully login in to enable mode? My AAA config is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;aaa authentication login default group line&lt;BR /&gt;aaa authentication login admin local group ISE_ADMIN_TAC line&lt;BR /&gt;aaa authorization exec tac-author group ISE_ADMIN_TAC local&lt;BR /&gt;aaa authorization commands 0 tac-author group ISE_ADMIN_TAC local&lt;BR /&gt;aaa accounting exec default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;aaa accounting connection default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;aaa accounting commands 15 default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;aaa accounting system default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;username smdlocal password 0 smdlocal123&lt;BR /&gt;!&lt;BR /&gt;tacacs server &amp;lt;PSN_IP&amp;gt;&lt;BR /&gt;address ipv4 &amp;lt;PSN_IP&amp;gt;&lt;BR /&gt;key smdlocal123&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ ISE_ADMIN_TAC&lt;BR /&gt;server name &amp;lt;PSN_IP&amp;gt;&lt;BR /&gt;ip vrf forwarding mgmt-Vrf&lt;BR /&gt;ip tacacs source-interface FastEthernet1&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;!&lt;/PRE&gt;&lt;P&gt;And line configuration:&lt;/P&gt;&lt;PRE&gt;line vty 0 4&lt;BR /&gt;  exec-timeout 30 0&lt;BR /&gt;  password smdlocal123&lt;BR /&gt;  authorization exec tac-author&lt;BR /&gt;  login authentication admin&lt;BR /&gt;  transport input telnet&lt;BR /&gt;  escape-character 16&lt;BR /&gt;line vty 5 15&lt;BR /&gt;  exec-timeout 30 0&lt;BR /&gt;  password smdlocal123&lt;BR /&gt;  authorization exec tac-author&lt;BR /&gt;  login authentication admin&lt;BR /&gt;  transport input telnet&lt;BR /&gt;  escape-character 16&lt;BR /&gt;!&lt;/PRE&gt;&lt;P&gt;I keep getting into enable mode and I have to enter into exec mode manually, why?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 07:24:25 GMT</pubDate>
    <dc:creator>SMD28316</dc:creator>
    <dc:date>2021-12-20T07:24:25Z</dc:date>
    <item>
      <title>How to get to enable mode directly with TACACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-get-to-enable-mode-directly-with-tacacs/m-p/4521424#M571836</link>
      <description>&lt;P&gt;My TACACS is working fine but it has a single issue that I'm trying to understand, how can I get the switch to log into exec mode directly after successfully login in to enable mode? My AAA config is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;aaa authentication login default group line&lt;BR /&gt;aaa authentication login admin local group ISE_ADMIN_TAC line&lt;BR /&gt;aaa authorization exec tac-author group ISE_ADMIN_TAC local&lt;BR /&gt;aaa authorization commands 0 tac-author group ISE_ADMIN_TAC local&lt;BR /&gt;aaa accounting exec default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;aaa accounting connection default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;aaa accounting commands 15 default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;aaa accounting system default start-stop group ISE_ADMIN_TAC&lt;BR /&gt;username smdlocal password 0 smdlocal123&lt;BR /&gt;!&lt;BR /&gt;tacacs server &amp;lt;PSN_IP&amp;gt;&lt;BR /&gt;address ipv4 &amp;lt;PSN_IP&amp;gt;&lt;BR /&gt;key smdlocal123&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ ISE_ADMIN_TAC&lt;BR /&gt;server name &amp;lt;PSN_IP&amp;gt;&lt;BR /&gt;ip vrf forwarding mgmt-Vrf&lt;BR /&gt;ip tacacs source-interface FastEthernet1&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;!&lt;/PRE&gt;&lt;P&gt;And line configuration:&lt;/P&gt;&lt;PRE&gt;line vty 0 4&lt;BR /&gt;  exec-timeout 30 0&lt;BR /&gt;  password smdlocal123&lt;BR /&gt;  authorization exec tac-author&lt;BR /&gt;  login authentication admin&lt;BR /&gt;  transport input telnet&lt;BR /&gt;  escape-character 16&lt;BR /&gt;line vty 5 15&lt;BR /&gt;  exec-timeout 30 0&lt;BR /&gt;  password smdlocal123&lt;BR /&gt;  authorization exec tac-author&lt;BR /&gt;  login authentication admin&lt;BR /&gt;  transport input telnet&lt;BR /&gt;  escape-character 16&lt;BR /&gt;!&lt;/PRE&gt;&lt;P&gt;I keep getting into enable mode and I have to enter into exec mode manually, why?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 07:24:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-get-to-enable-mode-directly-with-tacacs/m-p/4521424#M571836</guid>
      <dc:creator>SMD28316</dc:creator>
      <dc:date>2021-12-20T07:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get to enable mode directly with TACACS?</title>
      <link>https://community.cisco.com/t5/network-access-control/how-to-get-to-enable-mode-directly-with-tacacs/m-p/4521776#M571858</link>
      <description>&lt;P&gt;What privilege level are you returning for the user that needs to go straight to enable&amp;nbsp; If you return Min=15 and Max=15 then the user will go directly to enable mode&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 20:15:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/how-to-get-to-enable-mode-directly-with-tacacs/m-p/4521776#M571858</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2021-12-20T20:15:55Z</dc:date>
    </item>
  </channel>
</rss>

