01-07-2004 12:56 PM - edited 03-10-2019 07:37 AM
ACS version 3.2 running on the ACS appliance. I want a user to be able to TACACS into a router and run 'reload' only. I've set this user up with these parameters
1. Under 'Define max Privilege on a per network device group basis' I assign level 15 to device group call Cisco-routers.
2. Then under TACACS+ Settings, 'Per Group Command Authorization' I click on these settings:
2a. 'Unmatched Cisco IOS commands' click DENY
2b. Click on 'Command'
2c Type 'reload' in command box
2d. There are no 'Arguments' and I click DENY on 'Unlisted arguments'
Well user can log into the router, get into Enable mode and do any command, not just the RELOAD cammand as specified.
What do I need to do to restrict this user in Enable mode to just issues the RELOAD command?
01-07-2004 01:06 PM
Have you enabled command level aaa authorization on the router and applied it to the appropriate admin line(s)?
01-07-2004 01:13 PM
Here are my AAA commands in the router. Is this what you are asking? (I'm not sure what you mean by
'...applied it to the appropriate admin line(s)?'
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication login vty line
aaa authentication enable default group tacacs+ enable
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting connection default start-stop group tacacs+
01-07-2004 01:29 PM
It looks to me like you need an authorization config. Something like:
aaa authorization exec acs group acs local
and
aaa authorization commands 15 default group tacacs+ none
01-07-2004 02:00 PM
Thanks. Whatever these commands do, they did the trick. Do you have a good AAA configuration guide that would explain all the AAA commands??
01-07-2004 02:30 PM
It'd difficult to find everything in one place, but this page isn't too bad.
http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_feature_guide09186a0080080ee3.html
Here's a good one for CatOS switches:
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