<?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 server group doesn't work in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399651#M429375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you define a AAA server group, you associate a server IP to the group name.  You still must define the AAA server separately where you also setup the key that is used.  In your case, you need to add to your configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host 192.x.x.x key somekey&lt;/P&gt;&lt;P&gt;tacacs-server host 192.x.x.x key somekey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2005 13:19:04 GMT</pubDate>
    <dc:creator>sstudsdahl</dc:creator>
    <dc:date>2005-04-06T13:19:04Z</dc:date>
    <item>
      <title>AAA server group doesn't work</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399649#M429370</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I have a aaa server group set up on my router to use for well, AAA but it doesn't work so but when I just specify one server and not the group list everything works. Any ideas as to why this is. I will pos the config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 12.2&lt;/P&gt;&lt;P&gt;service timestamps debug datetime localtime&lt;/P&gt;&lt;P&gt;service timestamps log datetime localtime&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname BIZNESS&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ TACSLOG&lt;/P&gt;&lt;P&gt; server 192.x.x.x&lt;/P&gt;&lt;P&gt; server 192.x.x.x&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group TACSLOG local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group TACSLOG local &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group TACSLOG&lt;/P&gt;&lt;P&gt;aaa accounting commands 5 default start-stop group TACSLOG&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group TACSLOG&lt;/P&gt;&lt;P&gt;enable password xxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;username xxx password xxx&lt;/P&gt;&lt;P&gt;username xxx privilege 15&lt;/P&gt;&lt;P&gt;username xxx autocommand menu ADMIN1&lt;/P&gt;&lt;P&gt;ip subnet-zero&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip domain-name SBA.GOV&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;call rsvp-sync&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; ip address 192.x.x.x 255.255.255.0&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Serial0/0&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt; shutdown&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip classless&lt;/P&gt;&lt;P&gt;no ip http server&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;menu ADMIN1 prompt ^CSELECT AN OPTION PUNK^C&lt;/P&gt;&lt;P&gt;menu ADMIN1 text 1 SHO IP INTERFACE BRIEF&lt;/P&gt;&lt;P&gt;menu ADMIN1 command 1 SHOW IP INTERFACE BRIEF&lt;/P&gt;&lt;P&gt;menu ADMIN1 text 2 SHOW INTERFACE FA0/0&lt;/P&gt;&lt;P&gt;menu ADMIN1 command 2 SHO INT FA0/0&lt;/P&gt;&lt;P&gt;menu ADMIN1 text 3 SHOW RUN INTERFACE FA0/0&lt;/P&gt;&lt;P&gt;menu ADMIN1 command 3 SHOW RUN INT FA0/0&lt;/P&gt;&lt;P&gt;menu ADMIN1 text 4 SHOW ARP&lt;/P&gt;&lt;P&gt;menu ADMIN1 command 4 SHOW ARP&lt;/P&gt;&lt;P&gt;menu ADMIN1 text 5 EXIT&lt;/P&gt;&lt;P&gt;menu ADMIN1 command 5 LOGOUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;dial-peer cor custom&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;privilege exec level 5 show ip interface brief&lt;/P&gt;&lt;P&gt;privilege exec level 5 show interface fa0/0&lt;/P&gt;&lt;P&gt;privilege exec level 5 show show run interface fa0/0&lt;/P&gt;&lt;P&gt;privilege exec level 5 show show arp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; password xxx&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:05:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399649#M429370</guid>
      <dc:creator>mrashby</dc:creator>
      <dc:date>2019-03-10T21:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: AAA server group doesn't work</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399650#M429371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about trying this?  It cleans up things a bit with two groups that are queried at the same time (Theres a 12.2 bug where the first listed device doesn't respond it won't use the second), and the device that authenticated will keep a single session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ T1&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ T2&lt;/P&gt;&lt;P&gt;aaa authentication login default group T1 group T2 line&lt;/P&gt;&lt;P&gt;aaa authentication enable default group T1 group T2 enable&lt;/P&gt;&lt;P&gt;aaa authorization config-commands&lt;/P&gt;&lt;P&gt;aaa authorization exec default group T1 group T2 none&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group T1 group T2 none&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group T1 group T2&lt;/P&gt;&lt;P&gt;aaa accounting commands 15 default start-stop group T1 group T2&lt;/P&gt;&lt;P&gt;aaa accounting connection default start-stop group T1 group T2&lt;/P&gt;&lt;P&gt;aaa accounting system default start-stop group T1 group T2&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ T1 (12.2.9a bug fix suggestion doesn't impact timing)&lt;/P&gt;&lt;P&gt; server {ip address}&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ T2 (12.2.9a bug fix suggestion dosnt impact timing)&lt;/P&gt;&lt;P&gt; server {ip address}&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;tacacs-server host {ip address} single-connection key {add key}&lt;/P&gt;&lt;P&gt;tacacs-server host {ip address} single-connection key {add key}&lt;/P&gt;&lt;P&gt;tacacs-server retransmit 2   &lt;/P&gt;&lt;P&gt;tacacs-server attempts 2     &lt;/P&gt;&lt;P&gt;tacacs-server timeout 10     &lt;/P&gt;&lt;P&gt;no tacacs-server directed-request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2005 13:04:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399650#M429371</guid>
      <dc:creator>akemp</dc:creator>
      <dc:date>2005-04-06T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: AAA server group doesn't work</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399651#M429375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you define a AAA server group, you associate a server IP to the group name.  You still must define the AAA server separately where you also setup the key that is used.  In your case, you need to add to your configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host 192.x.x.x key somekey&lt;/P&gt;&lt;P&gt;tacacs-server host 192.x.x.x key somekey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2005 13:19:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa-server-group-doesn-t-work/m-p/399651#M429375</guid>
      <dc:creator>sstudsdahl</dc:creator>
      <dc:date>2005-04-06T13:19:04Z</dc:date>
    </item>
  </channel>
</rss>

