cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
0
Helpful
2
Replies

TACACS Integration on Cisco3650

CSCO12094806
Level 1
Level 1

Dear Team,

 

we are trying to configure TACACS integration for C3650 (WS-C3650-24TD), installed software is 16.9.3a.

could you pls share the commands for this software.

1 Accepted Solution

Accepted Solutions

Hello

 

conf t
ussername AdMin privilege 15 secret xxxxxxxx
tacacs-server host x.x.x.x key xxx
tacacs-server timeout xx
ip tacacs source-interface xxx

aaa new-model
aaa authentication login default group tacacs+ local-case
aaa authorization exec default group tacacs+ local if-authenticated
aaa authorization console

aaa accounting commands 1 default start-stop group tacacs+  <--- optional for key stroke logging
aaa accounting commands 15 default start-stop group tacacs+  <---optional for key stroke logging
aaa accounting exec default start-stop group tacacs+ <---optional for exec session logging
aaa accounting connection default start-stop group tacacs+ <---optional for ssh, telnet etc.. logging
aaa accounting system default start-stop group tacacs+ <---optional system logging


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

2 Replies 2

Hello

 

conf t
ussername AdMin privilege 15 secret xxxxxxxx
tacacs-server host x.x.x.x key xxx
tacacs-server timeout xx
ip tacacs source-interface xxx

aaa new-model
aaa authentication login default group tacacs+ local-case
aaa authorization exec default group tacacs+ local if-authenticated
aaa authorization console

aaa accounting commands 1 default start-stop group tacacs+  <--- optional for key stroke logging
aaa accounting commands 15 default start-stop group tacacs+  <---optional for key stroke logging
aaa accounting exec default start-stop group tacacs+ <---optional for exec session logging
aaa accounting connection default start-stop group tacacs+ <---optional for ssh, telnet etc.. logging
aaa accounting system default start-stop group tacacs+ <---optional system logging


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hi paul driver, 

Thanks for the valuable inputs.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card