<?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: 9300L switch to use configured ENABLE password within ISE per user in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250442#M594376</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1746074"&gt;@Ced W&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You should have "login local" under line vty&lt;/P&gt;
&lt;P&gt;do you have "aaa new-model"&amp;nbsp; command?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2025 20:31:19 GMT</pubDate>
    <dc:creator>Flavio Miranda</dc:creator>
    <dc:date>2025-01-21T20:31:19Z</dc:date>
    <item>
      <title>9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248319#M594267</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am migrating from ACS/TACACS+ deployment, to ISE/RADIUS deployment.&lt;BR /&gt;I am able to get the switches to roger up with ISE/RADIUS deployment but I am unable to move into Priv EXEC mode unless I am consoled in. When I try to SSH with IP address, I get "% Error in Authentication" or if I configure a secret password, all users would have to use that same secret password.&lt;/P&gt;&lt;P&gt;How do I setup ISE/Radius deployment to use individual user set enable password on the ISE server when logging into the switch ...?&lt;/P&gt;&lt;P&gt;I have looked at other threads but none help my situation and currently looking, Cisco TAC was unable to assist.&lt;BR /&gt;But I am about to poor over this guide: &lt;A href="https://www.cisco.com/c/en/us/td/docs/security/ise/3-3/admin_guide/b_ise_admin_3_3/b_ISE_admin_33_device_admin.html#concept_9B1DD5A7AD9C445AAC764722E6E7D32A" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/ise/3-3/admin_guide/b_ise_admin_3_3/b_ISE_admin_33_device_admin.html#concept_9B1DD5A7AD9C445AAC764722E6E7D32A&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;AAA config below&lt;BR /&gt;&lt;BR /&gt;TestBench#sh run aaa&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group ISE local enable&lt;BR /&gt;aaa authorization exec default group ISE if-authenticated&lt;BR /&gt;aaa authorization console&lt;BR /&gt;aaa accounting connection default start-stop group ISE&lt;BR /&gt;aaa accounting system default start-stop group ISE&lt;BR /&gt;username actual privilege 15 secret 9&lt;BR /&gt;!&lt;BR /&gt;radius server ISE01&lt;BR /&gt;address ipv4 auth-port 1812 acct-port 1813&lt;BR /&gt;key 7&lt;BR /&gt;!&lt;BR /&gt;radius server ISE02&lt;BR /&gt;address ipv4 auth-port 1812 acct-port 1813&lt;BR /&gt;key 7&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius ISE&lt;BR /&gt;server name ISE01&lt;BR /&gt;server name ISE02&lt;BR /&gt;!&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;ip radius source-interface Vlan6192847&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 20:53:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248319#M594267</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-16T20:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248325#M594268</link>
      <description>&lt;P&gt;you need something like this:&lt;/P&gt;
&lt;P&gt;aaa authentication enable default group ISE local&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 21:37:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248325#M594268</guid>
      <dc:creator>ccieexpert</dc:creator>
      <dc:date>2025-01-16T21:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248327#M594269</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1746074"&gt;@Ced W&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You line vty is configured?&lt;/P&gt;
&lt;LI-CODE lang="ps"&gt;line vty 0 4
 transport input ssh
 login local
line vty 5 15
 transport input ssh
 login local&lt;/LI-CODE&gt;
&lt;P&gt;You should have this lines&lt;/P&gt;
&lt;DIV class="code-toolbar"&gt;&lt;LI-CODE lang="markup"&gt;aaa authentication enable default group ISE  enable&lt;/LI-CODE&gt;
&lt;DIV class="toolbar"&gt;
&lt;DIV class="toolbar-item" style="text-align: center;"&gt;
&lt;DIV class="code-toolbar"&gt;&lt;LI-CODE lang="markup"&gt;aaa authorization exec default group ISE   local&lt;/LI-CODE&gt;
&lt;DIV class="toolbar"&gt;
&lt;DIV class="toolbar-item"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Jan 2025 21:44:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248327#M594269</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2025-01-16T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248396#M594270</link>
      <description>&lt;P&gt;I will send you PM tomorrow&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 00:30:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5248396#M594270</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2025-01-17T00:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250424#M594373</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/178747"&gt;@Flavio Miranda&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have tried "login local" but that option is not available for this 9300L 48 PoE+ 4x10G switch&lt;BR /&gt;I did try the following variations, "login authentication ISE", in which i got this error, "AAA: Warning authentication list "ISE" is not defined for LOGIN." and doing research on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried "login authentication default", to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 19:45:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250424#M594373</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-21T19:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250427#M594374</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1481123"&gt;@ccieexpert&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;That specific line of code is not available on this 9300L 48 PoE+ 4x10G switch, but I did try a variation, "aaa authentication login default group ISE local enable", but this did not help either. I am afraid to take remove the "enable secret password" line and try for fear of getting locked out and having to backdoor the switch again.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 19:48:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250427#M594374</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-21T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250439#M594375</link>
      <description>&lt;P&gt;that wont help with enable.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-knowledge-base/cisco-ise-device-administration-prescriptive-deployment-guide/ta-p/3738365" target="_blank"&gt;https://community.cisco.com/t5/security-knowledge-base/cisco-ise-device-administration-prescriptive-deployment-guide/ta-p/3738365&lt;/A&gt;&lt;/P&gt;
&lt;PRE style="box-sizing: inherit; overflow: auto; font-family: revert; font-size: 14px; display: block; padding: 0px; margin: 0px; line-height: revert; word-break: break-all; overflow-wrap: break-word; color: #3e3e3e; background-color: #f5f5f5; border: 0px; border-radius: 4px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-variant-numeric: revert; font-variant-east-asian: revert; font-variant-alternates: revert; font-variant-position: revert; font-variant-emoji: revert; font-weight: 300; font-stretch: revert; font-optical-sizing: revert; font-size-adjust: revert; font-kerning: revert; font-feature-settings: revert; font-variation-settings: revert; vertical-align: baseline; white-space: pre; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"&gt;aaa authentication enable default group ISE enable  ... please paste your current config..&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Jan 2025 20:24:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250439#M594375</guid>
      <dc:creator>ccieexpert</dc:creator>
      <dc:date>2025-01-21T20:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250442#M594376</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1746074"&gt;@Ced W&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You should have "login local" under line vty&lt;/P&gt;
&lt;P&gt;do you have "aaa new-model"&amp;nbsp; command?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 20:31:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5250442#M594376</guid>
      <dc:creator>Flavio Miranda</dc:creator>
      <dc:date>2025-01-21T20:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5251798#M594444</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1481123"&gt;@ccieexpert&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are the configs, not sure which config you are asking for....&lt;BR /&gt;I am looking through the guide, thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 20:12:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5251798#M594444</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-23T20:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5251800#M594445</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/178747"&gt;@Flavio Miranda&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have "authorization exec default", I will try "login local"&lt;BR /&gt;Yes, I do have "aaa new-model" command.&lt;BR /&gt;&lt;BR /&gt;***EDIT&lt;BR /&gt;"login local" is not an available command.&lt;/P&gt;&lt;P&gt;TestBench(config-line)#login ?&lt;BR /&gt;authentication Authentication parameters.&lt;/P&gt;&lt;P&gt;TestBench(config-line)#login auth&lt;BR /&gt;TestBench(config-line)#login authentication ?&lt;BR /&gt;WORD Use an authentication list with this name.&lt;BR /&gt;default Use the default authentication list.&lt;/P&gt;&lt;P&gt;TestBench(config-line)#login authentication d&lt;BR /&gt;TestBench(config-line)#login authentication default ?&lt;BR /&gt;&amp;lt;cr&amp;gt; &amp;lt;cr&amp;gt;&lt;/P&gt;&lt;P&gt;TestBench(config-line)#login authentication default&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 20:16:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5251800#M594445</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-23T20:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5251802#M594446</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/178747"&gt;@Flavio Miranda&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I added the suggested line and now I get&lt;/P&gt;&lt;PRE&gt;aaa authentication enable default group ISE  enable&lt;/PRE&gt;&lt;P&gt;instead of "wrong/bad password"&lt;BR /&gt;Glad I didn't "wr" or else I would have to back door the switch to recover password&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 20:22:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5251802#M594446</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-23T20:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5252240#M594462</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1746074"&gt;@Ced W&lt;/a&gt;&amp;nbsp;just wondering why you want to use Radius instead of Tacacs for device authentications ? Tacacs is much better for this use instead of Radius.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow can you try config like this. Don't define anything under line VTY, and it should pick default method.&lt;/P&gt;&lt;P&gt;aaa authentication login default group ISE local&lt;BR /&gt;aaa authorization exec default group ISE local&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 15:12:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5252240#M594462</guid>
      <dc:creator>PSM</dc:creator>
      <dc:date>2025-01-24T15:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5253921#M594597</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1048237"&gt;@PSM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I tried TACACS+ but could not figure it out, it was much easier for me to get up and running on RADIUS. But if you can help me setup TACACS+ properly, I would love to do that instead.&lt;BR /&gt;&lt;BR /&gt;This is what I have on my vty line 0 1, should i remove the bold and underlined items ...? Thank you&lt;BR /&gt;&lt;BR /&gt;TestBench#sh run all | b line vty 0 1&lt;BR /&gt;line vty 0 1&lt;BR /&gt;session-timeout 2&lt;BR /&gt;access-class MANAGEMENT_NET in&lt;BR /&gt;motd-banner&lt;BR /&gt;exec-banner&lt;BR /&gt;exec-timeout 10 0&lt;BR /&gt;timeout login response 30&lt;BR /&gt;privilege level 1&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;authorization exec default&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;accounting exec default&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;logging synchronous&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;login authentication default&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;data-character-bits 8&lt;BR /&gt;exec-character-bits 7&lt;BR /&gt;special-character-bits 7&lt;BR /&gt;domain-lookup&lt;BR /&gt;exec&lt;BR /&gt;length 24&lt;BR /&gt;width 80&lt;BR /&gt;history size 10&lt;BR /&gt;history&lt;BR /&gt;editing&lt;BR /&gt;monitor&lt;BR /&gt;transport input ssh&lt;BR /&gt;escape-character soft DEFAULT&lt;BR /&gt;escape-character DEFAULT&lt;BR /&gt;start-character 17&lt;BR /&gt;stop-character 19&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 20:49:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5253921#M594597</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-28T20:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5253924#M594598</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1048237"&gt;@PSM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have tried the lines you recommended, it still only allows me to login with the configured enable password on the switch and not the pre-configured enable password in ISE, see photo...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/238654iC73FF4286E01E14C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 20:56:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5253924#M594598</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-28T20:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5254212#M594609</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1746074"&gt;@Ced W&lt;/a&gt;&amp;nbsp;please remove "&lt;SPAN&gt;privilege level 1"&amp;nbsp;&lt;/SPAN&gt;from line vty and then test.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 12:57:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5254212#M594609</guid>
      <dc:creator>PSM</dc:creator>
      <dc:date>2025-01-29T12:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5254322#M594616</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1048237"&gt;@PSM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I removed "privilege level 1" from "line vty 0 1" - had the same result, when I try to enable to exec mode, it only allows me to use the pre-configured enable password on the switch, and not the pre-configured password within ISE set for each individual user.&lt;BR /&gt;&lt;BR /&gt;However, I added the line "privilege level 15" and when i logged, i was automatically taken to exec mode. Which is a win, however because this is a DoD network, I need all priv lvl 15 users to be dropped in user exec mode, then have to elevate to priv exec when needed.&lt;BR /&gt;&lt;BR /&gt;At any rate you put me on the right track-ish and I can start building out my network remotely once all the core infrastructure is racked and stacked.. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 15:17:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5254322#M594616</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-29T15:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: 9300L switch to use configured ENABLE password within ISE per user</title>
      <link>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5255492#M594712</link>
      <description>&lt;P&gt;Solved*&lt;BR /&gt;Thank you ALL ...!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;after having this config on the switch...&lt;BR /&gt;&lt;BR /&gt;aaa new-model&lt;BR /&gt;aaa session-id common&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group ISE local enable&lt;BR /&gt;!&lt;BR /&gt;aaa authorization exec default group ISE if-authenticated&lt;BR /&gt;aaa authorization exec ISE local&lt;BR /&gt;aaa authorization console&lt;BR /&gt;!&lt;BR /&gt;aaa accounting connection default start-stop group ISE&lt;BR /&gt;aaa accounting system default start-stop group ISE&lt;BR /&gt;!&lt;BR /&gt;radius server ISE01&lt;BR /&gt;address ipv4 address auth-port 1812 acct-port 1813&lt;BR /&gt;key cisco123&lt;BR /&gt;!&lt;BR /&gt;radius server ISE02&lt;BR /&gt;address ipv4 address auth-port 1812 acct-port 1813&lt;BR /&gt;key cisco123&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius ISE&lt;BR /&gt;server name ISE01&lt;BR /&gt;server name ISE02&lt;BR /&gt;!&lt;BR /&gt;username cisco privilege 15 secret password&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it wasn't until I looked at "line con 0" and "line vty 0 1", using "sh run &lt;U&gt;&lt;STRONG&gt;all&lt;/STRONG&gt;&lt;/U&gt;" which stated "priviledge level 1", however when i do a "show privilege" is says, "privilege level 15", so I typed "privilege level 15" under both "line con 0" and "line vty 0 1"&lt;BR /&gt;&lt;BR /&gt;I think i am good to go for now but what is confusing is that, on current switch 3850 network setup it has "privilege level 1" on "line con 0" and "line vty 0 1" and I am able to login to exec priv without issue but trying this on switch 9300 I am unable to unless I specify lvl 15&amp;nbsp; in the vty and console. Maybe a bug ? or the way I have radius setup instead of tacacs+?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so now, I will port over all 3850 switches from ACS to ISE, then once I get a good switch config for the 9300's, deploy 2x firewall 3100's, deploy voice router, deploy CUCM, catalyst center/w2cores, 50 new ap's, 2 new wlc's, 2x cisco proxy servers... then i will start replacing the 3850's with the 9300's and eventually move from radius to tacacs+&lt;BR /&gt;&lt;BR /&gt;thank you all for your help, tshooting was fun and looking forward to ccnp studies.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 21:01:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/9300l-switch-to-use-configured-enable-password-within-ise-per/m-p/5255492#M594712</guid>
      <dc:creator>Ced W</dc:creator>
      <dc:date>2025-01-31T21:01:40Z</dc:date>
    </item>
  </channel>
</rss>

