<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;[Config] cisco tacacs&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Config-cisco-tacacs-12844355</link>
<description></description>
<language>en</language>
<pubDate>Thu, 23 May 2013 04:49:59 EDT</pubDate>
<lastBuildDate>Thu, 23 May 2013 04:49:59 EDT</lastBuildDate>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12851077</link>
<description><![CDATA[LilYoda posted : Router config<br><br><div class="code"><PRE><span class="codetext">aaa new-model<br>aaa authentication fail-message #<br>Authentication failed.<br>#<br>aaa authentication login default line<br>aaa authentication login TACACS group tacacs+  line<br>aaa authorization config-commands<br>aaa authorization console<br>aaa authorization exec default group tacacs+<br>aaa authorization commands 1 default group tacacs+<br>aaa authorization commands 15 default group tacacs+<br>tacacs-server host 192.168.X.X<br>tacacs-server key XYZXYZXYZXYZYXYZ<br>line con 0<br> login authentication TACACS<br>line aux 0<br> login authentication TACACS<br>line vty 0 4<br> login authentication TACACS</SPAN></PRE></DIV><br>On the Tacacs server (exemple with a tac_plus server)<br><div class="code"><PRE><span class="codetext">key = "XYZXYZXYZXYZYXYZ"<br>group = admin {<br>        default service = permit<br>        service = exec {<br>                priv-lvl=15<br>                }<br>        service = shell {<br>                priv-lvl=15<br>                }<br>        }<br>user = admin {<br>        login = cleartext XXXXXXXX<br>        member = admin<br>        }</SPAN></PRE></DIV><br>This will put you in enable mode directly when you login as admin<br>It will also default to line password when the tacacs server is unreachable.<br>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12851077</guid>
<pubDate>Mon, 07 Mar 2005 15:32:16 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12846937</link>
<description><![CDATA[rolande posted : You have TACACS set to only trigger for enable mode. Are you sure you have the right userID and password? Second, I believe you have to give Privilege 15 rights to the user on your TACACS server, when you set it for enable mode authentication.<br><SMALL>--<br>Ignorance is temporary...stupidity lasts forever!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12846937</guid>
<pubDate>Sun, 06 Mar 2005 22:23:26 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12845724</link>
<description><![CDATA[jvltech posted : ok I can log into my router but when I try to enable it gives me an Error in authenication. Any ideas?]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12845724</guid>
<pubDate>Sun, 06 Mar 2005 19:37:47 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12845632</link>
<description><![CDATA[jvltech posted : I rebooted my linux server and now it is working :)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12845632</guid>
<pubDate>Sun, 06 Mar 2005 19:25:17 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12845126</link>
<description><![CDATA[jvltech posted : Here is what my logging on the router is showing. Any help?<br><br>03:10:38: TPLUS: Queuing AAA Authentication request 25 for processing<br>03:10:38: TPLUS: processing authentication start request id 25<br>03:10:38: TPLUS: Authentication start packet created for 25()<br>03:10:38: TPLUS: Using server 192.168.1.102<br>03:10:38: TPLUS(00000019): connected to server 192.168.1.102<br>03:10:38: TPLUS: response received for AAA request 25<br>03:10:38: TPLUS: Received authentication response with status FAIL<br>03:10:40: TPLUS: Queuing AAA Authentication request 25 for processing<br>03:10:40: TPLUS: processing authentication start request id 25<br>03:10:40: TPLUS: Authentication start packet created for 25()<br>03:10:40: TPLUS: Using server 192.168.1.102<br>03:10:40: TPLUS(00000019): connected to server 192.168.1.102<br>03:10:40: TPLUS: response received for AAA request 25<br>03:10:40: TPLUS: Received authentication response with status FAIL<br>03:10:42: TPLUS: Queuing AAA Authentication request 25 for processing<br>03:10:42: TPLUS: processing authentication start request id 25<br>03:10:42: TPLUS: Authentication start packet created for 25()<br>03:10:42: TPLUS: Using server 192.168.1.102<br>03:10:42: TPLUS(00000019): connected to server 192.168.1.102<br>03:10:42: TPLUS: response received for AAA request 25<br>03:10:42: TPLUS: Received authentication response with status FAIL]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12845126</guid>
<pubDate>Sun, 06 Mar 2005 18:16:10 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844930</link>
<description><![CDATA[jvltech posted : now i get garbage on the screen and when I hit authorization failed.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844930</guid>
<pubDate>Sun, 06 Mar 2005 17:51:02 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844653</link>
<description><![CDATA[rolande posted : Are you running TACACS on the default TCP port 49 on your Linux server? If not, then this is your problem. Either change the listening port on your server to TCP 49 or change your router to use the port your server is listening on like the example below.<br><br><div class="code"><PRE><span class="codetext">tacacs-server host 192.168.1.102 &lt;port#&gt;</SPAN></PRE></DIV><br><SMALL>--<br>Ignorance is temporary...stupidity lasts forever!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844653</guid>
<pubDate>Sun, 06 Mar 2005 17:08:22 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844437</link>
<description><![CDATA[jvltech posted : the passwords are just temporary and it is on a temp network not attached to anything right now. I will try to find the tacacs log and see if it shows anything. I am not useing any source address filtering in my config.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844437</guid>
<pubDate>Sun, 06 Mar 2005 16:42:14 EDT</pubDate>
</item>

<item>
<title>Re: [Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844392</link>
<description><![CDATA[rolande posted : First of all, please remove any and all passwords, especially your enable secret from the config above. Secondly, have you looked at the log for TACACS on your Linux server? I don't think you are successfully communicating with the TACACS server. Does the TACACS server use source address filtering? If so, make sure that it is accepting connections from your router's IP address.<br><SMALL>--<br>Ignorance is temporary...stupidity lasts forever!</SMALL>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-cisco-tacacs-12844392</guid>
<pubDate>Sun, 06 Mar 2005 16:37:08 EDT</pubDate>
</item>

<item>
<title>[Config] cisco tacacs</title>
<link>http://www.dslreports.com/forum/Config-cisco-tacacs-12844355</link>
<description><![CDATA[jvltech posted : I just setup up tacacs+ on redhat and having issues.What am I missing?<br><br>Here is my config and the debug<br><br>hostname Home<br>!<br>logging rate-limit console 10 except errors<br>aaa new-model<br>!<br>!<br>aaa authentication login tac group tacacs+ enable<br>aaa authentication enable default group tacacs+ enable<br>enable secret 5 Password Removed<br>enable password 7 Password Removed<br>!<br>username cisco password 7 Password Removed<br><br>interface Ethernet0<br> ip address 192.168.1.105 255.255.255.0<br> no cdp enable<br>tacacs-server host 192.168.1.102<br>tacacs-server timeout 15<br>tacacs-server key cisco<br>!<br>line con 0<br> exec-timeout 120 0<br> transport input none<br> stopbits 1<br>line vty 0 4<br> exec-timeout 0 0<br> login authentication tac<br><br>Home#debug tacacs<br>TACACS access control debugging is on<br>Home#<br>00:22:47: TPLUS: Queuing AAA Authentication request 7 for processing<br>00:22:47: TPLUS: processing authentication start request id 7<br>00:22:47: TPLUS: Authentication start packet created for 7()<br>00:22:47: TPLUS: Using server 192.168.1.102<br>00:22:47: TPLUS(00000007): Select released but nopeername.. Failover<br><br>**sensitive info removed -nozero...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Config-cisco-tacacs-12844355</guid>
<pubDate>Sun, 06 Mar 2005 16:32:15 EDT</pubDate>
</item>

</channel>
</rss>
