cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1877
Views
13
Helpful
23
Replies

1720 not using ACS to authenticate

richardcalvert
Level 1
Level 1

my AAA commands;

aaa new-model

aaa authentication login default group tacacs enable

aaa authorization exec default group tacacs none

aaa accounting connection default start-stop group tacacs

aaa session-id common

tacacs-server host [server address]

tacacs-server key [key]

ip tacacs source-interface fast 0

and the debug for authentication and tacacs;

00:08:50: AAA/AUTHEN/LOGIN (00000007): Pick method list 'default'

00:08:50: TPLUS: Queuing AAA Authentication request 7 for processing

00:08:50: TPLUS: processing authentication start request id 7

00:08:50: TPLUS: Authentication start packet created for 7()

00:08:50: TPLUS: Using server 201.0.99.97

Password:

00:08:55: TPLUS(00000007): Select Timed out

00:08:55: AAA/AUTHEN/ENABLE(00000007): Processing request action LOGIN

00:08:55: AAA/AUTHEN/ENABLE(00000007): Done status GET_PASSWORD

Nacogdoches>

00:08:59: AAA/AUTHEN/ENABLE(00000007): Processing request action LOGIN

00:08:59: AAA/AUTHEN/ENABLE(00000007): Done status PASS

I can ping the tacacs server from the router. This set of commands does work for the 1841's that I'm using.

23 Replies 23

Richard

Could you post the route map nonat and any access list that it references. And if the address of the loopback is in any of those could you point it out?

HTH

Rick

HTH

Rick

I changed the tacacs source to fastethernet0 just for testing, here is the ACL and the route-map nonat

access-list 120 permit ip 201.0.98.0 0.0.0.255 200.0.1.0 0.0.0.255

access-list 120 permit ip 201.0.98.0 0.0.0.255 200.0.2.0 0.0.0.255

access-list 120 permit ip 201.0.98.0 0.0.0.255 200.0.16.0 0.0.0.255

access-list 120 permit ip 201.0.98.0 0.0.0.255 201.0.0.0 0.0.0.255

access-list 120 permit ip 201.0.98.0 0.0.0.255 201.0.99.0 0.0.0.255

access-list 130 deny ip 201.0.98.0 0.0.0.255 200.0.1.0 0.0.0.255

access-list 130 deny ip 201.0.98.0 0.0.0.255 200.0.2.0 0.0.0.255

access-list 130 deny ip 201.0.98.0 0.0.0.255 200.0.16.0 0.0.0.255

access-list 130 deny ip 201.0.98.0 0.0.0.255 201.0.0.0 0.0.0.255

access-list 130 deny ip 201.0.98.0 0.0.0.255 201.0.99.0 0.0.0.255

access-list 130 permit ip 201.0.98.0 0.0.0.255 any

no cdp run

!

route-map nonat permit 10

match ip address 130

Richard

We need at least one more set of information to sort out the potential NAT issue. Can you post the output of show ip interface brief?

This post indicates that you changed the tacacs source to fastethernet0. Did you change the tacacs configuration to use that IP address? And does tacacs work with this address configured?

HTH

Rick

HTH

Rick

Here is the output you wanted;

Nacogdoches#sh ip int brief

Interface IP-Address OK? Method Status Protocol

Ethernet0 207.16.131.100 YES NVRAM up up

Ethernet1 unassigned YES NVRAM up down

FastEthernet0 201.0.98.1 YES NVRAM up up

Loopback0 unassigned YES NVRAM up up

I changed the source interface to fast0 to see if it made a difference, it does not seem to change anything. I can still run;

ping 12.116.125.178 and get 5/5

Richard

Several of your posts have described using loopback0 as the source. But the output in this post shows that loopback0 has no IP address. What is going on?

And what does ping 12.116.125.178 have to do with access to your TACACS server?

HTH

Rick

HTH

Rick

Thats correct, I'm sorry for the confusion; I started out using Loopback0 as the tacacs source. I changed it to Fastethernet0 to test with. I'll be changing the source back to Loopback0 before I deploy the router.

12.116.125.178 is my tacacs server, again I didnt provide the needed detail, sorry about that.

Richard

If your tacacs server is 12.116.125.178 then why does the debug output from several of your posts consistently indicate that the server is at a different address:

02:11:04: TPLUS: Using server 201.0.99.97

HTH

Rick

HTH

Rick

12.116.125.178 is my host router, the IP of the acs box is the 201.0.99.97 address. 201.0.99.97 is a network address, not a real world IP. The real world IP of the ACS server is 207.16.131.97

I have changed the source interface back to Loopback0, and migrated the address information over as well.

well I stuck radius in place of tacacs and it works like a champ..mostly.