Chapter 85 Access Control
OLT2406 User’s Guide
620
85.6.1 Login Account Command Examples
This example creates a new user user2 with privilege 13.
85.7 Password Encryption
Password encryption provides service providers a means to securely enter administrator and login
passwords. By default, passwords are sent in plain text. Plain text passwords are also stored temporarily in
the OLT’s spt and temp buffers. By enabling password encryption, you can hide these plain text
passwords in transit as well as in the device buffers.
85.8 Password Commands
Use these commands to configure passwords for specific privilege levels on the OLT.
OLT2406# configure
OLT2406(config)# logins username user2 password 1234 privilege 13
OLT2406(config)# exit
OLT2406# show logins
Login Username Privilege
1 user2 13
2 0
3 0
4 0
Table 327 Password Commands
COMMAND DESCRIPTION M P
admin-password <pw-string>
<confirm-string>
Changes the administrator password.
pw-string: 1-32 alphanumeric characters
confirm-string: 1-32 alphanumeric
characters
C14
admin-password <pw-string>
Changes the administrator password.
pw-string: 1-32 alphanumeric characters
C14
admin-password cipher <pw-string>
Sets the administrator cipher password, which is
used in administrator password encryption.
pw-string: 32 alphanumeric characters
C14
password <password> [privilege <0-
14>]
Changes the password for the highest privilege
level or, optionally, the specified privilege.
password: 1-32 alphanumeric characters
C14
password cipher <pw-string>
[privilege <0-14>]
Changes the password cipher for the highest
privilege level or, optionally, the specified
privilege. This is used in password encryption.
password: 32 alphanumeric characters
C14
no password privilege <0-14>
Clears the password for the specified privilege
level and prevents users from entering the
specified privilege level.
C14