<?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: Applying AAA to production network.. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357924#M429305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dustin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for the suggestions but unfortunately the config side is out of my hands. I'm just applying it to reconfigured switches after a data centre change. I still fail to understand how the config was fine on 3548's but not the others&lt;/P&gt;&lt;P&gt;Any suggestion please anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2005 06:38:23 GMT</pubDate>
    <dc:creator>ali-franks</dc:creator>
    <dc:date>2005-04-21T06:38:23Z</dc:date>
    <item>
      <title>Applying AAA to production network..</title>
      <link>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357922#M429303</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a severe case of brain fade here and would appreciate a litle help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently changed the architecture of a production network that uses TACACS servers. To the 3548 access switches, the AAA went in just fine. The process I followed was:&lt;/P&gt;&lt;P&gt;1. Apply only the aaa authentication lines from the config below&lt;/P&gt;&lt;P&gt;2.Then the tacacs server addresses and string&lt;/P&gt;&lt;P&gt;3.Then the authentication line on the console&lt;/P&gt;&lt;P&gt;4.Logout&lt;/P&gt;&lt;P&gt;5. Login with valid TACACS account&lt;/P&gt;&lt;P&gt;6 Apply the remaining config - authorisation and accounting&lt;/P&gt;&lt;P&gt;No problems there. The snag came when I tried to do the same on a 2 switch 3750 cluster, then again on 2 x 6506's.&lt;/P&gt;&lt;P&gt;I'm NOT locked out though, as there is a local username on the devices.&lt;/P&gt;&lt;P&gt;So, clearly my question is, why on earth can I apply the authentication lines to the devices, logout, try to login with the TACACS account then get an authentication failure?&lt;/P&gt;&lt;P&gt;All devices can ping the TACACS servers. Below is the config, which runs just fine on all other devices, including another pair of 6500's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login xxxxxx group tacacs+ local&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 1 default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting commands 1 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 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;login authentication xxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x&lt;/P&gt;&lt;P&gt;tacacs-server host x.x.x.x&lt;/P&gt;&lt;P&gt;tacacs-server key xxxxxx&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:06:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357922#M429303</guid>
      <dc:creator>ali-franks</dc:creator>
      <dc:date>2019-03-10T21:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Applying AAA to production network..</title>
      <link>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357923#M429304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the configs we use for our switches.  It request you to have an enable password set on your devices as failover.  Also do you have a firewall between the switches and the tacacs server.  If so login to one of the switche and try to do a telnet to your tacacs server on port 49 if it opens then you don't have a problem with a firewall.  Also you can go on the tacacs server and check the failed login report and see if it gives you any clues as to why it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6500 Config&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;set tacacs server XXX.XXX.XXX.XXX primary&lt;/P&gt;&lt;P&gt;set tacacs server XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;set tacacs server XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;set tacacs key XXXXXXX&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;#authentication&lt;/P&gt;&lt;P&gt;set authentication login tacacs enable console primary&lt;/P&gt;&lt;P&gt;set authentication login tacacs enable telnet primary&lt;/P&gt;&lt;P&gt;set authentication login tacacs enable http primary&lt;/P&gt;&lt;P&gt;set authentication enable tacacs enable console primary&lt;/P&gt;&lt;P&gt;set authentication enable tacacs enable telnet primary&lt;/P&gt;&lt;P&gt;set authentication enable tacacs enable http primary&lt;/P&gt;&lt;P&gt;!!&lt;/P&gt;&lt;P&gt;#accounting&lt;/P&gt;&lt;P&gt;set accounting exec enable start-stop tacacs+&lt;/P&gt;&lt;P&gt;set accounting system enable start-stop tacacs+&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;#authorization&lt;/P&gt;&lt;P&gt;set authorization exec enable tacacs+ if-authenticated console&lt;/P&gt;&lt;P&gt;set authorization exec enable tacacs+ if-authenticated telnet&lt;/P&gt;&lt;P&gt;set authorization enable enable tacacs+ if-authenticated console&lt;/P&gt;&lt;P&gt;set authorization enable enable tacacs+ if-authenticated telnet&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;2950 and 3500 Catalyst&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+ enable&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+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 1 default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa authorization commands 15 default group tacacs+ if-authenticated&lt;/P&gt;&lt;P&gt;aaa accounting update newinfo&lt;/P&gt;&lt;P&gt;aaa accounting exec 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;!&lt;/P&gt;&lt;P&gt;tacacs-server host XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;tacacs-server host XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;tacacs-server host XXX.XXX.XXX.XXX&lt;/P&gt;&lt;P&gt;tacacs-server key XXXXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 14:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357923#M429304</guid>
      <dc:creator>dbnorton</dc:creator>
      <dc:date>2005-04-19T14:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Applying AAA to production network..</title>
      <link>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357924#M429305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dustin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for the suggestions but unfortunately the config side is out of my hands. I'm just applying it to reconfigured switches after a data centre change. I still fail to understand how the config was fine on 3548's but not the others&lt;/P&gt;&lt;P&gt;Any suggestion please anyone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 06:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357924#M429305</guid>
      <dc:creator>ali-franks</dc:creator>
      <dc:date>2005-04-21T06:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Applying AAA to production network..</title>
      <link>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357925#M429306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you check the server to see what error messages you are getting it.  Also have you tried to config net the file to your switches.  We config net our files to switches and it loads it all at once instead of pieces.  There has to be an error log somewhere that will tell you what's the problem is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2005 11:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/applying-aaa-to-production-network/m-p/357925#M429306</guid>
      <dc:creator>dbnorton</dc:creator>
      <dc:date>2005-04-21T11:44:30Z</dc:date>
    </item>
  </channel>
</rss>

