cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2148
Views
10
Helpful
4
Replies

WS-C3560CX-12PC-S Version 15.2(7)E3 aaa commands stopped working

scottsassin
Level 1
Level 1

We upgraded our WS-C3560CX-12PC-S, from version 15.2(4)E7 to 5.2(7)E3. 

After the upgrade, our aaa tacacs+ commands didn't work. 

Here they are:

aaa new-model
aaa group server tacacs+ MGT
server-private 10.125.196.167 key 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
server-private 10.125.196.168 key 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ip tacacs source-interface Vlan253
aaa group server radius ISE-RADIUS
server 10.125.196.168
aaa authentication login default group MGT local
aaa authentication enable default group MGT enable
aaa authentication dot1x default group ISE-RADIUS
aaa authorization config-commands
aaa authorization exec default group MGT local
aaa authorization commands 15 default group MGT
aaa authorization commands 15 MGT group MGT if-authenticated
aaa accounting exec default start-stop group MGT
aaa accounting commands 1 default stop-only group MGT
aaa accounting commands 15 default stop-only group MGT
aaa session-id common

 

Please let me know what changed with the two versions.

1 Accepted Solution

Accepted Solutions

scottsassin
Level 1
Level 1

We resolved the issue. Rather than use aaa group server tacacs+ MGT server-private, we used tacacs server ISE-POL1
address ipv4 x.x.x.x key 7 xxxxxxxxxxxxxxxxxxx.

 

Does anyone know what to replace key 7 with?

View solution in original post

4 Replies 4

TJ-20933766
Spotlight
Spotlight

When you begin to enter the commands, at what point does the switch tell you there is a problem. I'm assuming you can enter the "aaa new-model" command just fine. When you go to type "aaa group server ?", do you see only radius as the next option or is tacacs there as well?

balaji.bandi
Hall of Fame
Hall of Fame

Remove the AAA config (make sure you do this from console) re-add (and please post the errors here to look)

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

scottsassin
Level 1
Level 1

We resolved the issue. Rather than use aaa group server tacacs+ MGT server-private, we used tacacs server ISE-POL1
address ipv4 x.x.x.x key 7 xxxxxxxxxxxxxxxxxxx.

 

Does anyone know what to replace key 7 with?

TJ-20933766
Spotlight
Spotlight

Changing from server-private to just server changes things a bit. I would recommend the following config:

aaa group server tacacs+ MGT
 server name MGT-1
 server name MGT-2
!
tacacs server MGT-1
 address ipv4 10.125.196.167 auth-port 1812 acct-port 1813
 key 7 XXXXXXXXX
!
tacacs server MGT-2
 address ipv4 10.125.196.168 auth-port 1812 acct-port 1813
 key 7 XXXXXXXXX