Cisco: Adding or Removing Users

Practice



First - we log in and go into configuration mode:

> enable
# config t
(config)#


To create a user:

(config)# username mynewuser password MyNewUserPassword


This way we create a new user with the login mynewuser and the password MyNewUserPassword.


Deleting a user:

(config)# no username myolduser


Here we delete the user myolduser

One more example of creating and deleting users on a Cisco PIX

1. Connect and authenticate

2. Enable the device's privileged mode

en

3. Go into the device's configuration mode

conf t

4. Add new users

username INTELLECT password PAROL_INTELLECT

5. Remove the created users

no username INTELLECT

6. Save the settings to the Cisco's non-volatile memory

wr mem

7. End the connection session

exit

that's all

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Computer networks"

Terms: Computer networks