<?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:slow CLI response after implementing TACACS in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059379#M163559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tarik, but that's not the case. I'm able to find the AAA logs on the ACS server, everything looks good on the server side. We have other devices with the same configuration, but this only happens on one device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Oct 2012 00:02:36 GMT</pubDate>
    <dc:creator>Jerry Cao</dc:creator>
    <dc:date>2012-10-02T00:02:36Z</dc:date>
    <item>
      <title>slow CLI response after implementing TACACS</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059377#M163546</link>
      <description>&lt;P&gt;After implementing TACACS, one of our routers takes about 8 seconds to response to any CLI command. We have no problems with other devices in the same location with the same AAA configuration. The router is talking to the ACS server (ACS 5.3) and the logs on the ACS server look normal for the router as well. Anyone had the same issue or any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:37:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059377#M163546</guid>
      <dc:creator>Jerry Cao</dc:creator>
      <dc:date>2019-03-11T02:37:05Z</dc:date>
    </item>
    <item>
      <title>Re:slow CLI response after implementing TACACS</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059378#M163554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using a username that is present on the tacacs server and the local db?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is your shared secret is wrong and you could have authenticated using the same account in the local db. Also how many tacacs servers are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 23:51:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059378#M163554</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-10-01T23:51:20Z</dc:date>
    </item>
    <item>
      <title>Re:slow CLI response after implementing TACACS</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059379#M163559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tarik, but that's not the case. I'm able to find the AAA logs on the ACS server, everything looks good on the server side. We have other devices with the same configuration, but this only happens on one device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 00:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059379#M163559</guid>
      <dc:creator>Jerry Cao</dc:creator>
      <dc:date>2012-10-02T00:02:36Z</dc:date>
    </item>
    <item>
      <title>Re:slow CLI response after implementing TACACS</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059380#M163583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using single connect in your tacacs configuration can you issue show run | inc aaa, show run | inc tacacs. When you run "test aaa authentication group tacacs (use ? And tab to build the command correctly), see if it take long for the authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version and hardware are you on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support Android App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 00:08:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059380#M163583</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-10-02T00:08:41Z</dc:date>
    </item>
    <item>
      <title>slow CLI response after implementing TACACS</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059381#M163596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tarik, thanks for the quick reply. I found the cause. It was the reverse DNS lookup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I turned on debug on the router: debug aaa accounting&lt;/P&gt;&lt;P&gt;and found a message:" Domain: query for &lt;EM&gt;x.x.x.x&lt;/EM&gt;.in-addr.arpa. type 12 to 255.255.255.255"&lt;/P&gt;&lt;P&gt;Then I issued command: no ip domain-lookup&lt;/P&gt;&lt;P&gt;everything is back to normal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 00:21:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059381#M163596</guid>
      <dc:creator>Jerry Cao</dc:creator>
      <dc:date>2012-10-02T00:21:02Z</dc:date>
    </item>
    <item>
      <title>slow CLI response after implementing TACACS</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059382#M163616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello &lt;STRONG&gt;Jerry Cao !&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are rights, I have solved this with "no ip domain-lookup"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 11:05:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059382#M163616</guid>
      <dc:creator>Dumitru Otel</dc:creator>
      <dc:date>2013-06-20T11:05:52Z</dc:date>
    </item>
    <item>
      <title>I'm having the same issue on</title>
      <link>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059383#M163641</link>
      <description>&lt;P&gt;I'm having the same issue on a Cisco Wide Area Application Services (universal-k9) Software Release 5.3.1 (build b20 Aug &amp;nbsp;4&amp;nbsp;&lt;BR /&gt;2013)&amp;nbsp;Version: oe294-5.3.1.20. &amp;nbsp; It will not authenticate with TACAS and is taking up to 2 minutes for cli commands to respond. &amp;nbsp;I have several other Cisco WANX NM-SRE910&amp;nbsp;devices using the same configuration and they are working fine. &amp;nbsp;I've included a snippet of the config below. &amp;nbsp;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tacacs key ****&lt;BR /&gt;tacacs timeout 15&lt;BR /&gt;tacacs host 10.2.100.100 primary&lt;BR /&gt;tacacs host 10.2.100.101&lt;BR /&gt;aaa accounting exec default start-stop tacacs&lt;BR /&gt;aaa accounting commands 15 default start-stop tacacs&lt;BR /&gt;authentication login tacacs enable primary&lt;BR /&gt;authentication configuration tacacs enable primary&lt;BR /&gt;authentication login local enable secondary&lt;BR /&gt;authentication configuration local enable secondary&lt;BR /&gt;authentication fail-over server-unreachable&lt;BR /&gt;aaa authorization commands 15 default tacacs+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JD Canty&lt;/P&gt;&lt;P&gt;Network Engineer GLS, Inc.&lt;/P&gt;&lt;P&gt;jcanty@gls.com&lt;/P&gt;&lt;P&gt;704-973-6829&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 19:37:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/slow-cli-response-after-implementing-tacacs/m-p/2059383#M163641</guid>
      <dc:creator>7tclark</dc:creator>
      <dc:date>2014-06-23T19:37:10Z</dc:date>
    </item>
  </channel>
</rss>

