05-10-2006 12:47 PM - edited 02-21-2020 10:15 AM
Trying to set up AAA on the PIX515e so I assign accounts with different privilege levels for access. I used aaa-model on my routers and it worked fine. I am stuck here. Any advice or direction is greatly welcome! TIA, Gary /
05-10-2006 02:06 PM
hi gary could u tell me what u are trying to do. i can easily help u out.
set the aaa authentication serial console LOCAL
aaa authorisation command LOAL
create the uses with respective privilege levels.
then with the privilege commands se the commands.
we have show commands ,clear commands and the actual commands eg:access-list
see in pix we can see the show commands at the exec mode as well as the configure mode as well. similarly allowing the clear commadn make sure the user is not allowed to execute the clear configure command. cause then he can overwrite all ur configuration.
tell me ur requirements i can help u out.
regards
sebastan
05-10-2006 02:59 PM
Thank your for your time. I am new to creating accounts with AAA. I simple want to have staff log into this firewall with their name and password. We have presently been using priviledge account for everything.
TIA,
Gary
05-10-2006 08:01 PM
Hi try the below commands .. NOTE; this will use the local database on the PIX and so you need to cerate the username and passwords on the PIX itself. You could also use a radius server if you like.
aaa-server LOCAL protocol local
aaa authentication http console LOCAL
aaa authentication ssh console LOCAL
aaa authorization command LOCAL
username user password **** privilege
I hope it helps ... please rate it if it does !!!
05-11-2006 10:04 AM
Thank you very much. I am trying to set up our PIX515e to accept ssh connections with individual user accounts....
TIA,
Gary
05-11-2006 06:46 PM
yes ... so this should work as long as you open access to yur PIX by ssh ..
ssh ip_address [netmask] [interface_name]
where ip_address is the Ip address(s) allowed to connect
Interface_name is the interface they can connect to i.e inside
I hope it helps .. please rate it if it does !!!
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