11-28-2012 09:55 PM - edited 03-10-2019 07:50 PM
Hello,
I configure my Cisco ACS5.2 using Command set policy and providing Shell access 15.
I allow user only “show * ” command.
It works fine with Telnet. User Group cannot execute any command apart from “Show * ”
But when I connect the device using Console user group has full permission on the devices.
I believe Command set policy is not working on Console.
Please help to understand Is it normal behavior or do I need to update some changes in ACS or Network devices ?
My network device configuration is as below :
------------------------------------------------------------------------------
tacacs-server host 10.x.x.x key test123 |
tacacs-server host 10.y.y.y key test123 |
tacacs-server timeout 1 |
aaa authentication login default group tacacs+ local |
aaa authentication enable default group tacacs+ enable |
aaa accounting exec default start-stop group tacacs+ |
aaa accounting commands 1 default start-stop group tacacs+ |
aaa accounting commands 15 default start-stop group tacacs+ |
aaa authorization config-commands |
aaa authorization exec default group tacacs+ if-authenticated |
aaa authorization commands 15 default group tacacs+ if-authenticated |
--------------------------------------------------------------------
Solved! Go to Solution.
11-29-2012 05:01 AM
Hi Kapildev,
By default "authorization" doesn't affect the console port, you will have to enter "aaa authorization console" to get the same behavior in the serial/console port than in your SSH/Telnet connection.
Give it a try and let me know how it goes.
11-29-2012 05:01 AM
Hi Kapildev,
By default "authorization" doesn't affect the console port, you will have to enter "aaa authorization console" to get the same behavior in the serial/console port than in your SSH/Telnet connection.
Give it a try and let me know how it goes.
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