03-22-2018 07:23 PM - edited 02-21-2020 10:51 AM
I have configure Cisco ISE for TACACS server. I configured command set to limit some show command and shell profile to maximum the privilege to 7 for HelpDesk Admin. The command set policy is working fine but shell profile seem not working. I logged into the switch and show privilege, I'm still in privilege 15.I'm not sure where I'm wrong. Please kindly see the switch configuration as below:
tacacs-server timeout 1
tacacs-server host 10.156.141.69
tacacs-server key 0 P@ssw0rd
aaa authentication login default group tacacs+ local none
aaa authentication enable default group tacacs+ local none
aaa authorization config-commands
aaa authorization exec ISE group tacacs+ local none
aaa authorization commands 0 default group tacacs+ local none
aaa authorization commands 1 default group tacacs+ local none
aaa authorization commands 7 default group tacacs+ local none
aaa authorization commands 15 default group tacacs+ local none
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 0 default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 7 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
line vty 0 4
authorization exec ISE
transport preferred ssh
transport input ssh
line vty 5 15
authorization exec ISE
transport preferred ssh
transport input ssh
03-22-2018 07:37 PM - edited 03-22-2018 07:38 PM
Hi
Can you share the policy you're pushing from your tacacs server?
Just for your information. If you want to use privilege levels it has to be configured locally the device if you're pushing level 7 from tacacs.
Using tacacs you can push level 15 and filter commands for users using command-sets
03-22-2018 07:47 PM
03-23-2018 04:47 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide