cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
365
Views
1
Helpful
5
Replies

Configuration of AAA new-model in switch

Tristan Apostol
Level 1
Level 1

After configuring Taccacs on 2960 switch still the same secret password are working. does anyone know what is the problem  of this. Please see below for my configuration.

tacacs-server timeout 15
tacacs-server directed-request
tacacs-server key ------
tacacs-server host ------
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authorization config-commands
aaa authorization exec default group tacacs+ local if-authenticated
aaa authorization commands 0 default group tacacs+ local if-authenticated
aaa authorization commands 15 default group tacacs+ local if-authenticated


5 Replies 5

what you meaning same password still work ?

MHM

The secret password still working, but when i use the same command in another switch the Tacaccs+ is working. 

 

 

 ip tacacs source-interface < >

use specific interface to connect to tacacs server, same interface with IP you add to server and interface can reach the tacacs 

MHM

Still not working. 

This is the current configuration of working Taccacs.

aaa new-model
!
!
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authorization config-commands
aaa authorization exec default group tacacs+ local if-authenticated
aaa authorization commands 0 default group tacacs+ local if-authenticated
aaa authorization commands 15 default group tacacs+ local if-authenticated
!

ip default-gateway ------
ip http server
ip http secure-server
logging trap debugging
logging ------
snmp-server community -----
tacacs-server host ----- timeout 5
tacacs-server timeout 15
tacacs-server directed-request
tacacs-server key -------

I dont see command ?

MHM