07-12-2019 01:34 AM
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 ?
Solved! Go to Solution.
07-12-2019 01:50 AM
07-12-2019 01:56 AM
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
07-12-2019 01:50 AM
07-12-2019 01:56 AM
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
07-12-2019 01:58 AM
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
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