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

ISE 2.4 : Tacacs command sets not working as expected

gillessapene
Level 1
Level 1

I would like to create a command set to authorize anything but some commands to avoid people to change some device configuration details:

- hostname: I don't want people to change the hostname

 

I have created a command set which is applied using a device admin policy set. Unfortunately, I still can change the hostname. It is like if the fact to permit the "conf t" command allows all the sub commands like "hostname".

I never find the 'hostname' command in the ise logs/reports.

Any clue ?

 

 

image.png

2 Accepted Solutions

Accepted Solutions

Surendra
Cisco Employee
Cisco Employee
Use the command “aaa authorization config-commands”

View solution in original post

Here are the aaa authorization commands that are used:

aaa authorization exec default group xxx local
aaa authorization commands 0 default group xxx none
aaa authorization commands 1 default group xxx none
aaa authorization commands 15 default group xxx none

 

View solution in original post

3 Replies 3

Surendra
Cisco Employee
Cisco Employee
Use the command “aaa authorization config-commands”

Here are the aaa authorization commands that are used:

aaa authorization exec default group xxx local
aaa authorization commands 0 default group xxx none
aaa authorization commands 1 default group xxx none
aaa authorization commands 15 default group xxx none

 

I misread your answer.

I have just added the command : aaa authorization config-commands

and now it works as expected. 

I am going to do more tests as I need to reject some other cli commands :)

 

Thanks  alot