79 username – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 803
CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 803 of 855
Usage
This command can change the usernames only in local database.
Examples
The following is sample output from the re-username command.
Switch(config)# do show usernames
Number User name Privilege Password Rsa Key
=================================================================
1 Test_A 1 *
Switch(config)# re-username Test_A newname Test_B
Switch(config)# do show usernames
Number User name Privilege Password Rsa Key
=================================================================
1 Test_B 1 *
Related Commands
show usernames
40.79 username
To establish a username-based authentication system, use the username command in global
configuration mode. To remove a user in local database, use the no form of this command.
Command Syntax
username name assign rsa key keyname
username name password password
username name secret password
username name privilege level
no username name [assign rsa key]
name The
username.
keyname The RSA key name.
password
The password for the user.
level
The privilege level of the user. The range is 0 to 15.
Command Mode
Global configuration
Default
No username-based authentication system is established.
Usage