cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
734
Views
0
Helpful
3
Replies

ACS shell command authorization help

emmawuxp06
Level 1
Level 1

Hello,

I wanted to only allow users to use interface command. But when I permit config terminal in ACS shell command set, all the commands are allowed. How can I limited the users to only have the permission for interfacce command?

Thanks

1 Accepted Solution

Accepted Solutions

Farrukh Haroon
VIP Alumni
VIP Alumni

Two things could be wrong

1) You don't have the following command on your AAA Client:

aaa authorization config-commands

2) You have clicked the 'Unmatched Commands' = Permit radio option in ACS, have a look at:

http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml

Regards

Farrukh

View solution in original post

3 Replies 3

royalblues
Level 10
Level 10

Did you configure something like

configure permit terminal

interface permit fastethernet

HAve a look at the attached doc for shell command auth configuration

Narayan

Farrukh Haroon
VIP Alumni
VIP Alumni

Two things could be wrong

1) You don't have the following command on your AAA Client:

aaa authorization config-commands

2) You have clicked the 'Unmatched Commands' = Permit radio option in ACS, have a look at:

http://www.cisco.com/en/US/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml

Regards

Farrukh

yes, i missed the command - aaa authorization config-commands on the clients. After i added that, it works.

Thanks for your help