Home > Article > Operation and Maintenance > How to use HCL for Telnet remote login
The following will introduce to you how to use the hcl simulator to configure remote login of the device and test it.
1. Open HCL and draw the topology diagram correctly
ps: Since the HCL virtual host cannot perform Telnet verification, add a local host for testing
2. Enter the device and configure the device correctly. Remote login
system-view
int g 0/0
ip add 192.168.1.1 24 (Configure remote login IP)
quit
telnet server enable (Open Telnet service)
line vty 0 4
set-authentication password simple 123 (set authentication password)
user-role network-admin (set account)
Third, test login, use cmd or putty
Use cmd for remote login Before, you need to open the Windows Telnet client
The above is the detailed content of How to use HCL for Telnet remote login. For more information, please follow other related articles on the PHP Chinese website!