Practice
First - we log in and go into configuration mode:
To create a user:
This way we create a new user with the login mynewuser and the password MyNewUserPassword.
Deleting a user:
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