<?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 Authentication problem with second TACACs server ACS on switch in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348029#M555166</link>
    <description>&lt;P&gt;Actually I have an ACS appliance (version 5.3) in production in my network and I going to replace it for a virtual machine in the version 5.8.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The switches have a config like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ tacacs2&lt;BR /&gt; server 192.168.1.240&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group tacacs2 local&lt;BR /&gt;aaa authentication login con local&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group tacacs2 local &lt;BR /&gt;aaa authorization exec con none &lt;BR /&gt;aaa authorization commands 1 default group tacacs2 local &lt;BR /&gt;aaa authorization commands 15 default group tacacs2 local &lt;BR /&gt;aaa accounting commands 1 default start-stop group tacacs2&lt;BR /&gt;aaa accounting commands 5 default start-stop group tacacs2&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tacacs-server host &lt;SPAN&gt;192.168.1.240&lt;/SPAN&gt; key 7 094D4D1A0A561D405B5D56393C&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, actually the second server is ready for to be added to the Network, and before to remove the old ACS I thought to add the new ACS to the aaa group server:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;tacacs-server host 192.168.11.100 key &amp;lt;key&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;aaa group server tacacs+ tacacs2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;server 192.168.11.100&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, how both ACS's are independent servers (stand alone) when I try to test the users this is the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SW#test aaa group tacacs2 user password 2017 legacy !this user was created in the old server&amp;nbsp;&lt;BR /&gt;Attempting authentication test to server-group tacacs-sej using tacacs+&lt;BR /&gt;User was successfully authenticated.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SW#test aaa group tacacs2 user2 password legacy ! this user was created in the second server&lt;BR /&gt;Attempting authentication test to server-group tacacs-sej using tacacs+&lt;BR /&gt;User authentication request was rejected by server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that the requests of the conection are just taken by the old server, because the second server doesn't have any request and don't show any data in the reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know if there is a configuration in the switch for both servers, maybe configure two&amp;nbsp;&lt;STRONG&gt;aaa group server&amp;nbsp;&lt;/STRONG&gt;and new aaa method list for the new group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll apreciate your comments, Ana.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:48:43 GMT</pubDate>
    <dc:creator>soporte spconnet</dc:creator>
    <dc:date>2020-02-21T18:48:43Z</dc:date>
    <item>
      <title>Authentication problem with second TACACs server ACS on switch</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348029#M555166</link>
      <description>&lt;P&gt;Actually I have an ACS appliance (version 5.3) in production in my network and I going to replace it for a virtual machine in the version 5.8.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The switches have a config like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;aaa group server tacacs+ tacacs2&lt;BR /&gt; server 192.168.1.240&lt;BR /&gt;!&lt;BR /&gt;aaa authentication login default group tacacs2 local&lt;BR /&gt;aaa authentication login con local&lt;BR /&gt;aaa authorization config-commands&lt;BR /&gt;aaa authorization exec default group tacacs2 local &lt;BR /&gt;aaa authorization exec con none &lt;BR /&gt;aaa authorization commands 1 default group tacacs2 local &lt;BR /&gt;aaa authorization commands 15 default group tacacs2 local &lt;BR /&gt;aaa accounting commands 1 default start-stop group tacacs2&lt;BR /&gt;aaa accounting commands 5 default start-stop group tacacs2&lt;BR /&gt;aaa accounting commands 15 default start-stop group tacacs2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tacacs-server host &lt;SPAN&gt;192.168.1.240&lt;/SPAN&gt; key 7 094D4D1A0A561D405B5D56393C&lt;BR /&gt;tacacs-server directed-request&lt;BR /&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, actually the second server is ready for to be added to the Network, and before to remove the old ACS I thought to add the new ACS to the aaa group server:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;tacacs-server host 192.168.11.100 key &amp;lt;key&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;aaa group server tacacs+ tacacs2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;server 192.168.11.100&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But, how both ACS's are independent servers (stand alone) when I try to test the users this is the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SW#test aaa group tacacs2 user password 2017 legacy !this user was created in the old server&amp;nbsp;&lt;BR /&gt;Attempting authentication test to server-group tacacs-sej using tacacs+&lt;BR /&gt;User was successfully authenticated.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SW#test aaa group tacacs2 user2 password legacy ! this user was created in the second server&lt;BR /&gt;Attempting authentication test to server-group tacacs-sej using tacacs+&lt;BR /&gt;User authentication request was rejected by server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think that the requests of the conection are just taken by the old server, because the second server doesn't have any request and don't show any data in the reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to know if there is a configuration in the switch for both servers, maybe configure two&amp;nbsp;&lt;STRONG&gt;aaa group server&amp;nbsp;&lt;/STRONG&gt;and new aaa method list for the new group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll apreciate your comments, Ana.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:48:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348029#M555166</guid>
      <dc:creator>soporte spconnet</dc:creator>
      <dc:date>2020-02-21T18:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication problem with second TACACs server ACS on switch</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348067#M555180</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you not able to specify the server to test against in your test aaa command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;test aaa group tacacs2 server 192.168.1.240 user password&amp;nbsp; legacy&lt;/P&gt;
&lt;P&gt;test aaa group tacacs2 server 192.168.11.100 user2 password&amp;nbsp; legacy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;John&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 01:35:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348067#M555180</guid>
      <dc:creator>johnd2310</dc:creator>
      <dc:date>2018-03-14T01:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authentication problem with second TACACs server ACS on switch</title>
      <link>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348452#M555193</link>
      <description>&lt;P&gt;I think the best approach is to configure 2 server groups and change the authentication order... we got something like this working fine:&lt;/P&gt;
&lt;PRE&gt;aaa new-model
ip tacacs source-interface VlanXXXX

tacacs server ACS1
 address ipv4 1.1.1.1
 key Key1
tacacs server ACS2
 address ipv4 2.2.2.2
 key Key2

aaa group server tacacs+ GROUP1
 server name ACS1
aaa group server tacacs+ GROUP2
 server name ACS2

aaa authentication login default group GROUP1 group GROUP2 local enable
aaa authorization exec default group GROUP1 group GROUP2 local if-authenticated
aaa authorization commands 15 default group GROUP1 group GROUP2 local if-authenticated

aaa accounting commands 15 default stop-only group GROUP1 group GROUP2
aaa accounting exec default start-stop group GROUP1 group GROUP2
aaa accounting connection default start-stop group GROUP1 group GROUP2
aaa accounting send stop-record authentication failure
aaa accounting update newinfo&lt;/PRE&gt;
&lt;P&gt;You can change the Auth* order by changing the position of GROUP1 and GROUP2 in the aaa sentences.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PD: Even, we got something with 2 ACS and 2 ISE working togheter, one as fallback from the other, and it works flawlessly.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 14:09:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/authentication-problem-with-second-tacacs-server-acs-on-switch/m-p/3348452#M555193</guid>
      <dc:creator>EduardR</dc:creator>
      <dc:date>2018-03-14T14:09:33Z</dc:date>
    </item>
  </channel>
</rss>

