<?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: Privilege mode authentication using Tacacs for Cisco Routers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518778#M426403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still confused. I dont know how to get it to throw the prompt for "username" at me when I try to enter enable mode. Did I miss something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Oct 2010 19:04:58 GMT</pubDate>
    <dc:creator>uzmausmani</dc:creator>
    <dc:date>2010-10-07T19:04:58Z</dc:date>
    <item>
      <title>Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518771#M426382</link>
      <description>&lt;P&gt;I am trying to set up a test environment where I need to be able to be asked for both a username and password while entering enable mode from exec mode on a cisco IOS router. I was told the only way to do that is through Tacacs. But I've not seen any such configuration options on Tacacs in order to set it up right. Has someone ever did a setup like this before. I would appreciate any help on this. Thanks.&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:28:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518771#M426382</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2019-03-11T00:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518772#M426387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;when the&lt;STRONG&gt; aaa authentication enable default &lt;STRONG&gt;&lt;EM&gt;group tacacs+&lt;/EM&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; command or the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;aaa authentication enable default &lt;EM&gt;group&lt;/EM&gt;&lt;/STRONG&gt; command that points towards a TACACS+ server group is configured authentication happens using username $enab15$, so you dont get the username prompt only the password prompt.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt; "&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.cisco.com/docs/DOC-4317;jsessionid=0AD3918732307A3063A5650DC50908C9.node0"&gt;https://supportforums.cisco.com/docs/DOC-4317;jsessionid=0AD3918732307A3063A5650DC50908C9.node0&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518772#M426387</guid>
      <dc:creator>aneelaka</dc:creator>
      <dc:date>2010-10-05T22:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518773#M426389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do realise that but that doesnt solve my problem. I have a customer who has this environment where the cisco IOS router prompts for a username&lt;/P&gt;&lt;P&gt;and password upon entering enable mode. I'm trying to replicate that test environment. If the router accepts a default username from Tacacs that doesnt create the setup I'm looking to establish. Is there is way to setup Tacacs to prompt for a username and password instead of using the default one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 17:25:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518773#M426389</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-06T17:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518774#M426391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure your IOS upgraded to the latest version and try the below config:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ &lt;BR /&gt;aaa authentication enable default group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host 10.76.86.85&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;tacacs-server key cisco123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;BR /&gt;login authentication default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On ACS server under the user specify the enable password&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 18:07:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518774#M426391</guid>
      <dc:creator>aneelaka</dc:creator>
      <dc:date>2010-10-06T18:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518775#M426395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that. It wouldnt even give me a login prompt on telnet. It just connected and after throwing me the start banner.. after a certain time it timed out..never even asked me a login.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:55:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518775#M426395</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-06T20:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518776#M426397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay..now I've gotten it to where its asking me for username password for exec level..but it still only asks me enable password..still doesnt ask me for username when I try to get into enable mode...Is there any group setting I need change in order to accomplish that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 16:06:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518776#M426397</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-07T16:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518777#M426402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now for the password prompt you need to enter the enable password you entered in the ACS user setup, ena&lt;/P&gt;&lt;P&gt;ble password. Also you can turn on debug aaa authentication and debug tacacs to see more de&lt;BR /&gt;tails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 17:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518777#M426402</guid>
      <dc:creator>aneelaka</dc:creator>
      <dc:date>2010-10-07T17:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518778#M426403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still confused. I dont know how to get it to throw the prompt for "username" at me when I try to enter enable mode. Did I miss something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 19:04:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518778#M426403</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-07T19:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518779#M426406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To clear up some confusion here can you post the full show run from your device minus the interface/acl configuration for brevity please.&lt;/P&gt;&lt;P&gt;--Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:20:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518779#M426406</guid>
      <dc:creator>jedubois</dc:creator>
      <dc:date>2010-10-07T20:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518780#M426407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;version 12.3&lt;/P&gt;&lt;P&gt;service timestamps debug datetime msec&lt;/P&gt;&lt;P&gt;service timestamps log datetime msec&lt;/P&gt;&lt;P&gt;no service password-encryption&lt;/P&gt;&lt;P&gt;service compress-config&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname 2621-3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot-start-marker&lt;/P&gt;&lt;P&gt;boot system flash c2600-i-mz.123-26.bin&lt;/P&gt;&lt;P&gt;boot-end-marker&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;logging buffered 5001 debugging&lt;/P&gt;&lt;P&gt;no logging console&lt;/P&gt;&lt;P&gt;no logging monitor&lt;/P&gt;&lt;P&gt;enable password cisco&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;memory-size iomem 10&lt;/P&gt;&lt;P&gt;clock timezone CST -7&lt;/P&gt;&lt;P&gt;clock summer-time CST recurring&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;ip cef&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;no ip domain lookup&lt;/P&gt;&lt;P&gt;ip domain name int.voyence.com&lt;/P&gt;&lt;P&gt;ip name-server 192.168.21.5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!key chain jetef&lt;/P&gt;&lt;P&gt; key 10&lt;/P&gt;&lt;P&gt;&amp;nbsp; key-string c1sco&lt;/P&gt;&lt;P&gt;modemcap entry ZOOM&lt;/P&gt;&lt;P&gt;modemcap entry ZOOM&lt;/P&gt;&lt;P&gt;username jeff password 0 jeff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host 192.168.21.230 key cisco&lt;BR /&gt;tacacs-server host 10.6.230.32&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;tacacs-server key dakey&lt;BR /&gt;line con 0&lt;BR /&gt; exec-timeout 15 0&lt;BR /&gt; logging synchronous&lt;BR /&gt; speed 115200&lt;BR /&gt;line aux 0&lt;BR /&gt; exec-timeout 15 0&lt;BR /&gt; password 7 104D000A0618&lt;BR /&gt; logging synchronous&lt;BR /&gt; modem InOut&lt;BR /&gt; modem autoconfigure discovery&lt;BR /&gt; terminal-type monitor&lt;BR /&gt; transport input all&lt;BR /&gt; stopbits 1&lt;BR /&gt; flowcontrol hardware&lt;BR /&gt;line vty 0 4&lt;BR /&gt; exec-timeout 15 0&lt;BR /&gt; password cisco&lt;BR /&gt; private&lt;BR /&gt; logging synchronous&lt;BR /&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:29:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518780#M426407</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-07T20:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518781#M426410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you trying to do local authentication to the router but TACACS+ authentication to the enable prompt?&lt;/P&gt;&lt;P&gt;You will not be prompted for a username when going into the enable prompt, in IOS when going into enable it will use the username you are currently logged in as and prompt for a password only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest going with both exec and enable authentication using TACACS+ in this case as previously suggested:&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local&lt;/P&gt;&lt;P&gt;--Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:36:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518781#M426410</guid>
      <dc:creator>jedubois</dc:creator>
      <dc:date>2010-10-07T20:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518782#M426412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had done that before but it wasnt working. Okay..I tried it again and still no luck. It doesnt prompt me for username again&lt;/P&gt;&lt;P&gt;on entering enable mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHENTICATION REQUIRED&lt;/P&gt;&lt;P&gt;Username: uzma&lt;BR /&gt;Password:&lt;/P&gt;&lt;P&gt;=============================================================================&lt;BR /&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REMINDER: All activities on this device are monitored&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;BR /&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *** All changes MUST be approved prior to execution ***&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;BR /&gt;=============================================================================&lt;/P&gt;&lt;P&gt;2621-3&amp;gt;en&lt;BR /&gt;Password:&lt;BR /&gt;2621-3#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:45:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518782#M426412</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-07T20:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518783#M426414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is correct, as I stated in my previous post you can no accomplish what you are trying to do.&amp;nbsp; In IOS the username you use to log in&lt;/P&gt;&lt;P&gt;to the router is ALWAYS used when you enter enable mode.&amp;nbsp; If you want to change the user you are logged in as you will need to log out of the&lt;/P&gt;&lt;P&gt;router and log back in with the correct user.&lt;/P&gt;&lt;P&gt;--Jesse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:53:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518783#M426414</guid>
      <dc:creator>jedubois</dc:creator>
      <dc:date>2010-10-07T20:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Privilege mode authentication using Tacacs for Cisco Routers</title>
      <link>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518784#M426416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm..so you're saying what I'm trying to setup isnt possible? I'll check with&lt;/P&gt;&lt;P&gt;the customer as to how they have set this up. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 20:58:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/privilege-mode-authentication-using-tacacs-for-cisco-routers/m-p/1518784#M426416</guid>
      <dc:creator>uzmausmani</dc:creator>
      <dc:date>2010-10-07T20:58:30Z</dc:date>
    </item>
  </channel>
</rss>

