<?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: AAA failover configuration in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251109#M434881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This line: &lt;/P&gt;&lt;P&gt;"aaa authorization exec default group tacacs+ local"&lt;/P&gt;&lt;P&gt;is stopping you from creating telnet session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "local" at the end of that line refers to the local user database which can be created on the router. Here's an example:&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username john password xxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;To use the line password as fallback change that line to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"aaa authorization exec default group tacacs+ none"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main problem with using a local userdatabase as a fallback is that the prompt looks exactly the same as tacacs, so you wouldn't know if the ACS tacacs server is up or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2004 21:39:56 GMT</pubDate>
    <dc:creator>pvanvuuren</dc:creator>
    <dc:date>2004-02-05T21:39:56Z</dc:date>
    <item>
      <title>AAA failover configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251108#M434880</link>
      <description>&lt;P&gt;I have IOS switches that I would like to use tacacs for authentication of the network admins.&lt;/P&gt;&lt;P&gt;That is cionfigured and working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble configuring a second form of authentication if TACACS servers aren't available. &lt;/P&gt;&lt;P&gt;I would like to use the telnet and enable passwords that are already on the switches for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I can't get that to work. I disable the ACS server and try to login to the switch, but the switch responds "access denied" after I enter the line password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my config and a debug of a failed attempt.&lt;/P&gt;&lt;P&gt;the xxx.xxx.xxx.xxx are my ACS servers and yyy.yyy.yyy.yyy is my laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ line&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;aaa authorization commands 15 default group tacacs+ local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: AAA: parse name=tty2 idb type=-1 tty=-1&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: AAA: name=tty2 flags=0x11 type=5 shelf=0 slot=0 adapter=0 port=&lt;/P&gt;&lt;P&gt;2 channel=0&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: AAA/MEMORY: create_user (0x80CD9D78) user='' ruser='' port='tty&lt;/P&gt;&lt;P&gt;2' rem_addr='yyy.yyy.yyy.yyy' authen_type=ASCII service=LOGIN priv=1&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: AAA/AUTHEN/START (223853451): port='tty2' list='' action=LOGIN&lt;/P&gt;&lt;P&gt;service=LOGIN&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: AAA/AUTHEN/START (223853451): using "default" list&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: AAA/AUTHEN/START (223853451): Method=tacacs+ (tacacs+)&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: TAC+: send AUTHEN/START packet ver=192 id=223853451&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: TAC+: Using default tacacs server-group "tacacs+" list.&lt;/P&gt;&lt;P&gt;Feb  5 14:06:14: TAC+: Opening TCP/IP to xxx.xxx.xxx.xxx/49 timeout=5&lt;/P&gt;&lt;P&gt;Feb  5 14:06:19: TAC+: TCP/IP open to xxx.xxx.xxx.xxx/49 failed -- Connection tim&lt;/P&gt;&lt;P&gt;ed out; remote host not responding&lt;/P&gt;&lt;P&gt;Feb  5 14:06:19: TAC+: Opening TCP/IP to xxx.xxx.xxx.xxx/49 timeout=5&lt;/P&gt;&lt;P&gt;Feb  5 14:06:27: TAC+: TCP/IP open to xxx.xxx.xxx.xxx/49 failed -- Connection tim&lt;/P&gt;&lt;P&gt;ed out; remote host not responding&lt;/P&gt;&lt;P&gt;Feb  5 14:06:27: AAA/AUTHEN (223853451): status = ERROR&lt;/P&gt;&lt;P&gt;Feb  5 14:06:27: AAA/AUTHEN/START (223853451): Method=LINE&lt;/P&gt;&lt;P&gt;Feb  5 14:06:27: AAA/AUTHEN (223853451): status = GETPASS&lt;/P&gt;&lt;P&gt;Feb  5 14:06:36: AAA/AUTHEN/ABORT: (223853451) because Carrier dropped.&lt;/P&gt;&lt;P&gt;Feb  5 14:06:36: AAA/MEMORY: free_user (0x80CD9D78) user='' ruser='' port='tty2'&lt;/P&gt;&lt;P&gt; rem_addr='yyy.yyy.yyy.yyy' authen_type=ASCII service=LOGIN p&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:39:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251108#M434880</guid>
      <dc:creator>ronald.change</dc:creator>
      <dc:date>2019-03-10T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: AAA failover configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251109#M434881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This line: &lt;/P&gt;&lt;P&gt;"aaa authorization exec default group tacacs+ local"&lt;/P&gt;&lt;P&gt;is stopping you from creating telnet session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "local" at the end of that line refers to the local user database which can be created on the router. Here's an example:&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username john password xxxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;To use the line password as fallback change that line to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"aaa authorization exec default group tacacs+ none"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main problem with using a local userdatabase as a fallback is that the prompt looks exactly the same as tacacs, so you wouldn't know if the ACS tacacs server is up or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2004 21:39:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251109#M434881</guid>
      <dc:creator>pvanvuuren</dc:creator>
      <dc:date>2004-02-05T21:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: AAA failover configuration</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251110#M434882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2004 14:07:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-failover-configuration/m-p/251110#M434882</guid>
      <dc:creator>ronald.change</dc:creator>
      <dc:date>2004-02-06T14:07:49Z</dc:date>
    </item>
  </channel>
</rss>

