Home > Operation and Maintenance > Safety > How to use HCL for Telnet remote login

How to use HCL for Telnet remote login

王林
Release: 2023-05-23 21:04:22
forward
1848 people have browsed it

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
How to use HCL for Telnet remote login
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
How to use HCL for Telnet remote loginHow to use HCL for Telnet remote login
How to use HCL for Telnet remote login

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!

Related labels:
source:yisu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template