___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
41
12.3
Changing User Password
For changing user’s password, use the
user
command. Pass a user name and new password as a
parameters.
LTP-8X(config)# user operator password newpassword
The password should not be longer than 31 characters. If the password contains a space, quotations
should be used for the password.
12.4
Viewing and Changing User Access Rights
To manage user access rights, user priority system is implemented.
When a user is created, minimal rights are delegated to him:
LTP-8X(config)# user operator
LTP-8X(config)# do show users
##
Name
Priority
1
root
15
2
admin
15
3
operator
0
To change user password, use the
user
command. Pass the user name and the new password as
parameters.
LTP-8X(config)# user operator priority 15
LTP-8X(config)# do show users
##
Name
Priority
1
root
15
2
admin
15
3
operator
15
12.5
Deleting a User
For deleting a user, use the
no user
command in the
configure
view
. The command takes the user’s
name as a parameter:
LTP-8X# configure terminal
LTP-8X(config)# no user operator