cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3897
Views
5
Helpful
2
Replies

Configuring SG350 with TACACS

syed.saaud
Level 1
Level 1

Need assistance for confiuring SG350 switches for TACACS.

 

I  have used the below URL for configuring ACS on my SG350 switch.

Port TCP/49 is allowed from my switch to the TACACS server.

But still the status not connected on my switch when i run the command "show tacacs".

 

 https://www.cisco.com/c/en/us/support/docs/smb/switches/cisco-small-business-300-series-managed-switches/smb1470-tacacs-server-configuration-on-the-300-series-managed-switc.html

1 Accepted Solution

Accepted Solutions

Hi, 

 

Got this working...

Updated my config as below

 

aaa authentication login authorization SSH tacacs local
aaa authentication enable authorization SSH tacacs enable
aaa authentication enable default tacacs enable
aaa accounting login start-stop group tacacs+

line ssh
login authentication SSH
enable authentication SSH

enable password ***********

 

Thanks,

Syed Saaud

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

how is your ACS key configured? Encrypted?

 

Try plain text with key for testing? also check the Logs both the side, Switch side and ACS side ?

 

BB

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

How to Ask The Cisco Community for Help

Hi, 

 

Got this working...

Updated my config as below

 

aaa authentication login authorization SSH tacacs local
aaa authentication enable authorization SSH tacacs enable
aaa authentication enable default tacacs enable
aaa accounting login start-stop group tacacs+

line ssh
login authentication SSH
enable authentication SSH

enable password ***********

 

Thanks,

Syed Saaud