
Avaya Inc.
– External Distribution
22
avaya.com
March 2015
3.7 Telnet Access Configuration Examples using
Local Users with hsecure disabled
3.7.1 Local Password Configuration - Password Security
Disabled
For this configuration example, we will configure the following.
Change the default read-write-all user name from rwa to
user1
o
For
user1
, use the password
rwaccess
Change the default read-only user name from rw to
user2
o
For
user2
, use the password
readwrite
Change the default login and password prompt from
Login:
and
Password:
to
Enter username:
and
Enter your password:
Step 1
– Add new user names and passwords
VSPswitch:1(config)#
cli password user1 read-write-all
Enter the old password : *** (rwa)
Enter the New password : ******** (rwaccess)
Re-enter the New password : ********
Step 2
– Change default login user and password prompt
VSPswitch:1(config)#
no login-message
VSPswitch:1(config)#
login-message "Enter username: "
VSPswitch:1(config)#
no passwordprompt
VSPswitch:1(config)#
passwordprompt "Enter your password: "