Step 1
Enter configuration mode.
root@% cli root> configure |
Step 2
Create a username and select the class of the user.
root# set user PilotUser class super-user |
Classes include operator read-only super-user or unathorized.
Step 3
Create a password for the new user.
root# set user PilotUser authentication plain-text-password New password: Retype new password: |
Step 4
Commit the new changes.
root# commit |