<?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 Unused AAA Configuration in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180912#M437218</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the following configuration used, but don't see the point of the enable method at the end, since it will never progress beyond the line password.  I have tested this by having the TACACS server down, and removing the line password, but it still won't fail over to the enable password.  Can you see any reason for the use of the enable password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default  tacacs+ line enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 14:09:30 GMT</pubDate>
    <dc:creator>ipotts</dc:creator>
    <dc:date>2019-03-10T14:09:30Z</dc:date>
    <item>
      <title>Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180912#M437218</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the following configuration used, but don't see the point of the enable method at the end, since it will never progress beyond the line password.  I have tested this by having the TACACS server down, and removing the line password, but it still won't fail over to the enable password.  Can you see any reason for the use of the enable password?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default  tacacs+ line enable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:09:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180912#M437218</guid>
      <dc:creator>ipotts</dc:creator>
      <dc:date>2019-03-10T14:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180913#M437219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to see the debug for "debug aaa authentication" so that we can pin-point the issue. You will see somthing like following debug. Same worked for me. Here it is&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:39.369: AAA/MEMORY: create_user (0x48FA8C) user='' ruser='' port='tty3' rem_addr='x.x.x.x' authen_type=ASCII service=LOGIN priv=1&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:39.373: AAA/AUTHEN/START (3803660310): port='tty3' list='' action=LOGIN service=LOGIN&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:39.377: AAA/AUTHEN/START (3803660310): using "default" list&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:39.381: AAA/AUTHEN/START (3803660310): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:39.381: TAC+: send AUTHEN/START packet ver=192 id=3803660310&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:44.393: AAA/AUTHEN (3803660310): status = ERROR&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:44.397: AAA/AUTHEN/START (3803660310): Method=LINE&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:44.401: AAA/AUTHEN (3803660310): can't find any passwords&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:44.401: AAA/AUTHEN (3803660310): status = ERROR&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:44.405: AAA/AUTHEN/START (3803660310): Method=ENABLE&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:44.405: AAA/AUTHEN (3803660310): status = GETPASS&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:51.485: AAA/AUTHEN/CONT (3803660310): continue_login (user='(undef)')&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:51.489: AAA/AUTHEN (3803660310): status = GETPASS&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:51.493: AAA/AUTHEN/CONT (3803660310): Method=ENABLE&lt;/P&gt;&lt;P&gt;*Mar 14 19:27:51.493: AAA/AUTHEN (3803660310): status = PASS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2003 21:02:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180913#M437219</guid>
      <dc:creator>tepatel</dc:creator>
      <dc:date>2003-02-20T21:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180914#M437220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your excellent reply.  I am still having trouble, as shown below, my test never tries the enable method.  Would you please tell me what software version you used, and please send me your full configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST-3640#sh ver&lt;/P&gt;&lt;P&gt;Cisco Internetwork Operating System Software &lt;/P&gt;&lt;P&gt;IOS (tm) 3600 Software (C3640-I-M), Version 12.2(13)T1,  RELEASE SOFTWARE (fc1)&lt;/P&gt;&lt;P&gt;TAC Support: &lt;A class="jive-link-custom" href="http://www.cisco.com/tac" target="_blank"&gt;http://www.cisco.com/tac&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Copyright (c) 1986-2003 by cisco Systems, Inc.&lt;/P&gt;&lt;P&gt;Compiled Fri 03-Jan-03 15:10 by ccai&lt;/P&gt;&lt;P&gt;Image text-base: 0x60008930, data-base: 0x60C1A000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST-3640#sh run | incl aaa&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ line enable&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;TEST-3640#sh run | be line vty&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##########CONFIGURE AN ENABLE PASS AND LINE PASS ON VTY AND AAA AUTHEN###########&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST-3640(config)#enable pass enable&lt;/P&gt;&lt;P&gt;TEST-3640(config)#line vty 0 4&lt;/P&gt;&lt;P&gt;TEST-3640(config-line)#pass line&lt;/P&gt;&lt;P&gt;TEST-3640(config-line)#^Z&lt;/P&gt;&lt;P&gt;TEST-3640#&lt;/P&gt;&lt;P&gt;*Mar  9 21:21:52.543 UTC: %SYS-5-CONFIG_I: Configured from console by console&lt;/P&gt;&lt;P&gt;TEST-3640#conf t&lt;/P&gt;&lt;P&gt;Enter configuration commands, one per line.  End with CNTL/Z.&lt;/P&gt;&lt;P&gt;TEST-3640(config)#aaa new-model&lt;/P&gt;&lt;P&gt;TEST-3640(config)#aaa authen login default group tac line enable&lt;/P&gt;&lt;P&gt;TEST-3640(config)#^Z&lt;/P&gt;&lt;P&gt;TEST-3640#debug aaa authen&lt;/P&gt;&lt;P&gt;AAA Authentication debugging is on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#######LOGIN WITH line password and debug shows it worked################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST-3640#&lt;/P&gt;&lt;P&gt;*Mar  9 21:22:40.291 UTC: AAA/AUTHEN/LOGIN (00000014): Pick method list 'default' &lt;/P&gt;&lt;P&gt;*Mar  9 21:22:40.291 UTC: AAA/AUTHEN/LINE(00000014): GET_PASSWORD &lt;/P&gt;&lt;P&gt;*Mar  9 21:22:44.119 UTC: AAA/AUTHEN/LINE(00000014): PASS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#########REMOVE LINE PASSWORD AND FAILS#####################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST-3640#conf t&lt;/P&gt;&lt;P&gt;Enter configuration commands, one per line.  End with CNTL/Z.&lt;/P&gt;&lt;P&gt;TEST-3640(config)#line vty 0 4&lt;/P&gt;&lt;P&gt;TEST-3640(config-line)#no pass line&lt;/P&gt;&lt;P&gt;TEST-3640(config-line)#^Z&lt;/P&gt;&lt;P&gt;TEST-3640#&lt;/P&gt;&lt;P&gt;*Mar  9 21:23:02.695 UTC: %SYS-5-CONFIG_I: Configured from console by console&lt;/P&gt;&lt;P&gt;*Mar  9 21:23:06.907 UTC: AAA/AUTHEN/LOGIN (00000015): Pick method list 'default' &lt;/P&gt;&lt;P&gt;*Mar  9 21:23:06.911 UTC: AAA/AUTHEN/LINE(00000015): GET_PASSWORD &lt;/P&gt;&lt;P&gt;*Mar  9 21:23:16.683 UTC: AAA/AUTHEN/LINE(00000015): FAIL password incorrect&lt;/P&gt;&lt;P&gt;*Mar  9 21:23:18.683 UTC: AAA/AUTHEN/LOGIN (00000015): Pick method list 'default' &lt;/P&gt;&lt;P&gt;*Mar  9 21:23:18.683 UTC: AAA/AUTHEN/LINE(00000015): GET_PASSWORD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2003 09:12:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180914#M437220</guid>
      <dc:creator>ipotts</dc:creator>
      <dc:date>2003-02-21T09:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180915#M437221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My debug was on 12.1(18) with following config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authen login default group tac line enable &lt;/P&gt;&lt;P&gt;I will test it with your version and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2003 20:10:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180915#M437221</guid>
      <dc:creator>tepatel</dc:creator>
      <dc:date>2003-02-21T20:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180916#M437222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right..It doesen't work in .T releases. I have just tested it in 12.2(13)T and T1 and its broken. Authentication stops at "line"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To fix the issue use mainline versions like 12.2(13). I have tested it in mainline versions and it works. I am filing a bug and will let you know the bug number to follow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2003 22:10:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180916#M437222</guid>
      <dc:creator>tepatel</dc:creator>
      <dc:date>2003-02-21T22:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180917#M437223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have submitted CSCea26322 for this issue. To fix this issue, use mainline versions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2003 22:47:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180917#M437223</guid>
      <dc:creator>tepatel</dc:creator>
      <dc:date>2003-02-21T22:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unused AAA Configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180918#M437224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your hard work.  You have provided better service than what I get from the TAC!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well done,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2003 08:30:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/unused-aaa-configuration/m-p/180918#M437224</guid>
      <dc:creator>ipotts</dc:creator>
      <dc:date>2003-02-24T08:30:12Z</dc:date>
    </item>
  </channel>
</rss>

