- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 05:00 AM
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.
Solved! Go to Solution.
- Labels:
-
Other Switches
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 05:30 AM - edited 09-18-2019 05:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2019 05:30 AM - edited 09-18-2019 05:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2019 08:30 AM
Hi paul driver,
Thanks for the valuable inputs.
