Header
Home | Set as homepage | Add to favorites
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey, 



Local User Database

image


 

PIX Firewall software v6.2 introduced the concept of the local user authentication database, common in router configurations to the PIX Firewall family. Like its router relatives, the local PIX Firewall user authentication database consists of the users entered with the username command. The PIX Firewall login command can use this database for authentication. Use the no form of the command to remove a user from the database. The syntax is

Pix(config)# username usr_name {[{nopassword | password password} [encrypted]]
[privilege level]}
Pix(config)# no username usr_name

The minimum usr_name and password are four and three alphanumeric characters, respectively. Because the PIX automatically encrypts all passwords, the encrypted option means the entry will already be encrypted.

Use the show username [usr_name] command to display the users defined in the local PIX Firewall user authentication database.

Pix(config)# username admin7 password cisCo7 privilege 7
Pix(config)# username bill password pearson privilege 12
Pix(config)# username mike password chow privilege 15
Pix(config)# show username
username mike password 6NVlMI5JXIWRfMS7 encrypted privilege 15
username admin7 password zs7H.SH1jCsgkxKA encrypted privilege 7
username bill password 7/y5W7TBQ4r2o7OF encrypted privilege 12
Pix(config)#
Pix(config)# no username bill
Pix(config)# no username mike
Pix(config)# no username admin7
Warning:Local user database is empty and there are still 'aaa' commands for
'LOCAL'.
Pix(config)#

The preceding example shows how to remove users from the local user database. The warning shows the result of removing the last user if some features, such as AAA, are using the local user database.

The login Command

The login command can be used to log a user into the PIX Firewall, another privilege level, or another Command mode using the local user authentication database. This command is available in Unprivileged mode. The user can use the logout, exit, or quit commands to go back to Unprivileged mode. The following example shows the prompt after a login command.

Pix> login
Username:
Username: mike
Password: ****
Pix#
85 times read

Related news

» Firewall Privilege Levels
by alperen posted on Feb 06,2010
» Command-Level Authorization
by alperen posted on Feb 06,2010
» Defining Per User Privileges
by admin posted on Jul 21,2008
» Losing Access to the TACACS+ Server
by admin posted on Jul 21,2008
» Password Encryption
by alperen posted on Jul 06,2009
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author