11-24-2011 12:22 AM - edited 03-11-2019 02:54 PM
Dear All,
We are using ASA 5510 Version 7.2(4) at our organisation. The requirement is we need to give an access to a user with limited access so that he can run only specific commands on configuration mode. We don't have Cisco TACACS server instead of that we are using a microsoft radius server.
Can anyone plz suggest how to acheive this........
11-24-2011 02:58 AM
http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/mgaccess.html
Please read this link.
Thanks
Ajay
11-24-2011 04:19 AM
Thanx Ajay.....however i want to create a new user who can run only one specific command in the configuration mode. Is there a way to create a new priviledge level and assign only one command. If you can provide the commands it'll be quite helpful as i am not able to find it on the WEB.
11-24-2011 05:07 AM
privilege show level 5 command
Level can be anything but not 15. I dont have any live device with me at this moment where i can try if you have you can try very well. but this works you can restrict users to some specific commands.
Thanks
Ajay
11-24-2011 06:40 AM
We have a radius server which does authentication for ASA. So considering this, will the following commands accomplish our requirement.
----------------------------
aaa-server XXX protocol radius
aaa authentication telnet console XXX LOCAL
aaa authentication ssh console XXX LOCAL
aaa authorization command XXX LOCAL
username superadmin password privilege 15
Username restricteduser password privilege 5
privilege clear level 5 command crypto
---------------------------------------------
Just by adding the above commands, I assume that restricteduser will only be able to issue the clear ipsec sa commands leaving the superadmin user with full access.
Kindly confirm if this is correct and will not lock me out of firewall access.
Regards
11-24-2011 06:55 AM
Ahh I am sorry i misunderstood thought you do not have auth server.If you do have then the restriction will only be forced from Radius server. You need to look some guide for radius server what i told last was something on locally on ASA.
Sorry for that.
11-26-2011 11:29 PM
Thank you Ajay, I'll check the Radius Guide..:-)
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