T3700G-28TQ
 
JetStream 28-Port Gigabit Stackable L3 Managed Switch CLI Guide 
 
77 
Enter the Virtual Terminal configuration mode so as to prepare further 
configurations such as password and login mode for virtual terminal 0 to 5: 
T3700G-28TQ(config)#line vty 0 5 
password 
Description 
The password command is used to configure the connection password. To 
clear the password, please use no password command.  
Syntax 
password password 
no password 
Parameter 
password  —— Configure the connection password, which contains 16 
characters at most, composing digits, English letters and under dashes only. 
Command Mode 
Line Configuration Mode   
Example 
Configure the connection password of Console port connection 0 as “tplink”: 
T3700G-28TQ(config)#line console 0 
T3700G-28TQ(config-line)#password tplink 
Configure the connection password of virtual terminal connection 0-5 as “tplink”: 
T3700G-28TQ(config)#line vty 0 5 
T3700G-28TQ(config-line)#password tplink 
login 
Description 
The login command is used to configure the login mode of a switch which uses 
connection password to login. At this situation, a connection password must be 
set for virtual terminal connection.