<?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: Using multiple AAA servers in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704719#M421867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turn the problem upside down...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bet your using tacacs+ default method for vty(telnet or ssh) access to the router. You can specify an aaa method for the vty,con and aux line interface on your router. Use the default for your auth-proxy and a named mothod for the administration. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 15:35:25 GMT</pubDate>
    <dc:creator>dominic.caron</dc:creator>
    <dc:date>2007-01-30T15:35:25Z</dc:date>
    <item>
      <title>Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704714#M421862</link>
      <description>&lt;P&gt;Is it possible to direct aaa authentication/authorization for my "auth-proxy" function to one TACACS server and send all other authentication/authorization requests to a different TACACS+ server?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:57:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704714#M421862</guid>
      <dc:creator>dkrijgsman</dc:creator>
      <dc:date>2019-03-10T21:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704715#M421863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must first define each server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Create 2 server group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs tac1&lt;/P&gt;&lt;P&gt; server x.x.x.x (server1)&lt;/P&gt;&lt;P&gt;aaa group server tacacs tac2&lt;/P&gt;&lt;P&gt; server x.x.x.x (server2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use those server group in your aaa method list insted of the keyword Tacacs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 20:35:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704715#M421863</guid>
      <dc:creator>dominic.caron</dc:creator>
      <dc:date>2007-01-29T20:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704716#M421864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dominic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for responding. I was already testing with AAA server groups, however I can't seem to get it right. I've tried the folowing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ proxy-test&lt;/P&gt;&lt;P&gt; server 212.84.0.19&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login auth-proxy group proxy-test&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp default if-needed group tacacs+ none&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization auth-proxy default group proxy-test &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 0 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting connection default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting system default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip auth-proxy inactivity-timer 10&lt;/P&gt;&lt;P&gt;ip auth-proxy name proxy-test http&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Interface X&lt;/P&gt;&lt;P&gt; ip auth-proxy proxy-test&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x key x &lt;/P&gt;&lt;P&gt;tacacs-server host y.y.y.y key y  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the authentication/authorization for is always directed at the "default" list of methods. Auth-proxy on the same tacacs server is no problem and works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:06:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704716#M421864</guid>
      <dc:creator>dkrijgsman</dc:creator>
      <dc:date>2007-01-30T10:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704717#M421865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;double post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:39:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704717#M421865</guid>
      <dc:creator>dkrijgsman</dc:creator>
      <dc:date>2007-01-30T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704718#M421866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I configure a secondry ACS server on Pix ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 14:16:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704718#M421866</guid>
      <dc:creator>tsafwat</dc:creator>
      <dc:date>2007-01-30T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704719#M421867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turn the problem upside down...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bet your using tacacs+ default method for vty(telnet or ssh) access to the router. You can specify an aaa method for the vty,con and aux line interface on your router. Use the default for your auth-proxy and a named mothod for the administration. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 15:35:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704719#M421867</guid>
      <dc:creator>dominic.caron</dc:creator>
      <dc:date>2007-01-30T15:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704720#M421868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, after some testing i have an initial and working setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ proxy&lt;/P&gt;&lt;P&gt; server x.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group proxy&lt;/P&gt;&lt;P&gt;aaa authentication login maintenance group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication enable default group tacacs+ enable&lt;/P&gt;&lt;P&gt;aaa authentication ppp maintenance if-needed group tacacs+ none&lt;/P&gt;&lt;P&gt;aaa authorization exec maintenance group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization network maintenance group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization auth-proxy default group proxy &lt;/P&gt;&lt;P&gt;aaa accounting exec maintenance start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 0 maintenance start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 maintenance start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network maintenance start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting connection maintenance start-stop group tacacs+&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;ip auth-proxy inactivity-timer 10 &lt;/P&gt;&lt;P&gt;ip auth-proxy name proxy-test http &lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;Interface X &lt;/P&gt;&lt;P&gt;ip auth-proxy proxy-test&lt;/P&gt;&lt;P&gt;! &lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x key x &lt;/P&gt;&lt;P&gt;tacacs-server host y.y.y.y key y&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line 0 15&lt;/P&gt;&lt;P&gt;login authentication maintenance&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;login authentication maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i saw in the AAA debugs during an auth-proxy requestis that the "AAA authentication default" method list is always requested. I want to be able to create a named method list for this feature, but i'm not sure if i'll get it working. For now this will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 15:47:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704720#M421868</guid>
      <dc:creator>dkrijgsman</dc:creator>
      <dc:date>2007-01-30T15:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704721#M421869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ host 1.1.1.1&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ host 2.2.2.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is usualy simple. If you need to load-balance on the two server, you need a CSS or something like that. Tacacs is generaly easy to loadbalance, radius is another story(udp). Since UDP is not connection oriented, you must rely on connection timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 15:48:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704721#M421869</guid>
      <dc:creator>dominic.caron</dc:creator>
      <dc:date>2007-01-30T15:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704722#M421870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dominic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; As you can see, I've just come to the same conclusion.&lt;/P&gt;&lt;P&gt;It is possible to use a named method list for the auth-proxy? If it's not i'll leave it with this setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx many times&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 15:51:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704722#M421870</guid>
      <dc:creator>dkrijgsman</dc:creator>
      <dc:date>2007-01-30T15:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704723#M421871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think auth-proxy is tied to the http server implementation. This is a guess but you could try to change the http server aaa method...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http authentication aaa login-authentication (method)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, cant test this on my prod network &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 16:01:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704723#M421871</guid>
      <dc:creator>dominic.caron</dc:creator>
      <dc:date>2007-01-30T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using multiple AAA servers</title>
      <link>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704724#M421872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dominic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I specify a named method for example: "ip http authentication aaa login-authentication test" the auth-proxy function still requests the default method list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if i'm going to implement this feature it seems i'll have to leave the default method list for auth-proxy functions.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 10:10:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/using-multiple-aaa-servers/m-p/704724#M421872</guid>
      <dc:creator>dkrijgsman</dc:creator>
      <dc:date>2007-01-31T10:10:47Z</dc:date>
    </item>
  </channel>
</rss>

