08-05-2010 07:23 AM - edited 02-21-2020 04:02 AM
Hello,
On my TACACS+ server, I would like to set up a user so that when they do a 'show ?' command, it will only list the commands that they are allowed to do, instead of the entire list. I searched all over and couldn't find any info on this. Does anyone know if this is possible? If so, how do you do it?
Thanks,
neocec
Solved! Go to Solution.
08-21-2010 01:02 PM
privilege configure level 5 ip route
privilege exec level 5 configure
aaa new-model
!
!
aaa authentication login t-authen group tacacs+ local
aaa authentication login no-authen none
aaa authorization console
aaa authorization exec t-author group tacacs+
aaa authorization exec no-author none
aaa authorization commands 5 t-author group tacacs+
aaa authorization commands 15 t-author group tacacs+
ACS config:
shell command authorization set
Give name
Add show on the left column and add the show commands you would like to permit on the right colum
Go to the user Advanced TAcacs settings MAx priv for any client set to 5
Under Tacacs settings Check the Shell (exec) check box
privilege level 5
Assign the shell command authorization set
08-21-2010 01:02 PM
privilege configure level 5 ip route
privilege exec level 5 configure
aaa new-model
!
!
aaa authentication login t-authen group tacacs+ local
aaa authentication login no-authen none
aaa authorization console
aaa authorization exec t-author group tacacs+
aaa authorization exec no-author none
aaa authorization commands 5 t-author group tacacs+
aaa authorization commands 15 t-author group tacacs+
ACS config:
shell command authorization set
Give name
Add show on the left column and add the show commands you would like to permit on the right colum
Go to the user Advanced TAcacs settings MAx priv for any client set to 5
Under Tacacs settings Check the Shell (exec) check box
privilege level 5
Assign the shell command authorization set
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