Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
82
However, for remote CLI session access such as Telnet, the auto-negotiation terminal width result will
take precedence over the default setting if the negotiation is successful. Otherwise, the default settings
take effect.
Example
This example shows how to adjust the current session terminal width to 120 characters.
Switch# show terminal
Length: 24 lines
Width: 80 columns
Default Length: 24 lines
Default Width: 80 columns
Baud rate: 9600
Switch# terminal width 120
Switch# show terminal
Length: 24 lines
Width: 120 columns
Default Length: 24 lines
Default Width: 80 columns
Baud rate: 9600
Switch #
5-21 username
This command is used to create a user account. Use the no command to delete the user account.
username NAME [privilege LEVEL] [nopassword | password [0 | 7 ] PASSWORD]
no username [NAME]
Parameters
NAME
Specifies the user name with a maximum of 32 characters.
privilege LEVEL
Specifies the privilege level for each user. The privilege level must be
between 1 and 15.
nopassword
Specifies that there will be no password associated with this account.
password
Specifies the password for the user.
0
Specifies the password in clear, plain text. The password length is
between 1 and 32 characters and can contain embedded spaces. It is
case-sensitive. If the password syntax cannot be specified, the syntax
remains plain text.
7
Specifies the encrypted password based on SHA-1. The password
length is fixed at 35 bytes. It is case-sensitive. The password is
encrypted. If the password syntax is not specified, the syntax is plain
text.
PASSWORD
Specifies the password string based on the type.